Skip to content

Releases: jchristopherson/fstats

v1.5.2

17 Dec 16:40
4122659

Choose a tag to compare

This release contains a bit more clean-up of the CMake scripts.

v1.5.1

24 Sep 20:23
d697b2b

Choose a tag to compare

This release updates the build scripts.

v1.5.0

19 May 18:51
4b13404

Choose a tag to compare

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

28 Apr 20:07
7902f59

Choose a tag to compare

Added interpolation routines

  • Linear
  • Polynomial
  • Spline
  • Hermite (global interpolation scheme)

v1.3.2

24 Mar 11:56
8a8d7b3

Choose a tag to compare

  • Improved MCMC code
  • Added functionality to the distribution type
  • Improved sampling routines

v1.3.1

25 Feb 21:11
987f95a

Choose a tag to compare

  • 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

18 Feb 14:27
a16a935

Choose a tag to compare

This release includes an MCMC sampler utilizing a Metropolis-Hastings algorithm. Additionally, a multivariate distribution type was introduced.

v1.2.6

03 Feb 18:38
e55dae1

Choose a tag to compare

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

08 Oct 13:32
b5fa290

Choose a tag to compare

This is a minor release that adds better model fitting and evaluation routines.

v1.2.4

03 Jun 13:15
d006cbd

Choose a tag to compare

This is a minor release with some API clean up.