WebCab Probability and Statistics for .NET v3.3 Demo

ParetoProbabilityDistribution Members

ParetoProbabilityDistribution overview

Public Instance Constructors

ParetoProbabilityDistributionOverloaded. Initializes a new instance of the ParetoProbabilityDistribution class.

Public Instance Methods

DensityFunction Calculates the Pareto 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 Calculates the mean of the Pareto Probability Distribution.
GetParameterA Gets the real parameter a for the Pareto Distribution.
GetParameterB Gets the real (non-zero) parameter b for the Pareto Distribution.
GetRandomValue Generates a random number from the Pareto Probability function.
GetRandomValues Generates an array of random numbers from the Pareto Probability function.
GetType (inherited from Object)Gets the Type of the current instance.
GetVariance Calculates the variance of the Pareto Probability Distribution.
InverseOverloaded. Returns the inverse of the Pareto distribution represented by this :instance, for a given level of the given probability.
InverseFromValue Returns the inverse of the Pareto distribution represented by this instance, for a given level of probability.
ProbabilityOverloaded. Calculates the probability for the values x of the random variable.
ProbabilityUp Calculates the probability for the half line [lowerBound,+`infinity'], where lowerBound is the half line and +`infinity' is ``plus infinity''.
SetParameterA Sets the real parameter a for the Pareto Distribution.
SetParameterB Sets the real (non-zero) parameter b for the Pareto 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

ParetoProbabilityDistribution Class | WebCab.Libraries.Statistics.PDistributions Namespace