RandomFloatDistributions
random.spad line 185
[edit on github]
This package exports random floating-point distributions
- Beta : (NonNegativeInteger, NonNegativeInteger) -> Mapping(Float)
Beta(n, m) is undocumented
- F : (NonNegativeInteger, NonNegativeInteger) -> Mapping(Float)
F(n, m) is undocumented
- chiSquare : NonNegativeInteger -> Mapping(Float)
chiSquare(n) is undocumented
- chiSquare1 : NonNegativeInteger -> Float
chiSquare1(n) is undocumented
- exponential : Float -> Mapping(Float)
exponential(f) is undocumented
- exponential1 : () -> Float
exponential1() is undocumented
- normal : (Float, Float) -> Mapping(Float)
normal(f, g) is undocumented
- normal01 : () -> Float
normal01() is undocumented
- t : NonNegativeInteger -> Mapping(Float)
t(n) is undocumented
- uniform : (Float, Float) -> Mapping(Float)
uniform(f, g) is undocumented
- uniform01 : () -> Float
uniform01() is undocumented