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, tt: VectorD, hparam: HyperParameter): NullModel

Create an NullModel object.

Create an NullModel 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