public class StlResult extends Object
getData() == getTrend() + getSeasonal() + getRemainder()
| Constructor and Description |
|---|
StlResult(double[] times,
double[] series,
double[] trend,
double[] seasonal,
double[] remainder)
Constructs the result of running
StlDecomposition. |
| Modifier and Type | Method and Description |
|---|---|
double[] |
getRemainder() |
double[] |
getSeasonal() |
double[] |
getSeries() |
double[] |
getTimes() |
double[] |
getTrend() |
public StlResult(double[] times,
double[] series,
double[] trend,
double[] seasonal,
double[] remainder)
StlDecomposition.
Wraps the original times and series data, and adds the trend, seasonal, and remainder.
Copyright © 2016. All rights reserved.