windkit.weibull.weibull_moment
- windkit.weibull.weibull_moment(A, k, n=1)[source]
Calculate moment for a weibull distribution.
- Parameters:
A (xarray.DataArray) – Weibull scale parameter.
k (xarray.DataArray) – Weibull shape parameter.
n (int) – Moment to consider, defautls to 1.
- Returns:
Moment of the weibull distribution.
- Return type: