Public
Edited
Jul 24, 2020
4 stars
Insert cell
Insert cell
Insert cell
pachinko(randomCauchy, [-5, 5])
Insert cell
pachinko(randomLogistic, [-5, 5])
Insert cell
function randomCauchy() {
return Math.tan(Math.PI * Math.random());
}
Insert cell
function randomLogistic() {
var u = Math.random();
return Math.log(u / (1 - u));
}
Insert cell
Insert cell
pachinko(randomCauchy)
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