Math PHP v2.6.0 Release Notes

Release Date: 2022-04-10 // about 2 years ago
  • ๐Ÿ‘Œ Improvements

    • Average::truncatedMean behavior at 50% trim made consistent
    • PHP 8.1 compatibility improvements

    Backwards Incompatible Changes


Previous changes from v2.5.0

  • ๐Ÿ†• New Features

    • Special function logbeta
    • Special function logGamma
    • Special function logGammaCorr
    • Special function stirlingError

    ๐Ÿ‘Œ Improvements

    • ๐Ÿ‘Œ Improvements in StudentT continuous distribution
    • ๐Ÿ‘Œ Improvements in special function gamma
    • ๐Ÿ‘Œ Improvements in special function beta

    ๐Ÿ› Bug Fixes

    • Issue 393 (regularizedIncompleteBeta NAN)
    • ๐Ÿ‘ท Issue 429 (Linear regression CI division by zero)