Talk:Weibull distribution

Latest comment: 1 year ago by 2607:F470:6:4001:19BF:7A62:920C:657C in topic Applications—point clouds (ideal gas)

Graph edit

I believe the graph needs replacing. the weibull reaches its max at t = a (b-1)^1/b / b^1/b, not at t=a.

Pdf graph may be wrong since it exceeds probability of one (i.e:1.5) for one parameter set —Preceding unsigned comment added by 76.226.118.244 (talk) 02:17, 5 February 2008 (UTC)Reply

 

and

 

may be better, but not as pretty.

Noodle snacks (talk) 00:00, 24 March 2008 (UTC)Reply

I think the graph is correct. Here is some R code to reproduce it:
x <- seq(0, 2.5, by=0.01)
par(pch=20)
plot(NULL, xlim=c(0,2.5), ylim=c(0,2), xlab="", ylab="")
lines(x, dweibull(x, shape=0.5, scale=1), col="blue")
lines(x, dweibull(x, shape=1, scale=1), col="red")
lines(x, dweibull(x, shape=1.5, scale=1), col="pink")
lines(x, dweibull(x, shape=5, scale=1), col="green")
Qwe111 (talk) 08:26, 17 September 2014 (UTC)Reply

k = 1 and other mentioned cases in the text edit

in the current graph, k = 1 is not displayed ... it would be nice to also include the example values which are mentioned:

  • Under certain parameterizations, the Weibull distribution reduces to several other familiar distributions:
  • When k = 1, it is the exponential distribution.
  • When k = 2, it becomes equivalent to the Rayleigh distribution, which models the modulus of a two-dimensional uncorrelated bivariate normal vector. In this case, the Rayleigh variance σ2 is equal to λ2 / 2. => included
  • When k = 3.4, it appears similar to the normal distribution.
  • As k goes to infinity, the Weibull distribution asymptotically approaches the Dirac delta function. —Preceding unsigned comment added by 134.2.190.254 (talk) 09:37, 31 October 2008 (UTC)Reply

Related distributions edit

Do I understand this correctly?: The exponential distribution and the Rayleigh distribution are contained in the definition of the Weibull distribution as special cases? If this is so, then I feel the article should state this more clearly (i.e. human-readable :-) ) --BjKa 14:58, 16 Jun 2005 (UTC)

The Weibull distribution is essentially an exponential distribution with an extra parameter 'k', that describes the time-dependance of the distribution. Remember that the exponential distribution describes a Poisson process: it describes the time T until a sample fails. The Weibull distribution also depicts the time T until a sample fails, but it doesn't require the sample failure chance to be independant of the time elapsed.

 

Notation edit

The notation here could use some work. The shape parameter is more commonly denoted as "beta" and the characteristic life (or scale parameter) as "eta" (sometimes "alpha"). I would fix it, but I don't know how to fix the graphics to match.

Can we get some consistency in the parameter usage? I see lamdas, gammas, betas, k, and mu all floating around out there. I have read that standard usage involves parameters alpha and beta, not lamda and k.

This has always annoyed me about statistical distributions; We are not all professional statisticians.

Please see Template talk:probability distribution for template standards. As far as article standards go - We have been trying to use subscript   for discrete probability density, where k is the random variate, and ... are the parameters.   represents the CMF. For continuous,   is the PDF and   is the CDF, with x being the continuous random variate. The parameters are named according to whatever is "common" usage. I don't think setting them all to alphas and betas would be helpful. Generally   stands for the location parameter (usually the mean),   for the scale parameter (usually std. dev.) These "standards" are by no means universal and 80% of the time it just needs to be fixed, other times the non-standard usage is so widespread that it would be inappropriate to change it. Maybe we should write this down somewhere. PAR 14:39, 11 July 2005 (UTC)Reply

The plots of the Weibull function in this article are not correct. For example, the curve for lambda=1 and k=2 has a mode of ~0.7 at x=~1 whereas it should be 0.86 at x=1/sqrt(2)=0.707. Likewise for the other plots. [8 April 2006]

It would be useful to coordinate the notation with that used on pages for other distributions, especially those that are related. For example, if I am not mistaken, the term used for lambda on this page is the reciprocal of that used for lambda on the exponential distribution page. Perhaps this could be checked by someone who is more expert than myself [23 October 2008] —Preceding unsigned comment added by Pboettcher (talkcontribs) 12:12, 23 October 2008 (UTC)Reply

