Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 872 Bytes

File metadata and controls

25 lines (19 loc) · 872 Bytes

boostmath 1.4.0

  • Added logit and logistic_sigmoid functions
  • Added log_pi constant
  • Ooura fourier integrals now supported on platforms without long double support

boostmath 1.3.0

  • Added support for all Boost distribution functions (e.g., pdf, kurtosis, variance, etc.)
  • Exposed additional distribution utility functions (e.g., binomial_find_lower_bound_on_p, chi_squared_find_degrees_of_freedom)

boostmath 1.2.0

  • Added filters
  • Interpolators now use $interpolate() instead of $spline()

boostmath 1.1.0

  • Added statistics, interpolators, and constants

boostmath 1.0.2

  • Remove UseLTO from DESCRIPTION to avoid R CMD check warning
  • Use non-versioned Boost URL in DESCRIPTION (with thanks to Dirk Eddelbuettel)

boostmath 1.0.1

  • Fix ODR violation warning

boostmath 1.0.0

  • Initial release