Tags: PaulXiCao/Distributions.jl
Tags
See https://github.com/JuliaStats/Distributions.jl/releases/tag/v0.20.0… … for release notes
Remove test-only dependencies from [compat] (JuliaStats#869) Due to a bug in Registrator, we can't register a new version of Distributions until either the bug is fixed or we remove [compat] entries for test-only dependencies.
Project toml for registration (JuliaStats#860) * added test deps * bump version * rm compat
Added cdf for Skellam (JuliaStats#859) * added cdf skellam * fixed * usinf StatsFuns instead of Rmath * added ref * added in form of docstring * fix docs * fixed test
Chernoff distribution (JuliaStats#840) * added Chernoff distribution code * Add files via upload * Add files via upload * Update chernoff.jl * Update chernoff.jl * Update chernoff.jl * Update chernoff.jl * Update chernoff.jl * Update categorical.jl * Update categorical.jl * Update categorical.jl * Update categorical.jl * Update Distributions.jl * Update Distributions.jl * Update Distributions.jl * Update Distributions.jl * Update Distributions.jl * Update Distributions.jl * Update categorical.jl * Update Distributions.jl * Fix the patch-1 * Fix the patch * Remove redundant code * Remove untracked symbols * Update Distributions.jl * Remove bullshit in categorical.jl * Make f, F, Fbar global * Correct anonymous functions * delete newline, add const * Update as per review * fix the error * enter the missing ] * Updated as per required * Update runtests.jl * Update chernoff.jl * Update src/univariate/continuous/chernoff.jl Co-Authored-By: eulerkochy <kc99.kol@gmail.com> * Update src/univariate/continuous/chernoff.jl Co-Authored-By: eulerkochy <kc99.kol@gmail.com> * Update src/univariate/continuous/chernoff.jl Co-Authored-By: eulerkochy <kc99.kol@gmail.com> * Update src/univariate/continuous/chernoff.jl Co-Authored-By: eulerkochy <kc99.kol@gmail.com> * Update src/univariate/continuous/chernoff.jl Co-Authored-By: eulerkochy <kc99.kol@gmail.com> * Update src/univariate/continuous/chernoff.jl Co-Authored-By: eulerkochy <kc99.kol@gmail.com> * Fix format * Fix coding format * Fix coding format in test * Update src/univariate/continuous/chernoff.jl Co-Authored-By: eulerkochy <kc99.kol@gmail.com> * `module`ate ChernoffComputations and update a typo * update docs/src/univariate.md * remove export * module _pdf, _cdf, _cdfbar; add pdftest, include chernoff in runtests.jl * Update chernoff.jl * Update src/univariate/continuous/chernoff.jl Co-Authored-By: eulerkochy <kc99.kol@gmail.com> * Update chernoff.jl
Generic support for uni gmm (JuliaStats#615) * Make uni gmm support generic type * Add generic test * Disable generic test * Fix constructor * Add generic test back * Fix K and try to make mixture.jl generic * Support Real * enable cdf tests * merge tests * allow mean and std to have differetn types * allow p to be abstract vector
fix missing broadcast sqrt in MvTDist rand (JuliaStats#769) * test for size of random samples from MvTDist * broadcast sqrt in sd adjustment for GenericMvTDist rand
complete docstrings (JuliaStats#763) * complete docstrings * Fix indentation, add titles * Fix misplaced use of backticks in docstring
PreviousNext