wei | R Documentation |
This function returns the inverse cumulative distribution function value for the Weibull Distribution, or the third asymptote of the extreme value distribution (type III). It is calculated based on the inverse complemenary error function. The maximum CDF value that can be inverted is x = 0.999.
wei(p, m = 0, s = 1)
p |
probability of nonexceedence < 1 |
m |
mean of sample |
s |
standard deviation of sample |
value of nonexceedence for that probability
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.