calc_mse: Calculates the mse between measurements and simulations

Description Usage Arguments Value

Description

Calculates the mse between measurements and simulations

Usage

1
calc_mse(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 mse values for each simulation


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