RiskItemStatistics

RiskItemStatistics class

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

The RiskItemStatistics type exposes the following members:

Properties

NameDescription
item_typeGets an instance of the
minimumGets the minimum value which was generated during Monte Carlo simulation.
maximumGets the maximum value which was generated during Monte Carlo simulation.
expected_valueGets the expected value of the risk item.
standard_deviationGets the standard deviation of the risk item.

Methods

NameDescription
get_percentile(percent)Gets a value below which a specified percentage of generated samples fall.

See Also