statistics-0.2.2: A library of statistical types, data, and functions
Statistics.Types
Description
Types for working with statistics.
Synopsis
type Estimator = Sample -> DoubleSource
A function that estimates a property of a sample, such as its mean.
mean
type Sample = UArr DoubleSource
Sample data.
type Weights = UArr DoubleSource
Weights for affecting the importance of elements of a sample.