mpspline_rmse1 {mpspline2} | R Documentation |
calculate RMSE
Description
Calculates Root Mean Squared Error (RMSE) for estimates on a single site
Usage
mpspline_rmse1(s = NULL, p = NULL, var_name = NULL)
Arguments
s |
data.frame; data for one site |
p |
list; estimated spline parameters for one site from
|
var_name |
length-1 character or length-1 integer denoting the column in
|
Value
length-2 named numeric - RMSE and RMSE scaled against input data's interquartile range.
Note
Useful for comparing the results of varying parameter lam
.
[Package mpspline2 version 0.1.6 Index]