Releases: jchristopherson/fstats
Releases · jchristopherson/fstats
v1.5.2
v1.5.1
This release updates the build scripts.
v1.5.0
This release changes the interface for the nonlinear regression solver by providing an optional argument to use for passing data in/out of the user-defined subroutine.
v1.4.0
Added interpolation routines
- Linear
- Polynomial
- Spline
- Hermite (global interpolation scheme)
v1.3.2
- Improved MCMC code
- Added functionality to the distribution type
- Improved sampling routines
v1.3.1
- Added a regression framework for the MCMC code.
- Added a mechanism to retrieve the covariance matrix from the nonlinear regression process when computing fit statistics.
v1.3.0
This release includes an MCMC sampler utilizing a Metropolis-Hastings algorithm. Additionally, a multivariate distribution type was introduced.
v1.2.6
This is a bug fix release that addresses an issue with the Box-Muller sampling routine not respecting the requested mean value.
v1.2.5
This is a minor release that adds better model fitting and evaluation routines.
v1.2.4
This is a minor release with some API clean up.