Package tools.descartes.dlim.extractor
Class HLDlimParameterContainer
java.lang.Object
tools.descartes.dlim.extractor.HLDlimParameterContainer
Contains the results of the extraction process, to be used for the new Dlim
Model Wizard.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoublegetBase()Gets the base.doubleGets the burst offset.doubleGets the burst peak.doubleGets the burst period.doubleGets the burst width.doubleGets the first peak.doubleGets the inner base.doubleGets the last peak.doubleGets the noise max.doubleGets the noise min.Gets the operator literal.doubleGets the peak interval width.intGets the peak num.doubleGets the seasonal period.Gets the seasonal shape.doubleGets the seasonals per trend.doubleGets the trend offset.double[]Gets the trend points.Gets the trend shape.voidsetBase(double base) Sets the base.voidsetBurstOffset(double burstOffset) Sets the burst offset.voidsetBurstPeak(double burstPeak) Sets the burst peak.voidsetBurstPeriod(double burstPeriod) Sets the burst period.voidsetBurstWidth(double burstWidth) Sets the burst width.voidsetFirstPeak(double firstPeak) Sets the first peak.voidsetInnerBase(double innerBase) Sets the inner base.voidsetLastPeak(double lastPeak) Sets the last peak.voidsetNoiseMax(double noiseMax) Sets the noise max.voidsetNoiseMin(double noiseMin) Sets the noise min.voidsetOperatorLiteral(String operatorLiteral) Sets the operator literal.voidsetPeakIntervalWidth(double peakIntervalWidth) Sets the peak interval width.voidsetPeakNum(int peakNum) Sets the peak num.voidsetSeasonalPeriod(double seasonalPeriod) Sets the seasonal period.voidsetSeasonalShape(String seasonalShape) Sets the seasonal shape.voidsetSeasonalsPerTrend(double seasonalsPerTrend) Sets the seasonals per trend.voidsetTrendOffset(double trendOffset) Sets the trend offset.voidsetTrendPoints(double[] trendPoints) Sets the trend points.voidsetTrendShape(String trendShape) Sets the trend shape.
-
Constructor Details
-
HLDlimParameterContainer
public HLDlimParameterContainer()
-
-
Method Details
-
getFirstPeak
public double getFirstPeak()Gets the first peak.- Returns:
- the first peak
-
setFirstPeak
public void setFirstPeak(double firstPeak) Sets the first peak.- Parameters:
firstPeak- the new first peak
-
getLastPeak
public double getLastPeak()Gets the last peak.- Returns:
- the last peak
-
setLastPeak
public void setLastPeak(double lastPeak) Sets the last peak.- Parameters:
lastPeak- the new last peak
-
getPeakIntervalWidth
public double getPeakIntervalWidth()Gets the peak interval width.- Returns:
- the peak interval width
-
setPeakIntervalWidth
public void setPeakIntervalWidth(double peakIntervalWidth) Sets the peak interval width.- Parameters:
peakIntervalWidth- the new peak interval width
-
getSeasonalPeriod
public double getSeasonalPeriod()Gets the seasonal period.- Returns:
- the seasonal period
-
setSeasonalPeriod
public void setSeasonalPeriod(double seasonalPeriod) Sets the seasonal period.- Parameters:
seasonalPeriod- the new seasonal period
-
getPeakNum
public int getPeakNum()Gets the peak num.- Returns:
- the peak num
-
setPeakNum
public void setPeakNum(int peakNum) Sets the peak num.- Parameters:
peakNum- the new peak num
-
getBase
public double getBase()Gets the base.- Returns:
- the base
-
setBase
public void setBase(double base) Sets the base.- Parameters:
base- the new base
-
getInnerBase
public double getInnerBase()Gets the inner base.- Returns:
- the inner base
-
setInnerBase
public void setInnerBase(double innerBase) Sets the inner base.- Parameters:
innerBase- the new inner base
-
getSeasonalShape
Gets the seasonal shape.- Returns:
- the seasonal shape
-
setSeasonalShape
Sets the seasonal shape.- Parameters:
seasonalShape- the new seasonal shape
-
getSeasonalsPerTrend
public double getSeasonalsPerTrend()Gets the seasonals per trend.- Returns:
- the seasonals per trend
-
setSeasonalsPerTrend
public void setSeasonalsPerTrend(double seasonalsPerTrend) Sets the seasonals per trend.- Parameters:
seasonalsPerTrend- the new seasonals per trend
-
getTrendOffset
public double getTrendOffset()Gets the trend offset.- Returns:
- the trend offset
-
setTrendOffset
public void setTrendOffset(double trendOffset) Sets the trend offset.- Parameters:
trendOffset- the new trend offset
-
getTrendPoints
public double[] getTrendPoints()Gets the trend points.- Returns:
- the trend points
-
setTrendPoints
public void setTrendPoints(double[] trendPoints) Sets the trend points.- Parameters:
trendPoints- the new trend points
-
getTrendShape
Gets the trend shape.- Returns:
- the trend shape
-
setTrendShape
Sets the trend shape.- Parameters:
trendShape- the new trend shape
-
getOperatorLiteral
Gets the operator literal.- Returns:
- the operator literal
-
setOperatorLiteral
Sets the operator literal.- Parameters:
operatorLiteral- the new operator literal
-
getBurstPeak
public double getBurstPeak()Gets the burst peak.- Returns:
- the burst peak
-
setBurstPeak
public void setBurstPeak(double burstPeak) Sets the burst peak.- Parameters:
burstPeak- the new burst peak
-
getBurstWidth
public double getBurstWidth()Gets the burst width.- Returns:
- the burst width
-
setBurstWidth
public void setBurstWidth(double burstWidth) Sets the burst width.- Parameters:
burstWidth- the new burst width
-
getBurstPeriod
public double getBurstPeriod()Gets the burst period.- Returns:
- the burst period
-
setBurstPeriod
public void setBurstPeriod(double burstPeriod) Sets the burst period.- Parameters:
burstPeriod- the new burst period
-
getBurstOffset
public double getBurstOffset()Gets the burst offset.- Returns:
- the burst offset
-
setBurstOffset
public void setBurstOffset(double burstOffset) Sets the burst offset.- Parameters:
burstOffset- the new burst offset
-
getNoiseMin
public double getNoiseMin()Gets the noise min.- Returns:
- the noise min
-
setNoiseMin
public void setNoiseMin(double noiseMin) Sets the noise min.- Parameters:
noiseMin- the new noise min
-
getNoiseMax
public double getNoiseMax()Gets the noise max.- Returns:
- the noise max
-
setNoiseMax
public void setNoiseMax(double noiseMax) Sets the noise max.- Parameters:
noiseMax- the new noise max
-