Skip to content

v0.12.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 20 Feb 16:04
8f90aed

UncertaintyQuantification v0.12.0

Diff since v0.11.0

No breaking changes. Just plenty of new features and fixes. Most notable updates:

  • Added Stochastic Dynamics feature
    • Power Spectral Density Estimation
    • Stochastic Process Generation
  • Added Variational Inference
    • maximum likelihood and maximum a posteriori estimates
  • Updated Kernel Density Estimaton
    • the resulting distribution has a slightly different (but more accurate) support than the previous implementation.

Merged pull requests:

Closed issues:

  • Stochastic Processes (#72)
  • Variational inference (#172)
  • Get rid of KernelDensity.jl (#187)
  • Double Loop and random slicing don't return same things (#210)
  • Formating issues with external Models and Subset (#235)
  • mean value for Beta distribution not in (0; 1) (#240)