RiskAnalyzer

RiskAnalyzer class

Performs a Monte Carlo simulation based on the specified risk analysis settings.

The RiskAnalyzer type exposes the following members:

Constructors

NameDescription
RiskAnalyzer(settings)Initializes a new instance of the RiskAnalyzer class

Properties

NameDescription
settingsGets or sets the instance of the RiskAnalysisSettings class which defines necessary settings for risk analysis.

Methods

NameDescription
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