#
# This script makes the basic Skill Metrics.

#----------------------------
#--- Persistence Metrics. ---
#----------------------------

matlab<<EIEIO
path ('../Skill',path);
pe_rmse
pe_rmse_pers.in
clear
pe_pcc
pe_pcc_pers.in
clear
exit
EIEIO

#---------------------------
#--- Simulation Metrics. ---
#---------------------------

matlab<<EIEIO
path ('../Skill',path);
pe_rmse

clear
pe_pcc

clear
exit
EIEIO
