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

Safe HaskellNone

HLearn.Models.Distributions.Univariate.Normal

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

newtype Normal prob Source

Constructors

Normal (Moments3 prob) 

Instances

Eq prob => Eq (Normal prob) 
Ord prob => Ord (Normal prob) 
Read prob => Read (Normal prob) 
Show prob => Show (Normal prob) 
Num prob => Monoid (Normal prob) 
Num prob => NumDP (Normal prob) 
Num prob => HomTrainer (Normal prob) 
Num prob => HasRing (Normal prob) 
Num prob => Module (Normal prob) 
Num prob => Abelian (Normal prob) 
Num prob => Group (Normal prob) 
NFData prob => NFData (Normal prob) 
Fractional prob => Variance (Normal prob) 
Fractional prob => Mean (Normal prob) 
Floating prob => PDF (Normal prob) 
Num prob => Probabilistic (Normal prob) 
(Floating prob, Enum prob, Show prob, Ord prob) => PlottableDistribution (Normal prob)