- Fixed a bug in Gamma random number generator.
- Changed parameterization of Exponential distribution.
- Added logit and logistic functions.
- Added fromPiecewise helper method to build Mixture distribution
- Renamed SamplerResult to SamplerCheckpoint and added burnInTrace to the structure
- Changed signature of continuemcmc
- Sampler state can be serialized to continue unfinished computation.
- Fixed Mersenne twister copy constructor
- Switch back to .NET Framework 4.5.2
- Fix bisection algorithm of
ridders
. - Add documentation
prior
field ofParameterDefinition
structure is a function instead of a Distribution.- Redesign of
Parameters.Add
overloads. - Switch to .NET Framework 4.6.1
Initial NuGet release.