Packages

object Fit

The Fit companion object provides factory methods for assessing quality of fit for standard types of modeling techniques.

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

Value Members

  1. def apply(y: VectoD, e: VectoD, n: Int): Fit

    Create a Fit object that provides methods to determine basic quality of fit measures.

    Create a Fit object that provides methods to determine basic quality of fit measures. This factory method assume a standard regression model with an intercept.

    y

    the values in the m-dimensional response vector

    n

    the number of parameters (b.dim)