Published
Edited
Apr 15, 2021
7 forks
Importers
7 stars
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
binomial = (k, n, p) => choose(n, k) * Math.pow(p, k) * Math.pow(1 - p, n - k)
Insert cell
likelihood = (p, k, n) => binomial(k, n, p)
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