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 classGLMBinomialThis is the Binomial distribution of the error distribution in GLM model.classGLMGammaThis is the Gamma distribution of the error distribution in GLM model.classGLMGaussianThis is the Gaussian distribution of the error distribution in GLM model.classGLMInverseGaussianThis is the Inverse Gaussian distribution of the error distribution in GLM model.classGLMPoissonThis 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 GLMExponentialDistributionGLMFamily. distMethods in dev.nm.stat.regression.linear.glm.distribution that return GLMExponentialDistribution Modifier and Type Method Description GLMExponentialDistributionGLMFamily. 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 interfaceQuasiDistributionThis 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 classQuasiBinomialThis is the quasi Binomial distribution in GLM.classQuasiGammaThis is the quasi Gamma distribution in GLM.classQuasiGaussianThis is the quasi Gaussian distribution in GLM.classQuasiInverseGaussianThis is the quasi Inverse-Gaussian distribution in GLM.classQuasiPoissonThis is the quasi Poisson distribution in GLM.
-