SuanShu, a Java numerical and statistical library

Package com.numericalmethod.suanshu.stats.regression.linear.glm.distribution

Interface Summary
ExponentialDistribution This interface represents a probability distribution from the exponential family.
 

Class Summary
Binomial The Binomial distribution for the error distribution in a GLM model.
Family Family is a description of the error distribution and link function to be used in the GLM model.
Gamma The Gamma distribution for the error distribution in a GLM model.
Gaussian The Gaussian distribution for the error distribution in a GLM model.
InverseGaussian The Inverse Gaussian distribution for the error distribution in a GLM model.
Poisson The Poisson distribution for the error distribution in a GLM model.
 


SuanShu, a Java numerical and statistical library

Copyright © 2011 Numerical Method Inc. Ltd. All Rights Reserved.