Click or drag to resize

WeibullDistribution Methods

The WeibullDistribution type exposes the following members.

Methods
 NameDescription
Public methodCDF Returns the cumulative density function evaluated at a given value.
(Overrides ProbabilityDistributionCDF(Double))
Public methodClone Creates a deep copy of this WeibullDistribution.
(Overrides ProbabilityDistributionClone)
Public methodStatic memberFit Fits a Weibull distribution to observed data. The scale and shape parameters for the Weibull distribution are estimated and the corresponding Weibull distribution object returned. If the fit is not successful null is returned.
Public methodInverseCDF Returns the inverse cumulative density function evaluated a the given value.
(Overrides ProbabilityDistributionInverseCDF(Double))
Protected methodInverseCdfUsingBracket Uses a bracketing method to evaluate the inverse of cumulative distribution functions.
(Inherited from ProbabilityDistribution)
Protected methodInverseDiscreteCdfUsingBracket Uses a bracketing method to evaluate the inverse of cumulative distribution functions for discrete distributions.
(Inherited from ProbabilityDistribution)
Public methodPDF Returns the probability density function evaluated at a given value.
(Overrides ProbabilityDistributionPDF(Double))
Public methodSetParameters Sets the scale and shape parameter for this distribution.
Public methodToString Returns a formatted string representation of this distribution.
(Overrides ProbabilityDistributionToString)
Top
See Also