RareEventProbabilityEstimationContext Constructor

Initializes a new instance of the RareEventProbabilityEstimationContext class having the specified state dimension, threshold level, and boundedness.

Definition

Namespace: Novacta.Analytics.Advanced
Assembly: Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.1.0+428f3840cfab98dda567bb0ed350b302533e273a
C#
protected RareEventProbabilityEstimationContext(
	int stateDimension,
	DoubleMatrix initialParameter,
	double thresholdLevel,
	RareEventPerformanceBoundedness rareEventPerformanceBoundedness
)

Parameters

stateDimension  Int32
The dimension of a vector representing the state of the system in which the rare event can happen.
initialParameter  DoubleMatrix
The nominal parameter under which the event probability must be evaluated.
thresholdLevel  Double
The performance level under or over which a state is considered as included in the rare event under study.
rareEventPerformanceBoundedness  RareEventPerformanceBoundedness
A constant to specify if the rare event is a set of states whose performances are lower or upper bounded by the thresholdLevel.

Exceptions

ArgumentNullExceptioninitialParameter is null.
ArgumentExceptionrareEventPerformanceBoundedness is not a field of RareEventPerformanceBoundedness.

See Also