Description Usage Arguments Value
Calculates a number of goodness of fit statatistics for a time series. These include, Mean Error (ME), Mean Absolute Error (MAE), Mean Squared Error (MSE), Root Mean Squared Error (RMSE), Nash-Sutcliffe Efficiency (NSE), Pearson Correlation, and Spearman Correlation.
1  | gof_ts(pred, obs)
 | 
pred | 
 vector of predicted values  | 
obs | 
 vector of observed values  | 
gof_results list of goodness of fit statistics
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.