Skip to content

Release 0.9.0

Choose a tag to compare

@BerriJ BerriJ released this 07 Feb 11:03
0.9.0
931b03f

Changes:

  • online can now be used with multivariate data
    • Just pass a TxK matrix as y and a TxDxPxK array as experts
  • Smoothing was improved. See the documentation for details on the revised interface.
  • summary.online can be used to obtain selected parameters of online models

Internal changes

  • online uses Rcpp Modules to bundle data and functionality into an exposed C++ class
  • Improvements to plot methods