Public
Edited
Nov 14
Insert cell
Insert cell
jStat = require("https://cdn.jsdelivr.net/npm/jstat@latest/dist/jstat.min.js")
Insert cell
mu0 = 100
Insert cell
mua_values = Array.from({length: 51}, (_, i) => i + 75)
Insert cell
Insert cell
Insert cell
viewof sigma2 = Inputs.range([1, 250], {label: "Population Variance", step: 1, value: 36})
Insert cell
viewof n = Inputs.range([5, 150], {label: "Sample Size (n)", step: 1, value: 16})
Insert cell
viewof alpha = Inputs.range([0.01, 0.1], {label: "Alpha", step: 0.01, value: 0.05})
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