Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Data Manipulation > Statistics > Statistical Distributions > Continuous Statistical Distributions >
Mathematica > Mathematics and Algorithms > Statistics > Statistical Distributions > Continuous Statistical Distributions >

WeibullDistribution

WeibullDistribution[Alpha, Beta]
represents a Weibull distribution with shape parameter Alpha and scale parameter Beta.
  • The probability density for value x in a Weibull distribution is proportional to x^(alpha-1)ⅇ^(-(x/beta)^alpha) for x>0, and is zero for x<0. »
The mean and variance of a Weibull distribution depend on the Gamma function:
Probability density function:
The mean and variance of a Weibull distribution depend on the Gamma function:
In[1]:=
Click for copyable input
Out[1]=
In[2]:=
Click for copyable input
Out[2]=
 
Probability density function:
In[1]:=
Click for copyable input
Out[1]=
In[2]:=
Click for copyable input
Out[2]=
Generate a set of pseudorandom numbers that are Weibull-distributed:
Properties based on higher order moments:
The q^(th) quantile of a Weibull distribution:
Plot the cumulative distribution function of a Weibull distribution:
A contour plot as both x and Alpha are varied:
A site has mean wind speed 7m/s and Weibull distribution with shape parameter 2:
The resulting wind speed distribution over a whole is then given by:
The power curve for a GE 1.5 MW wind turbine:
The total mean energy produced over the course of a year is then 4.3 MWh:
The probability density function integrates to unity:
WeibullDistribution is exponentially related to ExtremeValueDistribution:
WeibullDistribution is exponentially related to GumbelDistribution:
WeibullDistribution is related to ExponentialDistribution through a power:
WeibullDistribution is not defined when either Alpha or Beta is not a positive real number:
The characteristic function of the Weibull distribution does not have a closed-form representation:
Substitution of invalid parameters into symbolic outputs gives results that are not meaningful:
New in 6
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team