WebCab Probability and Statistics Web Services for .NET v3.3 Demo

NormalProbabilityDistribution Members

NormalProbabilityDistribution overview

Public Instance Constructors

NormalProbabilityDistribution Constructor Creates a Normal Probability Distribution XML Web service proxy instance with its mean set to zero and variance set to 1.

Public Instance Methods

DensityFunction Calculates the Normal 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 for the normal probability distribution.
GetRandomValue Generates a random number from the Normal Probability function.
GetRandomValues Generates an array of random numbers from the Normal Probability function.
GetType (inherited from Object)Gets the Type of the current instance.
GetVariance Returns the variance for the normal probability distribution.
InverseOverloaded. Returns the inverse of the normal distribution represented by this XML Web service proxy instance.
InverseAroundMean Returns the inverse of the normal distribution represented by this XML Web service proxy instance.
InverseFromValue Returns the inverse of the normal distribution represented by this XML Web service proxy instance.
Probability Calculates the Normal Probability on the interval of the real line [lowerBound, upperBound].
ProbabilityDown Calculates the Normal Probability for the half line [-`infinity',upperBound], where -`infinity' is ``minus infinity'' and upperBound is the upper bound of the half line over which the normal probability is calculated.
ProbabilityUp Calculates the normal probability for the interval [lowerBound,+`infinity'], where +`infinity' is ``plus infinity'' and lowerBound is the lower bound of the half line over which the normal probability of calculated.
SetMean Sets the mean for the Normal Probability Distribution.
SetVariance Sets the variance for the Normal 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

NormalProbabilityDistribution Class | ProbabilityDistributions Namespace