HLearn-distributions-1.0.0.2: Distributions for use with the HLearn library

Safe HaskellNone

HLearn.Models.Distributions.Univariate.Internal.Moments

Description

The method of moments can be used to estimate a number of commonly used distributions. This module is still under construction as I work out the best way to handle morphisms from the Moments3 type to types of other distributions. For more information, see the wikipedia entry: https://en.wikipedia.org/wiki/Method_of_moments_(statistics)

Documentation

data Moments3 prob Source

Constructors

Moments3 

Fields

m0 :: !prob
 
m1 :: !prob
 
m2 :: !prob
 

Instances

Unbox a0 => Vector Vector (Moments3 a0) 
Unbox a0 => MVector MVector (Moments3 a0) 
Eq prob => Eq (Moments3 prob) 
Ord prob => Ord (Moments3 prob) 
Read prob => Read (Moments3 prob) 
Show prob => Show (Moments3 prob) 
Num prob => Monoid (Moments3 prob) 
Num prob => NumDP (Moments3 prob) 
Num prob => HomTrainer (Moments3 prob) 
Num prob => HasRing (Moments3 prob) 
Num prob => Module (Moments3 prob) 
Num prob => Abelian (Moments3 prob) 
Num prob => Group (Moments3 prob) 
NFData prob => NFData (Moments3 prob) 
Unbox a0 => Unbox (Moments3 a0)