Packages

object NullModel extends Error

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

Linear Supertypes
Error, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NullModel
  2. Error
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def apply(xy: MatriD): NullModel

    Create a Simplee Linear Regression model from a combined data matrix.

    Create a Simplee Linear Regression model from a combined data matrix.

    xy

    the combined data matrix

  2. final def flaw(method: String, message: String): Unit
    Definition Classes
    Error