Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Com.numericalmethod.suanshu.stats.regression.linear.glm Classes and Interfaces - 44 results found.
NameDescriptionTypePackageFramework
BackwardEliminationConstructs a GLM model for a set of observations using the backward elimination method.Classcom.numericalmethod.suanshu.stats.regression.linear.glm.modelselectionSuanShu
BackwardElimination .StepInterfacecom.numericalmethod.suanshu.stats.regression.linear.glm.modelselectionSuanShu
EliminationByAICIn each step, a factor is dropped if the resulting model has the least AIC, until no factor removal can result in a model with AIC lower than the current AIC.Classcom.numericalmethod.suanshu.stats.regression.linear.glm.modelselectionSuanShu
EliminationByZValueIn each step, the factor with the least z-value is dropped, until all z-values are greater than the critical value (given by the significance level).Classcom.numericalmethod.suanshu.stats.regression.linear.glm.modelselectionSuanShu
ForwardSelectionConstructs a GLM model for a set of observations using the forward selection method.Classcom.numericalmethod.suanshu.stats.regression.linear.glm.modelselectionSuanShu
ForwardSelection .StepInterfacecom.numericalmethod.suanshu.stats.regression.linear.glm.modelselectionSuanShu
GeneralizedLinearModelThe Generalized Linear Model (GLM) is a flexible generalization of the Ordinary Least Squares regression.Classcom.numericalmethod.suanshu.stats.regression.linear.glmSuanShu
GeneralizedLinearModelQuasiFamilyGLM for the quasi-families.Classcom.numericalmethod.suanshu.stats.regression.linear.glm.quasiSuanShu
GLMBetaClasscom.numericalmethod.suanshu.stats.regression.linear.glmSuanShu
GLMBinomialThis is the Binomial distribution of the error distribution in GLM model.Classcom.numericalmethod.suanshu.stats.regression.linear.glm.distributionSuanShu
GLMExponentialDistributionThis interface represents a probability distribution from the exponential family.Interfacecom.numericalmethod.suanshu.stats.regression.linear.glm.distributionSuanShu
GLMFamilyFamily provides a convenient way to specify the error distribution and link function used in GLM model.Classcom.numericalmethod.suanshu.stats.regression.linear.glm.distributionSuanShu
GLMFittingInterfacecom.numericalmethod.suanshu.stats.regression.linear.glmSuanShu
GLMGammaThis is the Gamma distribution of the error distribution in GLM model.Classcom.numericalmethod.suanshu.stats.regression.linear.glm.distributionSuanShu
GLMGaussianThis is the Gaussian distribution of the error distribution in GLM model.Classcom.numericalmethod.suanshu.stats.regression.linear.glm.distributionSuanShu
GLMInverseGaussianThis is the Inverse Gaussian distribution of the error distribution in GLM model.Classcom.numericalmethod.suanshu.stats.regression.linear.glm.distributionSuanShu
GLMModelSelectionGiven a set of observations {y, X}, we would like to construct a GLM to explain the data.Classcom.numericalmethod.suanshu.stats.regression.linear.glm.modelselectionSuanShu
GLMModelSelection .ModelNotFoundThrow a ModelNotFound exception when fail to construct a model toSee Also:Serialized FormClasscom.numericalmethod.suanshu.stats.regression.linear.glm.modelselectionSuanShu
GLMPoissonThis is the Poisson distribution of the error distribution in GLM model.Classcom.numericalmethod.suanshu.stats.regression.linear.glm.distributionSuanShu
GLMProblemThis is a Generalized Linear regression problem.Classcom.numericalmethod.suanshu.stats.regression.linear.glmSuanShu
GLMResidualsResidual analysis of the results of a Generalized Linear Model regression.Classcom.numericalmethod.suanshu.stats.regression.linear.glmSuanShu
IWLSClasscom.numericalmethod.suanshu.stats.regression.linear.glmSuanShu
LinkCloglogThis class represents the complementary log-log link function: g(x) = log(-log(1 - x))Classcom.numericalmethod.suanshu.stats.regression.linear.glm.distribution.linkSuanShu
LinkFunctionThis interface represents a link function g(x) in Generalized Linear Model (GLM).Interfacecom.numericalmethod.suanshu.stats.regression.linear.glm.distribution.linkSuanShu
LinkIdentityThis class represents the identity link function:See Also:GeneralizedLinearModelClasscom.numericalmethod.suanshu.stats.regression.linear.glm.distribution.linkSuanShu
LinkInverseThis class represents the inverse link function:See Also:GeneralizedLinearModelClasscom.numericalmethod.suanshu.stats.regression.linear.glm.distribution.linkSuanShu
LinkInverseSquaredThis class represents the inverse-squared link function:See Also:GeneralizedLinearModelClasscom.numericalmethod.suanshu.stats.regression.linear.glm.distribution.linkSuanShu
LinkLogThis class represents the log link function:See Also:GeneralizedLinearModelClasscom.numericalmethod.suanshu.stats.regression.linear.glm.distribution.linkSuanShu
LinkLogitThis class represents the logit link function: g(x) = log(frac{mu}{1-mu})Classcom.numericalmethod.suanshu.stats.regression.linear.glm.distribution.linkSuanShu
LinkProbitThis class represents the Probit link function, which is the inverse of cumulative distribution function of the standard Normal distribution N(0, 1).Classcom.numericalmethod.suanshu.stats.regression.linear.glm.distribution.linkSuanShu
LinkSqrtThis class represents the square-root link function:See Also:GeneralizedLinearModelClasscom.numericalmethod.suanshu.stats.regression.linear.glm.distribution.linkSuanShu
QuasiBinomialThis is the quasi Binomial distribution in GLM.Classcom.numericalmethod.suanshu.stats.regression.linear.glm.quasi.familySuanShu
QuasiDistributionThis interface represents the quasi-distribution used in GLM.Interfacecom.numericalmethod.suanshu.stats.regression.linear.glm.quasi.familySuanShu
QuasiFamilyThis interface represents the quasi-family used in GLM.Classcom.numericalmethod.suanshu.stats.regression.linear.glm.quasi.familySuanShu
QuasiGammaThis is the quasi Gamma distribution in GLM.Classcom.numericalmethod.suanshu.stats.regression.linear.glm.quasi.familySuanShu
QuasiGaussianThis is the quasi Gaussian distribution in GLM.Classcom.numericalmethod.suanshu.stats.regression.linear.glm.quasi.familySuanShu
QuasiGLMBetaClasscom.numericalmethod.suanshu.stats.regression.linear.glm.quasiSuanShu
QuasiGLMNewtonRaphsonClasscom.numericalmethod.suanshu.stats.regression.linear.glm.quasiSuanShu
QuasiGLMProblemThis class represents a quasi generalized linear regression problem.Classcom.numericalmethod.suanshu.stats.regression.linear.glm.quasiSuanShu
QuasiGLMResidualsResidual analysis of the results of a quasi Generalized Linear Model regression.Classcom.numericalmethod.suanshu.stats.regression.linear.glm.quasiSuanShu
QuasiInverseGaussianThis is the quasi Inverse-Gaussian distribution in GLM.Classcom.numericalmethod.suanshu.stats.regression.linear.glm.quasi.familySuanShu
QuasiPoissonThis is the quasi Poisson distribution in GLM.Classcom.numericalmethod.suanshu.stats.regression.linear.glm.quasi.familySuanShu
SelectionByAICIn each step, a factor is added if the resulting model has the highest AIC, until no factor addition can result in a model with AIC higher than the current AIC.Classcom.numericalmethod.suanshu.stats.regression.linear.glm.modelselectionSuanShu
SelectionByZValueIn each step, the most significant factor is added, until all remaining factors are insignificant.Classcom.numericalmethod.suanshu.stats.regression.linear.glm.modelselectionSuanShu