package prbnmcn-stats
Basic statistics
Install
Dune Dependency
Authors
Maintainers
Sources
0.0.3.tar.gz
md5=5a4792711ef36668bce288bc4ef3f1f3
sha512=fdda6dc27c199f51c21b253c1fdd78bdc3816334e95b3dc542ab650bcc85c70bc7782941207803e5480e6247c4d0f33668e1f04ad1d904173bf9d265a74008bf
doc/CHANGES.html
0.0.3
- Preserve underlying order of support in
Fin.raw_data_*
- Expose implementation of
Gen
module generic over RNG (for Pringo compatibility) - Expose
Specfun
module withlog_factorial
- Move sampling without replacement to
Gen
- Generalize type of
Mh.Make_core_sampling_loop
- Better error messages for some samplers in
Gen
- log-space version of some pdfs
- fix binning module
- copy OCaml impl. of gamma sampler from
Owl
0.0.2
- add Log_space.unsafe_cast
- fix documentation of Gen.int
- add poisson sampler
- add range checking for exponential, gaussian sampler parameter
0.0.1
- First release