Packages

t

scalation.analytics

ExpandableForms

trait ExpandableForms extends AnyRef

The ExpandableForms trait provides the framwork for expanding a vector to include additional terms.

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

Abstract Value Members

  1. abstract def expand(z: VectoD): VectoD

    Expand the vector 'z' into a vector of that includes additional terms, e.g., add quadratic terms for QuadRegression.

    Expand the vector 'z' into a vector of that includes additional terms, e.g., add quadratic terms for QuadRegression.

    z

    the un-expanded vector

    See also

    QuadRegression, QuadXRegression, CubicRegression, CubicXRegression PolyRegression

  2. abstract def predict_ex(z: VectoD): Double

    Given the vector 'z', expand it and predict the response value.

    Given the vector 'z', expand it and predict the response value.

    z

    the un-expanded vector