powered by
Defined as: median((response - truth)^2).
MEDSE(truth, response)
[numeric] vector of true values
[numeric] vector of predicted values
# NOT RUN { n = 20 set.seed(123) truth = rnorm(n) response = rnorm(n) MEDSE(truth, response) # }
Run the code above in your browser using DataLab