Uses of Interface
dev.nm.stat.regression.linear.glm.distribution.GLMExponentialDistribution
-
Packages that use GLMExponentialDistribution Package Description dev.nm.stat.regression.linear.glm.distribution dev.nm.stat.regression.linear.glm.quasi.family -
-
Uses of GLMExponentialDistribution in dev.nm.stat.regression.linear.glm.distribution
Classes in dev.nm.stat.regression.linear.glm.distribution that implement GLMExponentialDistribution Modifier and Type Class Description class
GLMBinomial
This is the Binomial distribution of the error distribution in GLM model.class
GLMGamma
This is the Gamma distribution of the error distribution in GLM model.class
GLMGaussian
This is the Gaussian distribution of the error distribution in GLM model.class
GLMInverseGaussian
This is the Inverse Gaussian distribution of the error distribution in GLM model.class
GLMPoisson
This is the Poisson distribution of the error distribution in GLM model.Fields in dev.nm.stat.regression.linear.glm.distribution declared as GLMExponentialDistribution Modifier and Type Field Description protected GLMExponentialDistribution
GLMFamily. dist
Methods in dev.nm.stat.regression.linear.glm.distribution that return GLMExponentialDistribution Modifier and Type Method Description GLMExponentialDistribution
GLMFamily. distribution()
Constructors in dev.nm.stat.regression.linear.glm.distribution with parameters of type GLMExponentialDistribution Constructor Description GLMFamily(GLMExponentialDistribution dist, LinkFunction link)
Construct an instance ofFamily
. -
Uses of GLMExponentialDistribution in dev.nm.stat.regression.linear.glm.quasi.family
Subinterfaces of GLMExponentialDistribution in dev.nm.stat.regression.linear.glm.quasi.family Modifier and Type Interface Description interface
QuasiDistribution
This interface represents the quasi-distribution used in GLM.Classes in dev.nm.stat.regression.linear.glm.quasi.family that implement GLMExponentialDistribution Modifier and Type Class Description class
QuasiBinomial
This is the quasi Binomial distribution in GLM.class
QuasiGamma
This is the quasi Gamma distribution in GLM.class
QuasiGaussian
This is the quasi Gaussian distribution in GLM.class
QuasiInverseGaussian
This is the quasi Inverse-Gaussian distribution in GLM.class
QuasiPoisson
This is the quasi Poisson distribution in GLM.
-