windkit.uncertainty_table_summary
- windkit.uncertainty_table_summary(uncertainty_table, sensitivity_factor=1.5)[source]
Print a summary of the uncertainties in the DataFrame.
- Parameters:
uncertainty_table (DataFrame) – The DataFrame containing the uncertainties.
sensitivity_factor (float, optional) – The sensitivity factor value to be included in the summary. Default is 1.5.
Examples
>>> uncertainty_table = get_uncertainty_table('dtu_default') >>> sensitivity_factor = sensitivity_factor(pwc, wtg, wind_perturbation_factor=0.05) >>> uncertainty_table_summary(uncertainty_table, sensitivity_factor)