This commit is contained in:
Ozzie Gooen 2022-05-20 22:54:15 -04:00
parent 390ac2e2bb
commit 7e2437bfc0
3 changed files with 3 additions and 4 deletions

View File

@ -24,7 +24,6 @@ let isSymbolic = (t: t) =>
| _ => false | _ => false
} }
let sampleN = (t: t, n) => let sampleN = (t: t, n) =>
switch t { switch t {
| PointSet(r) => PointSetDist.sampleNRendered(n, r) | PointSet(r) => PointSetDist.sampleNRendered(n, r)

View File

@ -53,7 +53,7 @@ let more = [
Function.make( Function.make(
~name="To", ~name="To",
~definitions=[TwoArgDist.mkRegular("to", twoArgs(SymbolicDist.From90thPercentile.make))], ~definitions=[TwoArgDist.mkRegular("to", twoArgs(SymbolicDist.From90thPercentile.make))],
) ),
] ]
let allFunctions = [NormalFn.toFn, LognormalFn.toFn] let allFunctions = [NormalFn.toFn, LognormalFn.toFn]