windkit.weibull.weibull_cdf
- windkit.weibull.weibull_cdf(A, k, x)[source]
Calculate the cumulative distribution function for a weibull distribution.
- Parameters:
A (xarray.DataArray) – Weibull scale parameter.
k (xarray.DataArray) – Weibull shape parameter.
x (xarray.DataArray) – Values to calculate the CDF for.
- Returns:
CDF values for the given x values.
- Return type: