You can search for identifiers within the package.
in-package search v0.2.0
Basic statistics functions.
val mean : float list -> float
Compute the mean of a list of floats.
val median : float list -> float
Compute the median of a list of floats.
val stddev : float list -> float
Compute the standard deviation of a list of floats.