Public
Edited
Jun 14, 2023
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
//width = 800
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
margin = ({ top: 10, right: 25, bottom: 20, left: 25 })
Insert cell
Insert cell
randomCauchy = (x0, gamma) => () =>
x0 - gamma * Math.tan(Math.random() * Math.PI + Math.PI / 2)
Insert cell
function randomLogistic() {
var u = Math.random();
return Math.log(u / (1 - u));
}
Insert cell
d3.min(pts)
Insert cell
Insert cell
Insert cell
import { build_samples } from '@mcmcclur/adaptive-plotter'
Insert cell
tippy = require("tippy.js@6")
Insert cell
Insert cell
Insert cell
import { Legend, Swatches } from "@d3/color-legend"
Insert cell
import { list } from "@stwind/input-list"
Insert cell
stdlib = require("https://unpkg.com/@stdlib/stdlib@0.0.32/dist/stdlib-flat.min.js")
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