package prbnmcn-stats
Basic statistics
Install
dune-project
Dependency
Authors
Maintainers
Sources
0.0.4.tar.gz
md5=c16dc635ca63bf0596671847d3e8a319
sha512=e22b6b425fe6518dfbc653a4894be42a8ef3b35b3982497e3aa426b2d22407b2019b0122cfc4abe0ab5a98060409379c5b349a74c26101c3b597aaa92a5b5285
doc/CHANGES.html
0.0.4
- Expose
Fin.quantile
- Expose
Fin.iter_prb, Fin.iter_mes
Gen.categorical
takes an array instead of a listGen
: trivializerun
- Refactor/simplification of
Fin
- Expose
Binning.map_to_bin, Binning.map_from_bin
- Expose
Binning.from_empirical
- Rename
Binning.compute
toBinning.from_measure
- Typo:
bernouilli
->bernoulli
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