Analysis (hydrostats.analyze)

hydrostats.analyze Module

The analyze module contains functions that perform a more complex analysis of simulated and observed time series data. It allows users to make tables with metrics that they choose as well as different date ranges. It also allows users to run a time lag analysis of two time series.

Functions

make_table(merged_dataframe, metrics[, …]) Create a table of user selected metrics with optional seasonal analysis.
time_lag(merged_dataframe, metrics[, …]) Check metric values between simulated and observed data at different time lags.