Releases: jchristopherson/fstats
Releases · jchristopherson/fstats
v1.3.1
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.
v1.2.3
This is a minor release cleaning up a bug in a test routine.
v1.2.2
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
Minor release fixing a small issue in the CMake build scripts relating to shared libraries.
v1.2.0
Added:
- Binomial Distribution
- Sampling Methods
- Bootstrapping
- LOWESS
Bug Fix:
- Confidence Interval Calculation
- Fix documentation
v1.1.3
Minor build script bug fix and code clean up.