More on notation edit

In the formula relating the Fréchet distribution with the Weibull distribution there is an asterisk, *, before f_Weibull, but as far as I can tell it is not explained anywhere the meaning of "*". — Preceding unsigned comment added by 193.137.2.54 (talk) 09:37, 23 March 2015 (UTC)Reply

No idea what was intended by the original editor, but it is clearly true that  , so I amended it to read like this. 130.88.123.107 (talk) 12:09, 1 December 2015 (UTC)Reply

Simplification of the mode edit

I think the mode is simpler to calculate when written this way:

  if  

It is currently

  if  

This is the first time I have made a submission - so I don't know what the process is here. — Preceding unsigned comment added by Pleitch (talkcontribs) 31 October 2006

Also when k=1, the mode can be calculated from the above formula, is there any special reason to write it as   and not  ? Dalba 16:56, 21 February 2014 (UTC)Reply

graphics with range of shape parameters would help article edit

Shape of distribution can change a great deal (at least when viewed as pdf) as shape parameter goes to 1 and then below 1. Would be very helpful to get graphics that show that. Would also be neat to show graphics of hazard rate with range of parameters. —The preceding unsigned comment was added by AndrewRA (talkcontribs) 09:50, 13 December 2006 (UTC).Reply

Reversed Weibull distribution ? edit

The article could be usefully expanded by inserting a section about the reversed Weibull distribution. DFH 21:55, 27 January 2007 (UTC)Reply

About the 'Generating Weibull-distributed random variates' edit

Currently, the 2 parameter formula contains ln(U) with a subsequent warning about watching out for zeros when U=[0,1).

Of course, if one were to derive the formula from the CDF, the result would be ln(1-U) for which ln(U) is a common substitution. Of course, in this case it might be better to use the ln(1-U) formulation when u=[0,1). —Preceding unsigned comment added by Tusharm (talkcontribs) 13:05, 11 September 2007 (UTC)Reply

Merge From Rosin–Rammler distribution to Weibull Distribution edit

This has been done, please find and correct any inadvertent mistakes made.Noodle snacks (talk) 00:01, 24 March 2008 (UTC)Reply

Additional property edit

The Weibull distribution "collapses" into several other useful and common distributions. Specifically, at k=2, it is the Rayleigh distribution, which describes the net displacement of a pure two-dimensional random walk. As k approaches infinity, the distribution approaches a Dirac delta function at  . I made some of these points in the lead, since there was some talk about that there already. I see now that some of them are made (in a strangely formatted and slightly confusing way) in the Related Distributions section.

I think it might be worth noting that the skewness of the Weibull distribution switches from negative to positive as k increases, though I'm not sure where. I'm assuming that the statement "When k=3.4, the Weibull distribution appears normal" is referring to this, though it doesn't seem very rigorously stated. In any case, I would suggest that in illustrating this distribution, a greater range of k values should be selected to display the great variety of shapes it can take. Varying   doesn't seem as important or interesting, since it is just equivalent of squishing or stretching the x axis.

Cheers, Eliezg (talk) 16:30, 29 October 2008 (UTC)Reply

follow Weibull distributions edit

I just read in an article that this-and-that behavior follows Weibull distributions -- is this really of any information worth, if the distribution can mimic other distribution like exponential and normal? In the end you have to look at the graph or the parameters to grasp which form of distribution it follows -- or am I missing something? —Preceding unsigned comment added by 134.2.190.254 (talk) 09:07, 3 November 2008 (UTC)Reply

Characteristic Function of Weibull Distribution

The Characteristic Function (φ(t)) of Weibull distribution given by Muraleedharan et.al(2007), Coastal Engineering,54(8),630-638 is correct. It can generate all the moments of Weibull distribution and hence characteristic functions are also known as moment generating functions(mgf).It also gives all the moments of Rayleigh and exponential distributions for b (shape parameter)equal to 2 and 1 respectively. Also it gives the characteristic and moment generating functions of Rayleigh and exponential distributions for b equal to 2 and 1 respectively. It satisfied all the conditions for a function to be a characteristic function (See Reply to Saralees Nadarajah (2008),Coastal Engineering 55(2),191-193).

Also by Taylor's Theorem for complex functions,the characteristic function of any random variable, X, with finite mean μ can be written as

φ(t)=1+itμ+0(t); t→0

