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
Name | Description |
---|---|
item_type | Gets an instance of the RiskItemType enumeration. |
minimum | Gets the minimum value which was generated during Monte Carlo simulation. |
maximum | Gets the maximum value which was generated during Monte Carlo simulation. |
expected_value | Gets the expected value of the risk item. |
standard_deviation | Gets the standard deviation of the risk item. |
Methods
Name | Description |
---|---|
get_percentile(percent) | Gets a value below which a specified percentage of generated samples fall. |
See Also
- namespace aspose.tasks.riskanalysis
- assembly Aspose.Tasks