NuGenSciMath

NuGenProbability Members

NuGenProbability overview

Public Static (Shared) Fields

UNDEFINED 

Public Instance Constructors

NuGenProbability Overloaded. Initializes a new instance of the NuGenProbability class.

Public Instance Methods

Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetExpectedValue 
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetResult This is the public function that is callable to compute a probability or a cumulative probability. For cumulative probabilities it is assumed that the Random Variables range is at least computable from zero to Y. Optimizations could be made to compute cumulative probabilities faster for events that have a very large number of FINITE trials by taking the shorter of the computable ranges and possibly subtracting from one if necessary. If the probability is set in the constructor then the value won't be undefined and will be immediately returned.
GetType (inherited from Object) Gets the Type of the current instance.
GetVariance 
ToString (inherited from Object) Returns a String that represents the current Object.

Protected Instance Fields

m_probability 
m_RV 
m_RVT 

Protected Instance Methods

ComputeResult 
Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.
SetRV 

See Also

NuGenProbability Class | Genetibase.MathX Namespace