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

LogNormalProbabilityDistribution Members

LogNormalProbabilityDistribution overview

Public Instance Constructors

LogNormalProbabilityDistribution Constructor Creates a new Lognormal Probability Distribution XML Web service proxy instance with the normal distribution mean and variance both set to zero.

Public Instance Methods

DensityFunction Calculates the Lognormal probability density function in a given point of the real line.
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 Lognormal probability distribution.
GetNormalDistributionMean Returns the mean for the Normal Probability Distribution which is associated to the Lognormal Probability distribution.
GetNormalDistributionVariance Returns the variance for the Normal Probability Distribution which is associated to the Lognormal Probability distribution.
GetRandomValue Generates a random number from the Log Normal Probability function.
GetRandomValues Generates an array of random numbers from the Lognormal Probability function.
GetType (inherited from Object)Gets the Type of the current instance.
GetVariance Returns the variance for the Lognormal probability distribution.
InverseOverloaded. Evaluates the inverse of the Lognormal probability distribution represented by this XML Web service proxy instance.
InverseFromRange Evaluates the inverse of the Lognormal Probability distribution represented by this XML Web service proxy instance when the lower bound of the solution is known.
ProbabilityOverloaded. Calculates the Lognormal probability for an interval [lowerBound,upperBound], on the positive real number line.
ProbabilityUp Calculates the Lognormal probability for the interval [lowerBound,+`infinity'], where +`infinity' is the ``plus infinity'' and lowerBound is the lower bound of the interval.
SetNormalDistributionMean Sets the mean for the Normal Probability Distribution which is associated to the Lognormal Probability distribution.
SetNormalDistributionVariance Sets the variance for the Normal Probability Distribution which is associated to the Lognormal 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

LogNormalProbabilityDistribution Class | ProbabilityDistributions Namespace