Published unlisted
Edited
May 17, 2021
Importers
Insert cell
md`# Fellegi-Sunter visualisation interface`
Insert cell
Insert cell
viewof fname_val = my_interface({
col_name: "fname",
gamma_value: 1,
m_probabilities: [0.3, 0.7],
u_probabilities: [0.75, 0.25]
})
Insert cell
fname_val
Insert cell
viewof sname_val = my_interface({
col_name: "sname",
gamma_value: 0,
m_probabilities: [0.2, 0.8],
u_probabilities: [0.85, 0.15]
})
Insert cell
viewof dob_val = my_interface({
col_name: "dob",
gamma_value: 1,
m_probabilities: [0.2, 0.8],
u_probabilities: [0.8, 0.2]
})
Insert cell
viewof town_val = my_interface({
col_name: "town",
gamma_value: 1,
m_probabilities: [0.3, 0.7],
u_probabilities: [0.9, 0.1]
})
Insert cell
viewof lam = inputs.range([0, 1], { label: tex`\lambda`, value: 0.3 })
Insert cell
Insert cell
form_styles = html`<style>.container {
display: flex;
flex-wrap: wrap;
gap: 12px;
}
</style>
`
Insert cell
inputs = require("@observablehq/inputs")
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more