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_MODEL_UPDATE updates a model with new data

 CALL: M_POSTERIOR = stk_model_update (M_PRIOR, X, Y)

    updates model M_PRIOR with additional data (X, Y).  The result is an
    stk_model_gpposterior object.

 See also: stk_model_gpposterior

Package: stk