Companion
object Companion
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Approximates the standard deviation of data via the range. See equation (9) in reference
Link copied to clipboard
Create a histogram with lower limit set to zero
Create a histogram
fun create(array: DoubleArray, breakPoints: DoubleArray = recommendBreakPoints(array), name: String? = null): Histogram
Creates a default histogram based on default break points for the supplied data
Create a histogram with the given name based on the provided values
Link copied to clipboard
Divides the range equally across the number of bins.
Link copied to clipboard
Creates a list of ordered bins for use in a histogram
Link copied to clipboard
Link copied to clipboard
http://www.fmrib.ox.ac.uk/analysis/techrep/tr00mj2/tr00mj2/node24.html
Link copied to clipboard