Example: Gumbel Distribution: Difference between revisions
(Created page with '{| class="FCK__ShowTableBorders" border="0" cellspacing="0" cellpadding="0" align="center"; style="width:100%;" |- | valign="middle" align="left" bgcolor=EEEDF7|[[Image:Weibull-E…') |
Chris Kahn (talk | contribs) No edit summary |
||
Line 4: | Line 4: | ||
|} | |} | ||
<br> | <br> | ||
Verify using Monte Carlo simulation that if <math>{{t}_{i}}</math> follows a Weibull distribution with <math>\beta </math> and <math>\eta </math> , then the <math>Ln({{t}_{i}})</math> follows a Gumbel distribution with <math>\mu =\ln (\eta )</math> and <math>\sigma =1/\beta | Verify using Monte Carlo simulation that if <math>{{t}_{i}}</math> follows a Weibull distribution with <math>\beta </math> and <math>\eta </math> , then the <math>Ln({{t}_{i}})</math> follows a Gumbel distribution with <math>\mu =\ln (\eta )</math> and <math>\sigma =1/\beta.</math> | ||
Let us assume that <math>{{t}_{i}}</math> follows a Weibull distribution with <math>\beta =0.5</math> and <math>\eta =10000.</math> The Monte Carlo simulation tool in Weibull++ can be used to generate a set of random numbers that follow a Weibull distribution with the specified parameters. | Let us assume that <math>{{t}_{i}}</math> follows a Weibull distribution with <math>\beta =0.5</math> and <math>\eta =10000.</math> The Monte Carlo simulation tool in Weibull++ can be used to generate a set of random numbers that follow a Weibull distribution with the specified parameters. | ||
Line 14: | Line 14: | ||
[[Image:Gumbel Distribution Example 1 Simulation Setting.png|thumb|center|400px| ]] | [[Image:Gumbel Distribution Example 1 Simulation Setting.png|thumb|center|400px| ]] | ||
After obtaining the random time values <math>{{t}_{i}}</math> , insert a new | After obtaining the random time values <math>{{t}_{i}}</math> , insert a new data sheet into the folio. In this sheet enter the <math>Ln({{t}_{i}})</math> values using the LN function and referring to the cells in the sheet that contains the <math>{{t}_{i}}</math> values. Delete any negative values, if there are any (since Weibull++ expects all time values to be positive). Calculate the parameters of the Gumbel distribution that fits the <math>Ln({{t}_{i}})</math> values. | ||
Using maximum likelihood as the analysis method, the estimated parameters are: | Using maximum likelihood as the analysis method, the estimated parameters are: |
Revision as of 22:32, 3 May 2012
Verify using Monte Carlo simulation that if [math]\displaystyle{ {{t}_{i}} }[/math] follows a Weibull distribution with [math]\displaystyle{ \beta }[/math] and [math]\displaystyle{ \eta }[/math] , then the [math]\displaystyle{ Ln({{t}_{i}}) }[/math] follows a Gumbel distribution with [math]\displaystyle{ \mu =\ln (\eta ) }[/math] and [math]\displaystyle{ \sigma =1/\beta. }[/math]
Let us assume that [math]\displaystyle{ {{t}_{i}} }[/math] follows a Weibull distribution with [math]\displaystyle{ \beta =0.5 }[/math] and [math]\displaystyle{ \eta =10000. }[/math] The Monte Carlo simulation tool in Weibull++ can be used to generate a set of random numbers that follow a Weibull distribution with the specified parameters.
Other simulation settings are:
After obtaining the random time values [math]\displaystyle{ {{t}_{i}} }[/math] , insert a new data sheet into the folio. In this sheet enter the [math]\displaystyle{ Ln({{t}_{i}}) }[/math] values using the LN function and referring to the cells in the sheet that contains the [math]\displaystyle{ {{t}_{i}} }[/math] values. Delete any negative values, if there are any (since Weibull++ expects all time values to be positive). Calculate the parameters of the Gumbel distribution that fits the [math]\displaystyle{ Ln({{t}_{i}}) }[/math] values.
Using maximum likelihood as the analysis method, the estimated parameters are:
- [math]\displaystyle{ \begin{align} & \hat{\mu }= & 9.3816 \\ & \hat{\sigma }= & 1.9717 \end{align} }[/math]
Since [math]\displaystyle{ \ln (\eta )= }[/math] 9.2103 ( [math]\displaystyle{ \simeq 9.3816 }[/math] ) and [math]\displaystyle{ 1/\beta =2 }[/math] [math]\displaystyle{ (\simeq 1.9717), }[/math] then this simulation verifies that [math]\displaystyle{ Ln({{t}_{i}}) }[/math] follows a Gumbel distribution with [math]\displaystyle{ \mu =\ln (\eta ) }[/math] and [math]\displaystyle{ \delta =1/\beta . }[/math]
Note: This example illustrates a property of the Gumbel distribution; it is not meant to be a formal proof.