Statistics - Factor Documentation (original) (raw)
Computing the mean: mean ( seq -- x )
geometric-mean ( seq -- x )
harmonic-mean ( seq -- x )
lower-median ( seq -- elt )
upper-median ( seq -- elt )
medians ( seq -- lower upper )
Computing the population standard deviation, standard error, and variance:
population-ste ( seq -- x )
population-var ( seq -- x )
Computing the sample standard deviation, standard error, and variance:
sample-ste ( seq -- x )
sample-var ( seq -- x )
Computing the nth delta-degrees-of-freedom statistics:
ste-ddof ( seq n -- x )
var-ddof ( seq n -- x )
Computing the range and minimum and maximum elements:
Computing the kth smallest element:
Counting the frequency of occurrence of elements: Computing histograms
Computing cumulative sequences: Computing cumulative sequences