Skip navigation links
C D G I S 

C

check() - Method in class com.github.brandtg.StlConfig
Checks consistency of configuration parameters.
com.github.brandtg - package com.github.brandtg
 

D

decompose(double[], double[]) - Method in class com.github.brandtg.StlDecomposition
Constructs the STL decomposition of a time series.

G

getLoessRobustnessIterations() - Method in class com.github.brandtg.StlConfig
 
getLowPassFilterBandwidth() - Method in class com.github.brandtg.StlConfig
 
getNumberOfDataPoints() - Method in class com.github.brandtg.StlConfig
 
getNumberOfInnerLoopPasses() - Method in class com.github.brandtg.StlConfig
 
getNumberOfObservations() - Method in class com.github.brandtg.StlConfig
 
getNumberOfRobustnessIterations() - Method in class com.github.brandtg.StlConfig
 
getRemainder() - Method in class com.github.brandtg.StlResult
 
getSeasonal() - Method in class com.github.brandtg.StlResult
 
getSeasonalComponentBandwidth() - Method in class com.github.brandtg.StlConfig
 
getSeries() - Method in class com.github.brandtg.StlResult
 
getTimes() - Method in class com.github.brandtg.StlResult
 
getTrend() - Method in class com.github.brandtg.StlResult
 
getTrendComponentBandwidth() - Method in class com.github.brandtg.StlConfig
 

I

isPeriodic() - Method in class com.github.brandtg.StlConfig
 

S

setLoessRobustnessIterations(int) - Method in class com.github.brandtg.StlConfig
 
setLowPassFilterBandwidth(double) - Method in class com.github.brandtg.StlConfig
 
setNumberOfDataPoints(int) - Method in class com.github.brandtg.StlConfig
 
setNumberOfInnerLoopPasses(int) - Method in class com.github.brandtg.StlConfig
 
setNumberOfObservations(int) - Method in class com.github.brandtg.StlConfig
 
setNumberOfRobustnessIterations(int) - Method in class com.github.brandtg.StlConfig
 
setPeriodic(boolean) - Method in class com.github.brandtg.StlConfig
 
setSeasonalComponentBandwidth(double) - Method in class com.github.brandtg.StlConfig
 
setTrendComponentBandwidth(double) - Method in class com.github.brandtg.StlConfig
 
StlConfig - Class in com.github.brandtg
 
StlConfig() - Constructor for class com.github.brandtg.StlConfig
 
StlDecomposition - Class in com.github.brandtg
Implementation of STL: A Seasonal-Trend Decomposition Procedure based on Loess.
StlDecomposition(StlConfig) - Constructor for class com.github.brandtg.StlDecomposition
Constructs a configuration of STL function that can de-trend data.
StlResult - Class in com.github.brandtg
The STL decomposition of a time series.
StlResult(double[], double[], double[], double[], double[]) - Constructor for class com.github.brandtg.StlResult
Constructs the result of running StlDecomposition.
C D G I S 
Skip navigation links

Copyright © 2016. All rights reserved.