Click or drag to resize

Weibull Methods

The Weibull type exposes the following members.

Methods
 NameDescription
Public methodStatic memberCDF Computes the cumulative distribution (CDF) of the distribution at x, i.e. P(X ≤ x).
Public methodCumulativeDistribution Computes the cumulative distribution (CDF) of the distribution at x, i.e. P(X ≤ x).
Public methodDensity Computes the probability density of the distribution (PDF) at x, i.e. ∂P(X ≤ x)/∂x.
Public methodDensityLn Computes the log probability density of the distribution (lnPDF) at x, i.e. ln(∂P(X ≤ x)/∂x).
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodStatic memberEstimate Implemented according to: Parameter estimation of the Weibull probability distribution, 1994, Hongzhu Qiao, Chris P. Tsokos
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodStatic memberIsValidParameterSet Tests whether the provided values are valid parameters for this distribution.
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodStatic memberPDF Computes the probability density of the distribution (PDF) at x, i.e. ∂P(X ≤ x)/∂x.
Public methodStatic memberPDFLn Computes the log probability density of the distribution (lnPDF) at x, i.e. ln(∂P(X ≤ x)/∂x).
Public methodSample Generates a sample from the Weibull distribution.
Public methodStatic memberSample(Double, Double) Generates a sample from the Weibull distribution.
Public methodStatic memberSample(Random, Double, Double) Generates a sample from the Weibull distribution.
Public methodSamples Generates a sequence of samples from the Weibull distribution.
Public methodSamples(Double) Fills an array with samples generated from the distribution.
Public methodStatic memberSamples(Double, Double) Generates a sequence of samples from the Weibull distribution.
Public methodStatic memberSamples(Double, Double, Double) Fills an array with samples generated from the distribution.
Public methodStatic memberSamples(Random, Double, Double) Generates a sequence of samples from the Weibull distribution.
Public methodStatic memberSamples(Random, Double, Double, Double) Fills an array with samples generated from the distribution.
Public methodToString A string representation of the distribution.
(Overrides ObjectToString)
Top
See Also