CR comment #1
This commit is contained in:
parent
72cfbf14c2
commit
d582e29e8b
|
@ -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, ())
|
||||
|
|
Loading…
Reference in New Issue
Block a user