Coder Social home page Coder Social logo

taqtiqa-mark / distributions.jl Goto Github PK

View Code? Open in Web Editor NEW

This project forked from taqtiqa/distributions.jl

0.0 1.0 0.0 3.51 MB

A Julia package for probability distributions and associated functions.

License: Other

Julia 90.23% R 9.64% TeX 0.13%

distributions.jl's Introduction

Distributions.jl

Travis status Appveyor status Coverage Status

A Julia package for probability distributions and associated functions. Particularly, Distributions implements:

  • Moments (e.g mean, variance, skewness, and kurtosis), entropy, and other properties
  • Probability density/mass functions (pdf) and their logarithm (logpdf)
  • Moment generating functions and characteristic functions
  • Sampling from population or from a distribution
  • Maximum likelihood estimation

Note: The functionalities related to conjugate priors have been moved to the ConjugatePriors package.

Resources

Contributing

Reporting issues & discussing

  1. If you need explanation on how to do X, Y using Distributions, feel free to ask on the Julia Discourse or Slack, get an invitation here.

  2. If you have a bug linked with Distributions, check that it has not been reported yet on the issues of the repository. If not, you can file a new issue, add your version of the package which you can get with this command in the Julia REPL:

julia> ]status Distributions

Be exhaustive in your report, give the summary of the bug, a Minimal Working Example (MWE), what happens and what you expected to happen.

Workflow with Git and GitHub

To contribute to the package, fork the repository on GitHub, clone it and make modifications on a new branch, do not commit modifications on master. Once your changes are made, push them on your fork and create the Pull Request on the main repository.

Requirements

Distributions is a central package which many rely on, the following are required for contributions to be accepted:

  1. Docstrings must be added to all interface and non-trivial functions.
  2. Tests validating the modified behavior in the test folder. If new test files are added, do not forget to add them in test/runtests.jl. Cover possible edge cases. Run the tests locally before submitting the PR.
  3. At the end of the tests, Test.detect_ambiguities(Distributions) is run to check method ambiguities. Verify that your modified code did not yield method ambiguities.
  4. Make according modifications to the docs folder, build the documentation locally with $ julia docs/make.jl, verify that your modifications display correctly and did not yield warnings.

Citing

See CITATION.bib, or use the DOI badge above.

distributions.jl's People

Contributors

andreasnoack avatar ararslan avatar aviks avatar brian-j-smith avatar chrodan avatar davidanthoff avatar dmbates avatar dourouc05 avatar gragusa avatar gusl avatar iainnz avatar ingmarschuster avatar jdrugo avatar jiahao avatar jmxpearson avatar johnmyleswhite avatar kmsquire avatar lindahua avatar matbesancon avatar mewo2 avatar micklat avatar mikeinnes avatar mschauer avatar papamarkou avatar richardreeve avatar sbos avatar simonbyrne avatar simonster avatar xukai92 avatar yuyichao avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.