Click or drag to resize

RareEventProbabilityEstimator Methods

The RareEventProbabilityEstimator type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodEstimate
Runs this Cross-Entropy program designed to estimate the probability of the specified rare event context.
Protected methodEvaluatePerformances
Evaluates the performance of the points in the sample drawn in the current iteration.
(Inherited from CrossEntropyProgram.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodRun
Runs this Cross-Entropy program in the specified context.
(Inherited from CrossEntropyProgram.)
Protected methodSample
Draws a sample having the specified size from a distribution defined in the given context and characterized by the designated parameter.
(Inherited from CrossEntropyProgram.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also