WaveStats

This module contains functions for post-processing the validation statistics.

Dependencies [External]:

os, scipy, numpy

Dependencies [Internal]:

WaveStats.get_buoy_locations(records)[source]
WaveStats.get_metric_stats_by_buoy(dpath, files, metric: str)[source]
WaveStats.get_metric_stats_by_year(dpath, files, metric: str, yr: int)[source]
WaveStats.get_metric_stats_global(dpath, files, metric: str)[source]
WaveStats.get_parameter_stats_by_buoy(dpath: str, param: str, metric: str)[source]
WaveStats.get_parameter_stats_by_year(dpath: str, param: str, metricStr: list, year: int)[source]
WaveStats.get_parameter_stats_global(dpath: str, param: str, metricStr: list)[source]
WaveStats.test_for_failure(meanV, metric: str)[source]