DynaML v1.5.1 Release Notes

Release Date: 2017-09-20 // over 6 years ago
  • โž• Additions

    ๐Ÿ“ฆ Package dynaml.probability.distributions

    • โž• Added Kumaraswamy distribution, an alternative to the Beta distribution.
    • โž• Added Erlang distribution, a special case of the Gamma distribution.

    ๐Ÿ“ฆ Package dynaml.analysis

    โž• Added Radial Basis Function generators.

    • Gaussian
    • Inverse Multi-Quadric
    • Multi-Quadric

    - Matern Half-Integer

    โž• Added an inner product space implementation for Tuple2

    ๐Ÿ› Bug Fixes

    ๐Ÿ“ฆ Package dynaml.kernels

    • ๐Ÿ›  Fixed bug concerning hyper-parameter blocking in CompositeCovariance and its children.

    ๐Ÿ“ฆ Package dynaml.probability.distributions

    • ๐Ÿ›  Fixed calculation error for normalisation constant of multivariate T and Gaussian family.