Description Usage Arguments Value Examples
Weibull distribution function calculates probablity for a given wind speed, a shape factor and a scale factor
1 | windweibull(c = 7, k = 2, ws = 5, ro = 1.225)
|
c |
scale factor |
k |
shape factor |
ws |
wind speed |
ro |
air density |
Function return a list of numeric values of a probablity for a given wind speed. Additionaly for the given c and k the function returns mean wind speed, median wind speed, maximum probability, wind speed for maximum probability, power density, scale factor, shape factor
1 2 | weibull(c = 7.0, k = 2.0, ws = 5.0, ro = 1.225)
weibull(7,2,5,1.225)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.