TrendModel

scalation.modeling.forecasting.TrendModel
See theTrendModel companion class
object TrendModel

The TrendModel companion object provides factory methods for the TrendModel class.

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
TrendModel.type

Members list

Value members

Concrete methods

def apply(y: VectorD, tt: VectorD, hparam: HyperParameter): TrendModel

Create an TrendModel object.

Create an TrendModel object.

Value parameters

hparam

the hyper-parameters

tt

the time vector, if relevant (time index may suffice)

y

the response vector (time series data)

Attributes