Skip to content

v0.3.4

Latest
Compare
Choose a tag to compare
@jakobdambon jakobdambon released this 17 Sep 12:54
· 4 commits to master since this release

Better Formulas, Vignettes, and Examples

After cutting the dependence to RandomFields and therefore using some of the functionalities, we re-implemented these old functionalities and went beyond:

  • Sampling synthetic data: The new function sample_SVCdata unifies older sampling functions and adds more features, see #4.
  • Formulas: The SVC_mle function and predict methods now support formulas, see #6.
  • Vignette: A new vignette has been added that showcases the most important capabilities of the package, see #7.