calc_rmse: Calculates the rmse between measurements and simulations

Description Usage Arguments Value

Description

Calculates the rmse between measurements and simulations

Usage

1
calc_rmse(df_all, date_min = NULL, center = F)

Arguments

df_all

the dataframe containing measurements (in meas) and simulations (in columns starting with sim)

date_min

date specifying start of rmse calculation, before this date values will be discarded (given as POSIXct object)

center

boolean indicating whether to center timeseries before calculating the rmse

Value

a dataframe containing rmse values for each simulation


kcucchi/HZinv documentation built on May 30, 2019, 6:57 p.m.