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

StandardNormalProbabilityDistribution Members

StandardNormalProbabilityDistribution overview

Public Instance Constructors

StandardNormalProbabilityDistribution ConstructorEstablishes a connection to this XML Web service.

Public Instance Methods

ConvertToSND Converts the normal random variable into the standard normal random variable.
DensityFunction Calculates the Standard 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 Standard Normal Probability distribution, which is zero.
GetRandomValue Generates a random number from the Standard Normal Probability function.
GetRandomValues Generates an array of random numbers from the Standard Normal Probability function.
GetType (inherited from Object)Gets the Type of the current instance.
GetVariance Returns the variance for the Standard Normal Probability distribution, which by definition is equal to 1.
Inverse Returns the inverse of the standard normal distribution represented by this XML Web service proxy instance, using the given probability.
InverseAroundMean Evaluate the value of $x$, such that the Standard Normal probability distribution functional takes a given value over the interval $[\mu-x, \mu+x]$, where $\mu$ is the mean of the distribution.
InverseFromValue Returns the inverse of the bounded below standard normal distribution.
InverseSetAccuracyNoSteps Returns the inverse of the standard normal distribution represented by this XML Web service proxy instance, using the given probability.
Probability Calculates the Standard Normal probability for the interval of the real line [lowerBound,upperBound].
ProbabilityDown Calculates the standard normal probability for the half line [-`infinity',upperBound], where -`infinity' is ``minus infinity'' and upperBound is the upper bound of the half line.
ProbabilityDownEstimation Calculates the Standard Normal probability for the interval of the real line [-`infinity',upperBound], using an estimation for the cumulative normal probability distribution function.
ProbabilityEstimation Calculates the Standard Normal probability for the interval of the real line [lowerBound,upperBound], using an estimation for the cumulative normal probability distribution function.
ProbabilityUp Calculates the standard normal probability for the half line [lowerBound,+`infinity'], where lowerBound is the lower bound on the half line and +`infinity' is ``plus infinity''.
ProbabilityUpEstimation Calculates the standard normal probability for the interval [lowerBound,+`infinity'], using an estimation for the cumulative normal probability distribution function.
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

StandardNormalProbabilityDistribution Class | ProbabilityDistributions Namespace