WebCab Probability and Statistics for .NET v3.3 Demo

ExponentialProbabilityDistribution Methods

The methods of the ExponentialProbabilityDistribution class are listed below. For a complete list of ExponentialProbabilityDistribution class members, see the ExponentialProbabilityDistribution Members topic.

Public Instance Methods

DensityFunction Calculates the exponential probability density function in a given point.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
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.
GetMean Returns the mean of the exponential probability distribution.
GetRandomValue Generates a random number from the Exponential Probability function.
GetRandomValues Generates an array of random numbers from the Exponential Probability function.
GetType (inherited from Object)Gets the Type of the current instance.
Inverse Returns the inverse of the Exponential probability distribution.
Probability Calculates the exponential probability for the interval [lowerBound,upperBound].
ProbabilityDown Calculates the exponential probability on the half-line [-`infinity',upperBound], where upperBound is a given real number and -`infinity' is ``minus infinity''.
ProbabilityUp Calculates the exponential probability for the half-line [lowerBound,+`infinity'], where lowerBound is the given real number and +`infinity' is ``plus infinity''.
SetMean Sets the mean for the exponential probability distribution.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

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.

See Also

ExponentialProbabilityDistribution Class | WebCab.Libraries.Statistics.PDistributions Namespace