Published
Edited
May 24, 2021
2 stars
Insert cell
Insert cell
Insert cell
Insert cell
negexp = (x, a, b, c) => a * (b - exp(-c * x))
Insert cell
Insert cell
Insert cell
Insert cell
logistic = (x, a, b) => 1 / (1 + exp(-b * (x + a)))
Insert cell
Insert cell
Insert cell
Insert cell
gompertz = (x, a, b, c, d) => c + (d - c) * exp(-exp(-b * (x + a)))
Insert cell
Insert cell
Insert cell
Insert cell
invGompertz = (x, a, b, c, d) => c + (d - c) * (1 - exp(-exp(-b * (x + a))))
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