Function to calculate the root of the mean squared error.

Evaluation.root_mean_squared_error(data.observed, data.predicted)

Arguments

data.observed

the true data (Y)

data.predicted

the Y outcome from the estimator

Value

double the root of the mean squared error.