mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-05-18 21:21:22 +00:00
20 lines
384 B
R
20 lines
384 B
R
% Generated by roxygen2: do not edit by hand
|
|
% Please edit documentation in R/diagnostics.R
|
|
\name{mape}
|
|
\alias{mape}
|
|
\title{Mean absolute percent error}
|
|
\usage{
|
|
mape(df, w)
|
|
}
|
|
\arguments{
|
|
\item{df}{Cross-validation results dataframe.}
|
|
|
|
\item{w}{Aggregation window size.}
|
|
}
|
|
\value{
|
|
Array of mean absolute percent errors.
|
|
}
|
|
\description{
|
|
Mean absolute percent error
|
|
}
|
|
\keyword{internal}
|