WebCab Probability and Statistics for .NET v3.3 Demo

ContinuousProbabilityDistributionApproximation Members

ContinuousProbabilityDistributionApproximation overview

Public Instance Constructors

ContinuousProbabilityDistributionApproximationOverloaded. Initializes a new instance of the ContinuousProbabilityDistributionApproximation class.

Public Instance Methods

Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
ErrorApproximationToExponentialProbabilityDistribution Returns the squared error for the approximation of the probability distribution by an Exponential Probability Distribution.
ErrorApproximationToNormalProbabilityDistribution Returns the squared error for the approximation of the probability distribution by a Normal Probability Distribution.
ErrorApproximationToParetoProbabilityDistribution Returns the squared error for the approximation of the probability distribution by a Pareto Probability Distribution.
ErrorApproximationToUniformProbabilityDistribution Returns the squared error for the approximation of the probability distribution by a Uniform Probability Distribution.
GetFrequencies Returns the frequencies array.
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.
GetMidpoints Returns the mid-point array used to identify the data set groupings.
GetType (inherited from Object)Gets the Type of the current instance.
SetFrequencies Sets the frequencies for each class of data.
SetMidpoints Sets the mid-point for each class of data.
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

ContinuousProbabilityDistributionApproximation Class | WebCab.Libraries.Statistics.PDistributions Namespace