WebCab Probability and Statistics for .NET v3.3 Demo

WeibullProbabilityDistribution Members

WeibullProbabilityDistribution overview

Public Instance Constructors

WeibullProbabilityDistributionOverloaded. Initializes a new instance of the WeibullProbabilityDistribution class.

Public Instance Methods

CoeffVariation Evaluates the Coefficient of Variation of the Standard Weibull distribution which is set using SetShape.
CumulativeDist Evaluate the Cumulative Distribution Function for the Standard Weibull Distribution which has been set using SetShape.
CumulativeDistGen Evaluate the Cumulative Distribution Function for the General Weibull Distribution which has been set using SetShape and SetGeneral.
CumulHazard Evaluate the Cumulative Hazard Function of the Standard Weibull distribution at a point which is set using SetShape.
CumulHazardGen Evaluate the Cumulative Hazard Function of the Standard Weibull distribution at a point which is set using SetShape and SetGeneral.
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.
GetLocation Gets the Location parameter of the Weibull Probability Distribution.
GetScale Gets the Scale parameter of the Weibull Probability Distribution.
GetShape Gets the Shape parameter of the Weibull Probability Distribution.
GetType (inherited from Object)Gets the Type of the current instance.
Hazard Evaluate the Hazard Function of the Standard Weibull Distribution at a given point which is set using SetShape.
HazardGen Evaluate the Hazard Function of the General Weibull Distribution at a given point which is set using SetShape.
InverseSurvival Evaluate the Inverse Survival Function of the Standard Weibull distribution which is set using SetShape, for a given percentage.
InverseSurvivalGen Evaluate the Inverse Survival Function of the General Weibull distribution which is set using SetShape and SetGeneral, for a given percentage.
Mean Evaluates the Mean of the Standard Weibull distribution which is set using SetShape.
Median Evaluates the Median of the Standard Weibull distribution which is set using SetShape.
Mode Evaluates the Mode of the Standard Weibull distribution which is set using SetShape.
PercentPoint Evaluate the Percent Point Function for the Standard Weibull Distribution which has been set using SetShape.
PercentPointGen Evaluate the Percent Point Function for the General Weibull Distribution which has been set using SetShape and SetGeneral.
ProbDensity Calculate the Probability Density Function of the Standard Weibull Distribution set using SetShape.
ProbDensityGen Calculate the Probability Density Function of the General Weibull Distribution set using SetShape and SetGeneral.
SetGeneral Set the location and the scale parameters for the General Weibull Probability Distribution.
SetShape Sets the Shape parameter of the Weibull Probability Distribution.
StandardDeviation Evaluates the Standard Deviation of the Standard Weibull distribution which is set using SetShape.
Survival Evaluate the Survival Function of the Standard Weibull distribution at a point which is set using SetShape.
SurvivalGen Evaluate the Survival Function of the General Weibull distribution at a point which is set using SetShape and SetGeneral.
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

WeibullProbabilityDistribution Class | WebCab.Libraries.Statistics.PDistributions Namespace