The Octave Forge package repository is no longer actively maintained. Please find Octave Packages at https://packages.octave.org.

Navigation

Operators and Keywords

Function List:

C++ API

 STK_LM_MATRIX creates a linear model object defined on a finite space

 CALL: LM = STK_LM_MATRIX (P)

    creates a linear model object LM with "design matrix" P.  Such an object
    describes a linear model on a finite space of cardinality N, where N is the
    number of rows of P.

Package: stk