|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface QuasiFamily
This interface represents the quasi family of GLM.
| Method Summary | |
|---|---|
Family |
asFamily()
|
LinkFunction |
link()
|
double |
quasiDeviance(double y,
double mu)
the quasi-deviance function corresponding to a single observation |
double |
quasiLikelihood(double mu,
double y)
the quasi-likelihood function corresponding to a single observation Q(μ; y) |
| Methods inherited from interface com.numericalmethod.suanshu.stats.regression.linear.glm.distribution.ExponentialDistribution |
|---|
AIC, cumulant, deviance, dispersion, overdispersion, theta, variance |
| Method Detail |
|---|
Family asFamily()
LinkFunction link()
double quasiLikelihood(double mu,
double y)
mu - μy - y
double quasiDeviance(double y,
double mu)
y - ymu - μ
|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||