ForecastMethod Enumeration |
Specifies the forecast method that will be used for the class.
Namespace:
Cobra.Model.WebService
Assembly:
Cobra.Model.WebService (in Cobra.Model.WebService.dll) Version: 8.4.717.3176 (8.4.0717.3176)
Syntax public enum ForecastMethod
Members
| Member name | Value | Description |
---|
| None | 0 | |
| FrozenForecast | 1 |
Frozen Forecast
|
| ManualForecastRetainEAC | 2 |
Manual Forecast (Retain EAC)
|
| ManualForecastRetainETC | 3 |
Manual Forecast (Retain ETC)
|
| PercentCompleteRanges | 4 |
Percent Complete Ranges
|
| Pf1 | 5 |
PF=1
|
| PfWeightedIndex | 6 |
PF=1/(a*CPI+b*SPI)
|
| PfIndexes | 7 |
PF=1/(CPI*SPI)
|
| PfCumToDate | 8 |
PF=1/CPI Cum to date
|
| PfCurrPeriod | 9 |
PF=1/CPI for current period
|
| PfPrev3Periods | 10 |
PF=1/CPI for last 3 periods
|
| PfPrev6Periods | 11 |
PF=1/CPI for last 6 periods
|
| PfUserInput | 12 |
PF=User input
|
See Also