windkit.weibull.weibull_freq_gt_mean
- windkit.weibull.weibull_freq_gt_mean(A, k)[source]
Calculate the fraction of probability mass that lie above the mean wind speed for a weibull distribution
- Parameters:
A (xarray.DataArray) – Weibull scale parameter.
k (xarray.DataArray) – Weibull shape parameter.
- Returns:
Probability mass above the mean. Fraction between 0 and 1.
- Return type: