Skip to content

Releases: jchristopherson/fstats

v1.3.1

25 Feb 21:11
987f95a
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

This is a minor release with some API clean up.

v1.2.3

01 May 21:10
da98d39
Compare
Choose a tag to compare

This is a minor release cleaning up a bug in a test routine.

v1.2.2

19 Apr 13:01
9e7a9b1
Compare
Choose a tag to compare

This release adds a minor bit of functionality and cleans up p-value calculations for some tests.

  • Added pooled variance calculations
  • Added Bartlett's test
  • Added Levene's test
  • Added power-based sample size calculations
  • Cleaned up p-value calculations for F tests
  • Cleaned up confidence interval calculation

v1.2.1

26 Mar 17:35
Compare
Choose a tag to compare

Minor release fixing a small issue in the CMake build scripts relating to shared libraries.

v1.2.0

26 Mar 17:14
104b21d
Compare
Choose a tag to compare

Added:

  • Binomial Distribution
  • Sampling Methods
  • Bootstrapping
  • LOWESS

Bug Fix:

  • Confidence Interval Calculation
  • Fix documentation

v1.1.3

28 Feb 21:20
e2f7520
Compare
Choose a tag to compare

Minor build script bug fix and code clean up.