Statistics
grouped-median
(λ [(Ref (Array Double)), Int] Double)
(grouped-median data interval)
Compute the grouped median of the samples data.
high-median
(λ [(Ref (Array Double))] Double)
(high-median data)
Compute the high median of the samples data.
low-median
(λ [(Ref (Array Double))] Double)
(low-median data)
Compute the low median of the samples data.
pstdev
(λ [(Ref (Array Double))] Double)
(pstdev data)
Compute the population standard deviation of the samples data.
pvariance
(λ [(Ref (Array Double))] Double)
(pvariance data)
Compute the population variance of the samples data.
quartiles
(λ [(Ref (Array Double))] (Array Double))
(quartiles data)
Compute the quartiles of the samples data.
stdev
(λ [(Ref (Array Double))] Double)
(stdev data)
Compute the standard deviation of the samples data.
summary
(λ [(Ref (Array Double))] Summary)
(summary samples)
Compute a variety of statistical values from a list of samples.
variance
(λ [(Ref (Array Double))] Double)
(variance data)
Compute the variance of the samples data.