This is also true for the characteristic function of Weibull,Rayleigh (b=2) and exponential (b=1) distributions as

μ= aГ(1+1/b)

Hence the characteristic function given by Muraleedharan et.al(2007) is correct. —Preceding unsigned comment added by 220.227.156.129 (talk) 09:34, 10 February 2009 (UTC)Reply

Alleged change at k=3/2 edit

According to the article as of 2009-06-09, the distribution "changes character sharply when k=3/2". The only explanation offered for this claim is that the distribution looks like an exponential distribution for smaller k, and like a Rayleigh distribution for larger k. That's rather vague, to say the least. There isn't any sudden change in the shape of the pdf curve when k crosses 3/2, at least not to my eye; the point at which the skewness changes sign is nearby at about k=1.39, and that's about all I can find. Would someone who knows more about the Weibull distribution than I do care to comment? Does anything special really happen at k=3/2? Gareth McCaughan (talk) 12:29, 9 June 2009 (UTC)Reply

Now improved a little I hope.Melcombe (talk) 10:31, 10 June 2009 (UTC)Reply
Seems much better now. Gareth McCaughan (talk) 13:20, 11 June 2009 (UTC)Reply

Removal of section edit

I have been visiting this page every few months for a few years now because I always forget exactly how to generate Weibull random variables from uniform random variables. This time, it took me much longer to find the description of how to do this as it is no longer in its own section as of May 11, 2009. I suggest reinstating the "Generating Weibull-distributed random variates" section because surely the method of practically generating Weibull random variables is more important/useful to more people than say, Information Entropy, which has its own section. Bjp716 (talk) 18:51, 26 August 2009 (UTC)Reply

Parameter Domains edit

The parameter domains appear to me to be incompletely defined. Parameters are stated to be   and  . However,   results in the term   where  . In other words, 1/0. As far as I can see there is no rescue from L'Hopital, perhaps others can prove me wrong. --Phays (talk) 03:31, 3 November 2009 (UTC)Reply

This behaviour is allowed and is exemplified in a plot in the article. Densities are allowed to be infinite within the range of the distribution, provided that the integral exists. Melcombe (talk) 10:42, 3 November 2009 (UTC)Reply
Hmm, I'll reveal my full ignorance by saying that I thought the value in this case was undefined, not infinite. I wonder if you know any resources that talk about actually determining the integral in this condition. Your comment, by the way, applies to one of the comments at the top as well. Thanks for moving this too. --134.253.26.12 (talk) 14:23, 3 November 2009 (UTC)Reply
I was writing loosely ... f(x)→ ∞ as x→ ∞. The integral can be dealt with in many ways I think, one to is leave out a small part of the range around the problem point and then let the size of the part left out approach zero. Otherwise, you could start from the cumulative distribuition function as stated in the article, show that is essentially fully defined on [0,1] for the range of parameters staed, and show that the density is as stated by taking the derivative. Melcombe (talk) 17:36, 3 November 2009 (UTC)Reply

Hmm, The example for value of k<1, (significant "infant mortality", or defective items failing early), would result in variable (increasing) value of k. Better example would be strengthening (like favorable work hardening). — Preceding unsigned comment added by 112.91.96.236 (talk) 06:46, 2 December 2017 (UTC)Reply

Section on Applications? edit

The three bullets in the introductory section that describes the meaning of different k values hint at possible applications but probably would not help someone new to the Weibull distribution to understand its uses. I can see, for example, where the reference to "infant mortality" is just enough to leave someone hanging. I would suggest that if these references are left in, they are further described or, better yet, another section might be added to explain applications in more detail.Hubbardaie (talk) 00:57, 15 February 2010 (UTC)Reply

Graph (again) edit

There is some hidden text relating to the two figures that says that these figures are wrong. Does anyobe still think they are wrong? I spot nothing obviously wrong, so can we remove this hidden text? Melcombe (talk) 14:25, 25 June 2010 (UTC)Reply

I think it's referring to the png versions that follow that are commented out, i.e. Image:Weibul pdf.png and Image:Weibul cdf.png. I assume these were initially commented out leaving no images at all. I'm not sure why these old versions weren't deleted completely once someone produced revised ones. Qwfp (talk) 21:49, 25 June 2010 (UTC)Reply
I successfully reproduced both current graphs in R, meaning they are correct. On the other hand, the same is not true for those past graphs; the density function differs to what is shown there. I have thus removed the comments. — Preceding unsigned comment added by Walwal20 (talkcontribs) 20:03, 16 May 2020 (UTC)Reply

