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

Safe HaskellNone

HLearn.Models.Distributions.Univariate.Exponential

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 Exponential prob dp Source

Instances

Eq prob => Eq (Exponential prob dp) 
Ord prob => Ord (Exponential prob dp) 
Read prob => Read (Exponential prob dp) 
Show prob => Show (Exponential prob dp) 
Num prob => Monoid (Exponential prob dp) 
Num prob => HomTrainer (Exponential prob prob) 
Num prob => Group (Exponential prob dp) 
Fractional prob => Variance (Exponential prob prob) 
Fractional prob => Mean (Exponential prob prob) 
Floating prob => PDF (Exponential prob prob) 
Num prob => Probabilistic (Exponential prob dp) 
(Floating prob, Enum prob, Show prob, Ord prob) => PlottableDistribution (Exponential prob prob)