T - time typepublic class Kagi<T extends Comparable<? super T>> extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Kagi.Trend |
| Constructor and Description |
|---|
Kagi(double[] ts) |
Kagi(UnivariateTimeSeries<T,? extends UnivariateTimeSeries.Entry<T>> ts) |
| Modifier and Type | Method and Description |
|---|---|
HConstruction<T> |
build(double H)
Makes a KAGI construction for the given random process.
|
public Kagi(UnivariateTimeSeries<T,? extends UnivariateTimeSeries.Entry<T>> ts)
public Kagi(double[] ts)
public HConstruction<T> build(double H)
H - the HCopyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.