Uses of Package
dev.nm.stat.regression.linear.glm.distribution
-
Classes in dev.nm.stat.regression.linear.glm.distribution used by dev.nm.stat.regression.linear.glm Class Description GLMFamily Family
provides a convenient way to specify the error distribution and link function used in GLM model. -
Classes in dev.nm.stat.regression.linear.glm.distribution used by dev.nm.stat.regression.linear.glm.distribution Class Description GLMBinomial This is the Binomial distribution of the error distribution in GLM model.GLMExponentialDistribution This interface represents a probability distribution from the exponential family.GLMGamma This is the Gamma distribution of the error distribution in GLM model.GLMGaussian This is the Gaussian distribution of the error distribution in GLM model.GLMInverseGaussian This is the Inverse Gaussian distribution of the error distribution in GLM model.GLMPoisson This is the Poisson distribution of the error distribution in GLM model. -
Classes in dev.nm.stat.regression.linear.glm.distribution used by dev.nm.stat.regression.linear.glm.quasi.family Class Description GLMBinomial This is the Binomial distribution of the error distribution in GLM model.GLMExponentialDistribution This interface represents a probability distribution from the exponential family.GLMFamily Family
provides a convenient way to specify the error distribution and link function used in GLM model.GLMGamma This is the Gamma distribution of the error distribution in GLM model.GLMGaussian This is the Gaussian distribution of the error distribution in GLM model.GLMInverseGaussian This is the Inverse Gaussian distribution of the error distribution in GLM model.GLMPoisson This is the Poisson distribution of the error distribution in GLM model.