I am calculating a mean for Van Genuchten parameters, from 5 samples of the same soil using RETC.
I want to compare the RMSE from some Hydrus simulations (inverse modeling) with RMSE from RETC. I think RETC do not provide RMSE directly.
So I ask:
Should I use the sum of squares to do it?
This RMSE from weighted value the best way to compare with the RMSE provided from Hydrus output? (the Hydrus inverse modeling was made just with water content values. No pressure values)
As example, I have this:

Should I do this?
RMSE (Ret) = (1/500 * (0.05232))^0.5 = 0.01
RMSE (Cond) = (1/500 * (0.01584))^0.5 = 0.005
RMSE (All) = (1/1000 * (0.06816))^0.5 = 0.008
(500 data points input on retention data and more 500 on conductivity data.)
And use the RMSE (All)?
Thanks a lot.