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 TypeMethodDescriptiondouble
getBase()
Gets the base.double
Gets the burst offset.double
Gets the burst peak.double
Gets the burst period.double
Gets the burst width.double
Gets the first peak.double
Gets the inner base.double
Gets the last peak.double
Gets the noise max.double
Gets the noise min.Gets the operator literal.double
Gets the peak interval width.int
Gets the peak num.double
Gets the seasonal period.Gets the seasonal shape.double
Gets the seasonals per trend.double
Gets the trend offset.double[]
Gets the trend points.Gets the trend shape.void
setBase
(double base) Sets the base.void
setBurstOffset
(double burstOffset) Sets the burst offset.void
setBurstPeak
(double burstPeak) Sets the burst peak.void
setBurstPeriod
(double burstPeriod) Sets the burst period.void
setBurstWidth
(double burstWidth) Sets the burst width.void
setFirstPeak
(double firstPeak) Sets the first peak.void
setInnerBase
(double innerBase) Sets the inner base.void
setLastPeak
(double lastPeak) Sets the last peak.void
setNoiseMax
(double noiseMax) Sets the noise max.void
setNoiseMin
(double noiseMin) Sets the noise min.void
setOperatorLiteral
(String operatorLiteral) Sets the operator literal.void
setPeakIntervalWidth
(double peakIntervalWidth) Sets the peak interval width.void
setPeakNum
(int peakNum) Sets the peak num.void
setSeasonalPeriod
(double seasonalPeriod) Sets the seasonal period.void
setSeasonalShape
(String seasonalShape) Sets the seasonal shape.void
setSeasonalsPerTrend
(double seasonalsPerTrend) Sets the seasonals per trend.void
setTrendOffset
(double trendOffset) Sets the trend offset.void
setTrendPoints
(double[] trendPoints) Sets the trend points.void
setTrendShape
(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
-