Published
Edited
Jul 8, 2020
1 fork
17 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
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
Insert cell
Insert cell
Insert cell
x = d3.scaleLinear()
.domain(d3.extent(sampleEstimatedDistribution)).nice()
.range([0,100]);
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
function totalSimProcessEfficiency(data)
{
var e = 1;
var total = data[0].count;
total = total + data[1].count;
total = total + data[2].count;
total = total + data[3].count;
total = total + data[4].count;

var runninge = data[0].count * data[0].efficiency;
runninge = runninge + (data[1].count * data[1].efficiency);
runninge = runninge + (data[2].count * data[2].efficiency);
runninge = runninge + (data[3].count * data[3].efficiency);
runninge = runninge + (data[4].count * data[4].efficiency);
e = runninge / total;
return e;
}
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
histogram(sampleEstimatedDistribution)
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