mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-05-29 23:06:49 +00:00
* add test and initial function for mdape in R * Add separate rolling_median_func and tests * Modify rolling median function * fix syntax in rolling median function * sort by h * R/diagnostics.R * update .rd docs and notebook * Add mdape to performance metrics params docstring
20 lines
393 B
R
20 lines
393 B
R
% Generated by roxygen2: do not edit by hand
|
|
% Please edit documentation in R/diagnostics.R
|
|
\name{mdape}
|
|
\alias{mdape}
|
|
\title{Median absolute percent error}
|
|
\usage{
|
|
mdape(df, w)
|
|
}
|
|
\arguments{
|
|
\item{df}{Cross-validation results dataframe.}
|
|
|
|
\item{w}{Aggregation window size.}
|
|
}
|
|
\value{
|
|
Array of median absolute percent errors.
|
|
}
|
|
\description{
|
|
Median absolute percent error
|
|
}
|
|
\keyword{internal}
|