statistics-0.3.4: A library of statistical types, data, and functions

Portabilityportable
Stabilityexperimental
Maintainerbos@serpentine.com

Statistics.Types

Description

Types for working with statistics.

Synopsis

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.