Published
Edited
Nov 26, 2019
1 fork
Importers
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
/* Not needed as we're storing files instead of retreiving via the api. Uncomment together with "scores" function below to retrieve data live.

cdfs = {
let obj = ({})
for (const id of await ids) {
obj[id] = ({})
obj[id]["prior"] = await get_cdf(id, "prior")
obj[id]["aggregate"] = await get_cdf(id, "aggregate")
obj[id]["resolution"] = await get_cdf(id, "resolution")
obj[id]["mean_res"] = getExpectedValueFromPdf( await get_pdf(id, "resolution") )
}
return obj
}
*/
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
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