wind_validation.ts.stats.TimeSeriesStats
- class wind_validation.ts.stats.TimeSeriesStats[source]
Stores specific timeseries statistics function mappings
There is two suits of statistics available, basic and all. The list of statistics calculated for these are listed below. One can also pick any of the tuples below to calculate only that metric.
- “basic”: [
(“wind_speed”, “mean”), (“wind_speed”, “std”), (“wind_direction”, “cmean”), (“wind_direction”, “cstd”), (“power_density”, “mean”), (“air_density”, “mean”),
]
- “all”: [
(“wind_speed”, “min”), (“wind_speed”, “max”), (“wind_speed”, “mean”), (“wind_speed”, “median”), (“wind_speed”, “std”), (“wind_speed”, “var”), (“wind_direction”, “cmean”), (“wind_direction”, “cstd”), (“wind_direction”, “cvar”), (“power_density”, “mean”), (“air_density”, “mean”),
]
Methods
__init__
()Attributes