CR comment #1

This commit is contained in:
Quinn Dougherty 2022-04-07 14:33:49 -04:00
parent 72cfbf14c2
commit d582e29e8b

View File

@ -167,7 +167,7 @@ describe("Normal distribution with sparklines", () => {
-> toEqual(`▁▁▁▁▁▁▁▁▁▁▂▃▅▇███▇▅▃▂`)
})
test("mean=5 cdf", () => {
test("mean=10 cdf", () => {
let cdfNormalDistAtMean10 = x => SymbolicDist.Normal.cdf(x, normalDistAtMean10)
let sparklineMean10 = fnImage(cdfNormalDistAtMean10, range20Float)
Sparklines.create(sparklineMean10, ())