Weibull plot edit

Can anyone knock up a good graphic of a Weibull Plot? Surprisingly R doesn't seem to create these automatically so my attempts may not look as professional as someone who can muster some software already crafted for this.

Also Melcombe has added that a Weibull Plot is a type of Q-Q plot. I wonder whether that's correct as the x axis doesn't seem to have an obvious view as a quantile?

Edratzer (talk) 18:42, 27 September 2010 (UTC)Reply

Define g(x) := log(-log(1-x)). Then a Weibull plot plots g(F(x)) against g(F0(x)) where F0 is Weibull with parameters k=1 and lambda=1. So you can think of it as a reparameterized plot of the quantiles of your actual variable against those of F0. Or, with a further linear reparameterization, against those of any Weibull distribution you like. Gareth McCaughan (talk) 20:37, 2 October 2010 (UTC)Reply

The present text implies that the y-values (presumably on the y-axis) are the logarithms of theoretical quantiles (of a standard distribution), while the final x-values (presumably on the x-axis) are the logarithms of the sample quantiles. I think there may be versions in which the y-values are the logarithms of theoretical quantiles of a fitted distribution. And it may be that, if there is such a thing as a standrard type of Weibull plot, that the axes are the other way round ... they certainly are for some standard types of plot for some related distributions. Melcombe (talk) 15:02, 5 October 2010 (UTC)Reply

See also the section "Graph" above. Qwe111 (talk) 08:26, 17 September 2014 (UTC)Reply

Could someone with more knowledge check... edit

...to see if the link added in this revision is useful or if it's just spammy? The ip address which added it also added a couple other links to the same company's website, all within a few minutes of each other. I've just removed one from the Minitab page, and I'm rather suspicious of this link. Mount Flatten (talk) 07:38, 21 September 2013 (UTC)Reply

Definition section should be more general and should not include mortality definition edit

The following paragraphs are too specific to one application of the Weibull Distribution (describing mortality) to appear in the Definition section of the article and should be considered for removal:

==== If the quantity X is a "time-to-failure", the Weibull distribution gives a distribution for which the failure rate is proportional to a power of time. The shape parameter, k, is that power plus one, and so this parameter can be interpreted directly as follows:

A value of k < 1 indicates that the failure rate decreases over time. This happens if there is significant "infant mortality", or defective items failing early and the failure rate decreasing over time as the defective items are weeded out of the population. A value of k = 1 indicates that the failure rate is constant over time. This might suggest random external events are causing mortality, or failure. A value of k > 1 indicates that the failure rate increases with time. This happens if there is an "aging" process, or parts that are more likely to fail as time goes on. ====

--80.141.227.78 (talk) 20:13, 2 October 2014 (UTC)Reply

Examples section edit

More information about which curve is found in which field would be useful. For instance, there's an example - "In weather forecasting and the wind power industry to describe wind speed distributions, as the natural distribution often matches the Weibull shape" - which tells us very little due to the Weibull distribution having distinctly different shapes depending on the parameter k. 79.79.253.135 (talk) 16:15, 13 June 2018 (UTC)Reply

For the failure rate increases with time. edit

It is claimed that

"A value of   indicates that the failure rate increases with time."

However, for   the failure rate increases with time, but then decreases after a while.

For example for   the failure rate   is as follows:

 

Template message suggestion 'citation style' edit

Two styles coexist in this article, which is inconsistent as per WP:CITESTYLE, but cannot be changed without consensus as per WP:CITEVAR. Maybe the template

should be added here.

Consistency with other Wikipedia pages edit

On other Wikipedia pages lambda is the rate parameter and beta is the scale parameter. I think it would be an improvement if all the Wikipedia pages on probability distributions (Exponential, Weibull and Scale Parameter) used the same symbology. 2601:602:C601:90:AD41:FA9A:7589:F507 (talk) 09:08, 9 March 2022 (UTC)Reply

Applications—point clouds (ideal gas) edit

Lambda is not cuberoot(1/density) for a random point cloud. You can do MLE to easily find that lambda=cuberoot(<x^3>). This is obviously related to the density, but it’s definitely not the same. Perhaps what was meant was “mean local volume” or something. Can we fix this? 2607:F470:6:4001:19BF:7A62:920C:657C (talk) 19:41, 28 October 2022 (UTC)Reply