public class StlConfig extends Object
| Constructor and Description |
|---|
StlConfig() |
| Modifier and Type | Method and Description |
|---|---|
void |
check()
Checks consistency of configuration parameters.
|
int |
getLoessRobustnessIterations() |
double |
getLowPassFilterBandwidth() |
int |
getNumberOfDataPoints() |
int |
getNumberOfInnerLoopPasses() |
int |
getNumberOfObservations() |
int |
getNumberOfRobustnessIterations() |
double |
getSeasonalComponentBandwidth() |
double |
getTrendComponentBandwidth() |
boolean |
isPeriodic() |
void |
setLoessRobustnessIterations(int loessRobustnessIterations) |
void |
setLowPassFilterBandwidth(double lowPassFilterBandwidth) |
void |
setNumberOfDataPoints(int numberOfDataPoints) |
void |
setNumberOfInnerLoopPasses(int numberOfInnerLoopPasses) |
void |
setNumberOfObservations(int numberOfObservations) |
void |
setNumberOfRobustnessIterations(int numberOfRobustnessIterations) |
void |
setPeriodic(boolean periodic) |
void |
setSeasonalComponentBandwidth(double seasonalComponentBandwidth) |
void |
setTrendComponentBandwidth(double trendComponentBandwidth) |
public int getNumberOfObservations()
public void setNumberOfObservations(int numberOfObservations)
public int getNumberOfInnerLoopPasses()
public void setNumberOfInnerLoopPasses(int numberOfInnerLoopPasses)
public int getNumberOfRobustnessIterations()
public void setNumberOfRobustnessIterations(int numberOfRobustnessIterations)
public double getLowPassFilterBandwidth()
public void setLowPassFilterBandwidth(double lowPassFilterBandwidth)
public double getTrendComponentBandwidth()
public void setTrendComponentBandwidth(double trendComponentBandwidth)
public double getSeasonalComponentBandwidth()
public void setSeasonalComponentBandwidth(double seasonalComponentBandwidth)
public boolean isPeriodic()
public void setPeriodic(boolean periodic)
public int getNumberOfDataPoints()
public void setNumberOfDataPoints(int numberOfDataPoints)
public int getLoessRobustnessIterations()
public void setLoessRobustnessIterations(int loessRobustnessIterations)
public void check()
There must be at least two observations, and at least two periods in the data.
Copyright © 2016. All rights reserved.