Shows discrete graph (2)
This commit is contained in:
parent
798a19794a
commit
db1b1b2a7b
|
@ -1,7 +1,10 @@
|
|||
// "mm(floor(uniform(30,35)), normal(50,20), [.25,.5])",
|
||||
// "mm(floor(normal(28,4)), normal(32,2), uniform(20,24), [.5,.2,.1])",
|
||||
// Examples:
|
||||
// mm(floor(uniform(30,35)), normal(50,20), [.25,.5])
|
||||
// mm(floor(normal(28,4)), normal(32,2), uniform(20,24), [.5,.2,.1])
|
||||
// mm(5 to 20, floor(normal(20,2)), [.5, .5])"
|
||||
// floor(3 to 4)
|
||||
// uniform(0,1) > 0.3 ? lognormal(6.652, -0.41): 0
|
||||
|
||||
// "mm(5 to 20, floor(normal(20,2)), [.5, .5])",
|
||||
let timeDist =
|
||||
DistPlusIngredients.make(
|
||||
~guesstimatorString="(floor(10 to 15))",
|
||||
|
@ -36,4 +39,4 @@ let distributions = () =>
|
|||
</div>
|
||||
</div>;
|
||||
|
||||
let entry = EntryTypes.(entry(~title="Pdf", ~render=distributions));
|
||||
let entry = EntryTypes.(entry(~title="Pdf", ~render=distributions));
|
||||
|
|
Loading…
Reference in New Issue
Block a user