mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-09-04 20:23:41 +00:00
21 lines
395 B
Text
21 lines
395 B
Text
|
|
% Generated by roxygen2: do not edit by hand
|
||
|
|
% Please edit documentation in R/prophet.R
|
||
|
|
\name{flat_trend}
|
||
|
|
\alias{flat_trend}
|
||
|
|
\title{Evaluate the flat trend function.}
|
||
|
|
\usage{
|
||
|
|
flat_trend(t, m)
|
||
|
|
}
|
||
|
|
\arguments{
|
||
|
|
\item{t}{Vector of times on which the function is evaluated.}
|
||
|
|
|
||
|
|
\item{m}{Float initial offset.}
|
||
|
|
}
|
||
|
|
\value{
|
||
|
|
Vector y(t).
|
||
|
|
}
|
||
|
|
\description{
|
||
|
|
Evaluate the flat trend function.
|
||
|
|
}
|
||
|
|
\keyword{internal}
|