Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/algorithmSpecificFunctions.R
\name{rmse}
\alias{rmse}
\title{RMSE - root-mean-square error}
\usage{
rmse(error)
}
\arguments{
\item{error}{The difference of a value predicted by a model and an actually
observed value}
}
\description{
The RMSE is frquently used as a measure of the differences between values
predicted by a model or an estimator and the values actually observed.
NAs are filtered out before calculating the RMSE
}