Is your feature request related to a problem? Please describe.
The syntax for the static member Support ... functions are written in a different syntax.
Bernoulli has a list, whereas hypergeometric returns a tuple.
|
static member Support p = |
|
bernCheckParam p |
|
[0.0; 1.0] |
|
static member Support N K n = |
|
hypergeoCheckParam N K n |
|
(0., System.Double.PositiveInfinity) |
Describe the solution you'd like
Maybe use this issue to discuss not only unifying the syntax, but reworking it to be more intuitive and usable.
Is your feature request related to a problem? Please describe.
The syntax for the
static member Support ...functions are written in a different syntax.Bernoulli has a list, whereas hypergeometric returns a tuple.
FSharp.Stats/src/FSharp.Stats/Distributions/Discrete.fs
Lines 55 to 57 in 262f1ac
FSharp.Stats/src/FSharp.Stats/Distributions/Discrete.fs
Lines 228 to 230 in 262f1ac
Describe the solution you'd like
Maybe use this issue to discuss not only unifying the syntax, but reworking it to be more intuitive and usable.