| Package | Description |
|---|---|
| dev.nm.stat.regression.linear.glm.distribution | |
| dev.nm.stat.regression.linear.glm.quasi.family |
| Modifier and Type | Class and 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.
|
| Modifier and Type | Field and Description |
|---|---|
protected GLMExponentialDistribution |
GLMFamily.dist |
| Modifier and Type | Method and Description |
|---|---|
GLMExponentialDistribution |
GLMFamily.distribution() |
| Constructor and Description |
|---|
GLMFamily(GLMExponentialDistribution dist,
LinkFunction link)
Construct an instance of
Family. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
QuasiDistribution
This interface represents the quasi-distribution used in GLM.
|
| Modifier and Type | Class and 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.
|
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.