Safe Haskell | None |
---|
Documentation
freedmanDiaconis :: [Double] -> IntSource
squareRoot :: [Double] -> IntSource
:: (Num b, RealFrac a, Vector v0 a, Vector v1 b) | |
=> Int | Number of bins. This value must be positive. A zero or negative value will cause an error. |
-> a | Lower bound on interval range. Sample data less than this will cause an error. |
-> a | Upper bound on interval range. This value must not be less than the lower bound. Sample data that falls above the upper bound will cause an error. |
-> v0 a | Sample data. |
-> v1 b |