Prettier
This commit is contained in:
parent
390ac2e2bb
commit
7e2437bfc0
|
@ -24,7 +24,6 @@ let isSymbolic = (t: t) =>
|
|||
| _ => false
|
||||
}
|
||||
|
||||
|
||||
let sampleN = (t: t, n) =>
|
||||
switch t {
|
||||
| PointSet(r) => PointSetDist.sampleNRendered(n, r)
|
||||
|
|
|
@ -53,7 +53,7 @@ let more = [
|
|||
Function.make(
|
||||
~name="To",
|
||||
~definitions=[TwoArgDist.mkRegular("to", twoArgs(SymbolicDist.From90thPercentile.make))],
|
||||
)
|
||||
),
|
||||
]
|
||||
|
||||
let allFunctions = [NormalFn.toFn, LognormalFn.toFn]
|
||||
|
|
Loading…
Reference in New Issue
Block a user