public class ACERUtils extends Object
| Constructor and Description |
|---|
ACERUtils() |
| Modifier and Type | Method and Description |
|---|---|
static double[] |
computeWeightsByPeriodLength(double[][] observations)
Compute the weights for periods, proportional to the lengths of the periods.
|
static double[] |
extractPeaks(double[] data)
Extract peaks (values which are preceded and followed by values smaller than itself).
|
public static double[] extractPeaks(double[] data)
data - the datapublic static double[] computeWeightsByPeriodLength(double[][] observations)
observations - the observations (one row for one period)Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.