NullModel

scalation.modeling.forecasting.NullModel
See theNullModel companion class
object NullModel

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

Attributes

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

Members list

Value members

Concrete methods

def apply(y: VectorD, hh: Int, tRng: Range, hparam: HyperParameter): NullModel

Create a NullModel object.

Create a NullModel object.

Value parameters

hh

the maximum forecasting horizon (h = 1 to hh)

hparam

the hyper-parameters

tRng

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

y

the response vector (time series data)

Attributes