statistics-0.4.1: A library of statistical types, data, and functionsSource codeContentsIndex
Statistics.Types
Portabilityportable
Stabilityexperimental
Maintainerbos@serpentine.com
Description
Types for working with statistics.
Synopsis
type Estimator = Sample -> Double
type Sample = UArr Double
type Weights = UArr Double
Documentation
type Estimator = Sample -> DoubleSource
A function that estimates a property of a sample, such as its mean.
type Sample = UArr DoubleSource
Sample data.
type Weights = UArr DoubleSource
Weights for affecting the importance of elements of a sample.
Produced by Haddock version 2.4.2