NullModel

scalation.modeling.NullModel
See theNullModel companion class
object NullModel

The NullModel companion object provides a simple factory method for building null models.

Attributes

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

Members list

Value members

Concrete methods

def apply(xy: MatrixD): NullModel

Create a null model from a combined data matrix taking the last column as the response.

Create a null model from a combined data matrix taking the last column as the response.

Value parameters

xy

the combined data matrix

Attributes