windweibull: windweibull

Description Usage Arguments Value Examples

Description

Weibull distribution function calculates probablity for a given wind speed, a shape factor and a scale factor

Usage

1
windweibull(c = 7, k = 2, ws = 5, ro = 1.225)

Arguments

c

scale factor

k

shape factor

ws

wind speed

ro

air density

Value

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

Examples

1
2
weibull(c = 7.0, k = 2.0, ws = 5.0, ro = 1.225)
weibull(7,2,5,1.225)

pablorcw/pwind documentation built on May 10, 2019, 5:49 a.m.