|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.numericalmethod.suanshu.stats.distribution.univariate.EmpiricalDistribution
com.numericalmethod.suanshu.stats.test.timeseries.adf.AdfDistribution
public abstract class AdfDistribution
| Method Summary | |
|---|---|
static AdfDistribution |
getDistribution(AugmentedDickeyFuller.TrendType type,
int lagOrder,
int sampleSize)
the factory to construct various ADF distributions |
| Methods inherited from class com.numericalmethod.suanshu.stats.distribution.univariate.EmpiricalDistribution |
|---|
cdf, density, entropy, kurtosis, mean, median, moment, quantile, skew, variance |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static AdfDistribution getDistribution(AugmentedDickeyFuller.TrendType type,
int lagOrder,
int sampleSize)
type - the trend typesampleSize - the sample sizelagOrder - the lag order; TODO: this parameter is for now ignored
|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||