RiskPattern

RiskPattern class

Represents a risk pattern for a project task.

Constructors

NameDescription
RiskPatternInitializes a new instance of the RiskPattern class.

Methods

NameDescription
get_ConfidenceLevelGets the confidence level that correspond to the percentage of the time the actual generated values will be within optimistic and pessimistic estimates. The default value is CL99.
get_DistributionGets the probability distribution used in Monte Carlo simulation. The default value is ProbabilityDistributionType.Normal.
get_OptimisticGets the percentage of the most likely task duration which can happen in the best possible project scenario. The default value is 75, which means that if the estimated specified task duration is 4 days then the optimistic duration will be 3 days.
get_PessimisticGets the percentage of the most likely task duration which can happen in the worst possible project scenario. The default value is 125, which means that if the estimated specified task duration is 4 days then the pessimistic duration will be 5 days.
get_TaskGets a project task to which this risk pattern is applied.
set_ConfidenceLevelSets the confidence level that correspond to the percentage of the time the actual generated values will be within optimistic and pessimistic estimates. The default value is CL99.
set_DistributionSets the probability distribution used in Monte Carlo simulation. The default value is ProbabilityDistributionType.Normal.
set_OptimisticSets the percentage of the most likely task duration which can happen in the best possible project scenario. The default value is 75, which means that if the estimated specified task duration is 4 days then the optimistic duration will be 3 days.
set_PessimisticSets the percentage of the most likely task duration which can happen in the worst possible project scenario. The default value is 125, which means that if the estimated specified task duration is 4 days then the pessimistic duration will be 5 days.