RareEventProbabilityEstimationResults Class

Represents the results of the execution of a Cross-Entropy program represented by a RareEventProbabilityEstimator instance.

Definition

Namespace: Novacta.Analytics.Advanced
Assembly: Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.1.0+428f3840cfab98dda567bb0ed350b302533e273a
C#
public class RareEventProbabilityEstimationResults : CrossEntropyResults
Inheritance
Object    CrossEntropyResults    RareEventProbabilityEstimationResults

Remarks

A Cross-Entropy program represented by a RareEventProbabilityEstimator object can be executed by calling its method Estimate(RareEventProbabilityEstimationContext, Double, Int32, Int32), which returns an instance of class RareEventProbabilityEstimationResults.

The estimated probability of the rare event under study can be analyzed by inspecting property RareEventProbability.

Constructors

RareEventProbabilityEstimationResultsInitializes a new instance of the RareEventProbabilityEstimationResults class

Properties

HasConverged Gets a value indicating whether the executed Cross-Entropy program has converged.
(Inherited from CrossEntropyResults)
Levels Gets the performance levels achieved by the program in its iterations.
(Inherited from CrossEntropyResults)
Parameters Gets the sampling parameters applied by the program in its iterations.
(Inherited from CrossEntropyResults)
RareEventProbability Gets a value representing the estimated probability of the rare event under study.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also