The function MSE_sim() allows to get
the mean square error values for statistics of simulations
The function MSE_parameters() allows to get MSE for parameters if the truth parameter is known
MSE_sim(stat.obs, stat.sim)MSE_parameters(par.truth, par.top = NULL, par.best)
The function MSE_sim() returns numeric vector of
the mean square error values for statistics of simulations
The function MSE_parameters() returns list of two numbers:
mean of MSE values for all the points from par.top;
MSE value for the point of par.best
Summary statistics of the observation point
Summary statistics of the simulations (model output)
The truth parameter
Parameters from the top of similarities of get.MaxWiK() algorithm
The best parameter from get.MaxWiK() algorithm
MSE_parameters(): The function calculates mean square error (MSE) value
for parameters as differences between them and already the known truth parameter