flat_trend {prophet}R Documentation

Evaluate the flat trend function.

Description

Evaluate the flat trend function.

Usage

flat_trend(t, m)

Arguments

t

Vector of times on which the function is evaluated.

m

Float initial offset.

Value

Vector y(t).


[Package prophet version 1.0 Index]