RiskAnalyzer
RiskAnalyzer class
Performs a Monte Carlo simulation based on the specified risk analysis settings.
The RiskAnalyzer type exposes the following members:
Constructors
| Name | Description |
|---|
| RiskAnalyzer(settings) | Initializes a new instance of the RiskAnalyzer class. |
Properties
| Name | Description |
|---|
| settings | Gets or sets the instance of the RiskAnalysisSettings class which defines necessary settings for risk analysis. |
Methods
| Name | Description |
|---|
| analyze(project) | Performs risk analysis for the specified project. The analysis is based on Monte Carlo simulation and the result is an instance of the RiskAnalysisResult class. |
See Also