- decompose(List<Number>, List<Number>) - Method in class com.github.brandtg.stl.StlDecomposition
-
A convenience method to use objects.
- decompose(double[], double[]) - Method in class com.github.brandtg.stl.StlDecomposition
-
Computes the STL decomposition of a times series.
- DEFAULT_INNER_LOOP_PASSES - Static variable in class com.github.brandtg.stl.StlConfig
-
Empirically determined number resulted in good residuals.
- DEFAULT_LOESS_ROBUSTNESS_ITERATIONS - Static variable in class com.github.brandtg.stl.StlConfig
-
Number of robustness iterations for each invocation of Loess.
- DEFAULT_ROBUSTNESS_ITERATIONS - Static variable in class com.github.brandtg.stl.StlConfig
-
Same as R's robust = FALSE.
- DEFAULT_SEASONAL_BANDWIDTH - Static variable in class com.github.brandtg.stl.StlConfig
-
Consider 75% neighboring points smoothing seasonal in inner loop.
- DEFAULT_TREND_BANDWIDTH - Static variable in class com.github.brandtg.stl.StlConfig
-
Consider 75% neighboring points smoothing trend in inner loop.