wind_validation.weib.metrics.WeibMetrics

class wind_validation.weib.metrics.WeibMetrics[source]

Stores specific Webull metrics function mappings

There is two suits of metrics available, basic and all. The list of metrics calculated for these are listed below. One can also pick any of the tuples below to calculate only that metric.

“basic”: [

((“wind_speed”, “mean”), “mpe”), ((“power_density”, “mean”), “mpe”), ((“wind_speed”, “mean”), “mae”), ((“power_density”, “mean”), “mae”), ((“wind_speed”, “mean”), “me”), ((“power_density”, “mean”), “me”), ((“wind_speed”, “mean”), “mape”), ((“power_density”, “mean”), “mape”), ((“air_density”, “mean”), “mpe”),

]

“all”: [

((“wind_speed”, “mean”), “mape”), ((“power_density”, “mean”), “mape”), ((“wind_speed”, “mean”), “mpe”), ((“power_density”, “mean”), “mpe”), ((“wind_speed”, “mean”), “mae”), ((“power_density”, “mean”), “mae”), ((“wind_speed”, “mean”), “me”), ((“power_density”, “mean”), “me”), ((“wind_speed”, “mean”), “sqep”), ((“power_density”, “mean”), “sqep”), ((“wind_speed”, “mean”), “sqe”), ((“power_density”, “mean”), “sqe”), ((“air_density”, “mean”), “mpe”),

]

Methods

__init__()

Attributes

FUNC_MAPPER

SUITE_MAPPER