statistics-0.4.1: A library of statistical types, data, and functions
Source code
Contents
Index
Statistics.Types
Portability
portable
Stability
experimental
Maintainer
bos@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
->
Double
Source
A function that estimates a property of a sample, such as its mean.
type
Sample
=
UArr
Double
Source
Sample data.
type
Weights
=
UArr
Double
Source
Weights for affecting the importance of elements of a sample.
Produced by
Haddock
version 2.4.2