RiskItemStatistics

RiskItemStatistics class

Represents an item which stores statistical data for the task of the analyzed project.

Methods

NameDescription
get_ExpectedValueGets the expected value of the risk item.
get_ItemTypeGets an instance of the RiskItemType enumeration.
get_MaximumGets the maximum value which was generated during Monte Carlo simulation.
get_MinimumGets the minimum value which was generated during Monte Carlo simulation.
get_StandardDeviationGets the standard deviation of the risk item.
GetPercentileGets a value below which a specified percentage of generated samples fall.
ToStringReturns short string representation of a risk item. The exact details of the representation are unspecified and subject to change.