| Modifier and Type | Field and Description |
|---|---|
Publish.DoubleWithDisplay |
ActualAbsoluteChange
Actual absolute change, as the difference between the first and last measurement values
|
Publish.DoubleWithDisplay |
ActualPercentageChange
Actual percentage change, as the actual absolute change relative to the first measurement value
|
Publish.DoubleWithDisplay |
CorrelationCoefficient
Trend line correlation coefficient
|
Publish.TimeSeriesPoint |
EndPoint
End point of period
|
Publish.DoubleWithDisplay |
Intercept
Trend line intercept, as the value of the trend line at the time of QueryFrom
|
Publish.DoubleWithDisplay |
LowerQuartileOfResiduals
Lower Quartile (Q1) of residuals
|
Publish.DoubleWithDisplay |
MaxValue
Maximum value
|
Publish.DoubleWithDisplay |
MedianOfResiduals
Median (Q2) of residuals
|
Publish.DoubleWithDisplay |
MinValue
Minimum value
|
Publish.DoubleWithDisplay |
ModeledAbsoluteChange
Modeled absolute change, as the difference between the first and last trend line values
|
Publish.DoubleWithDisplay |
ModeledPercentageChange
Modeled percentage change, as the modeled absolute change relative to the first trend line value
|
Publish.DoubleWithDisplay |
Slope
Trend line slope measured in data units per year
|
Publish.DoubleWithDisplay |
SlopeStandardError
Standard error in trend line slope
|
Publish.DoubleWithDisplay |
StandardDeviation
Standard deviation of results
|
Publish.TimeSeriesPoint |
StartPoint
Start point of period
|
Publish.TrendLineAnalysisType |
Type
Type of regression analysis
|
Publish.DoubleWithDisplay |
UpperQuartileOfResiduals
Upper Quartile (Q3) of residuals
|
| Constructor and Description |
|---|
TrendLineAnalysis() |
public Publish.TrendLineAnalysisType Type
public Publish.TimeSeriesPoint StartPoint
public Publish.TimeSeriesPoint EndPoint
public Publish.DoubleWithDisplay ActualAbsoluteChange
public Publish.DoubleWithDisplay ModeledAbsoluteChange
public Publish.DoubleWithDisplay ActualPercentageChange
public Publish.DoubleWithDisplay ModeledPercentageChange
public Publish.DoubleWithDisplay MinValue
public Publish.DoubleWithDisplay MaxValue
public Publish.DoubleWithDisplay LowerQuartileOfResiduals
public Publish.DoubleWithDisplay MedianOfResiduals
public Publish.DoubleWithDisplay UpperQuartileOfResiduals
public Publish.DoubleWithDisplay Slope
public Publish.DoubleWithDisplay Intercept
public Publish.DoubleWithDisplay SlopeStandardError
public Publish.DoubleWithDisplay StandardDeviation
public Publish.DoubleWithDisplay CorrelationCoefficient
public Publish.TrendLineAnalysisType getType()
public Publish.TrendLineAnalysis setType(Publish.TrendLineAnalysisType value)
public Publish.TimeSeriesPoint getStartPoint()
public Publish.TrendLineAnalysis setStartPoint(Publish.TimeSeriesPoint value)
public Publish.TimeSeriesPoint getEndPoint()
public Publish.TrendLineAnalysis setEndPoint(Publish.TimeSeriesPoint value)
public Publish.DoubleWithDisplay getActualAbsoluteChange()
public Publish.TrendLineAnalysis setActualAbsoluteChange(Publish.DoubleWithDisplay value)
public Publish.DoubleWithDisplay getModeledAbsoluteChange()
public Publish.TrendLineAnalysis setModeledAbsoluteChange(Publish.DoubleWithDisplay value)
public Publish.DoubleWithDisplay getActualPercentageChange()
public Publish.TrendLineAnalysis setActualPercentageChange(Publish.DoubleWithDisplay value)
public Publish.DoubleWithDisplay getModeledPercentageChange()
public Publish.TrendLineAnalysis setModeledPercentageChange(Publish.DoubleWithDisplay value)
public Publish.DoubleWithDisplay getMinValue()
public Publish.TrendLineAnalysis setMinValue(Publish.DoubleWithDisplay value)
public Publish.DoubleWithDisplay getMaxValue()
public Publish.TrendLineAnalysis setMaxValue(Publish.DoubleWithDisplay value)
public Publish.DoubleWithDisplay getLowerQuartileOfResiduals()
public Publish.TrendLineAnalysis setLowerQuartileOfResiduals(Publish.DoubleWithDisplay value)
public Publish.DoubleWithDisplay getMedianOfResiduals()
public Publish.TrendLineAnalysis setMedianOfResiduals(Publish.DoubleWithDisplay value)
public Publish.DoubleWithDisplay getUpperQuartileOfResiduals()
public Publish.TrendLineAnalysis setUpperQuartileOfResiduals(Publish.DoubleWithDisplay value)
public Publish.DoubleWithDisplay getSlope()
public Publish.TrendLineAnalysis setSlope(Publish.DoubleWithDisplay value)
public Publish.DoubleWithDisplay getIntercept()
public Publish.TrendLineAnalysis setIntercept(Publish.DoubleWithDisplay value)
public Publish.DoubleWithDisplay getSlopeStandardError()
public Publish.TrendLineAnalysis setSlopeStandardError(Publish.DoubleWithDisplay value)
public Publish.DoubleWithDisplay getStandardDeviation()
public Publish.TrendLineAnalysis setStandardDeviation(Publish.DoubleWithDisplay value)
public Publish.DoubleWithDisplay getCorrelationCoefficient()
public Publish.TrendLineAnalysis setCorrelationCoefficient(Publish.DoubleWithDisplay value)
Copyright © 2022. All rights reserved.