RiskItemStatistics
Contents
[
Hide
]RiskItemStatistics class
Represents an item which stores statistical data for the task of the analyzed project.
Methods
| Name | Description |
|---|---|
| get_ExpectedValue | Gets the expected value of the risk item. |
| get_ItemType | Gets an instance of the RiskItemType enumeration. |
| get_Maximum | Gets the maximum value which was generated during Monte Carlo simulation. |
| get_Minimum | Gets the minimum value which was generated during Monte Carlo simulation. |
| get_StandardDeviation | Gets the standard deviation of the risk item. |
| GetPercentile | Gets a value below which a specified percentage of generated samples fall. |
| ToString | Returns short string representation of a risk item. The exact details of the representation are unspecified and subject to change. |