Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Cumulative Distribution Function, Inverse CDF methods to Distributions #122

Closed
wants to merge 9 commits into from

Commits on Feb 3, 2018

  1. add cdf and icdf to normal

    alicanb authored and vishwakftw committed Feb 3, 2018
    Configuration menu
    Copy the full SHA
    e4e58e2 View commit details
    Browse the repository at this point in the history
  2. New CDF and ICDF implementations

    1. Cauchy
    2. Exponential
    3. Laplace (Only CDF)
    4. Pareto
    vishwakftw committed Feb 3, 2018
    Configuration menu
    Copy the full SHA
    d9263a6 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2018

  1. Major: Add .cdf and .icdf methods for TransformedDistributions

    Minor:
    1. Convert Pareto and Gumbel to TransformedDistribution
    2. Add .cdf and .icdf for Uniform
    3. Temporarily remove .cdf from Laplace
    vishwakftw committed Feb 4, 2018
    Configuration menu
    Copy the full SHA
    ee55d13 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2018

  1. Configuration menu
    Copy the full SHA
    f76114a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d0bc72c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    864d190 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2018

  1. Bug fixes

    1. Fix the size issue with Gumbel as a transformed distribution
    2. Add the scalar params test for Gumbel
    vishwakftw committed Feb 6, 2018
    Configuration menu
    Copy the full SHA
    a9d74ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24c2461 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2932ffe View commit details
    Browse the repository at this point in the history