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

Fix Histogram distribution text and E(x) formula #28

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Oct 4, 2017

  1. Correct the Histogram expected value formula

    The confusing E_i is swapped for w_i for weights.
    rakhimov committed Oct 4, 2017
    Configuration menu
    Copy the full SHA
    65b0044 View commit details
    Browse the repository at this point in the history
  2. Swap 'x' with 'b' for Histogram boundary notation

    The x is confusing in this context
    due to conventional use of x as the random variable
    (result of sampling).
    rakhimov committed Oct 4, 2017
    Configuration menu
    Copy the full SHA
    e42058f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1a32eb9 View commit details
    Browse the repository at this point in the history
  4. Update the definition of Histogram distribution

    The range is fixed to be right-exclusive
    as customary in other distribution sampling.
    rakhimov committed Oct 4, 2017
    Configuration menu
    Copy the full SHA
    aa4546c View commit details
    Browse the repository at this point in the history
  5. Fix Histogram distribution sampling description

    The two steps were confused in the sampling description.
    The steps are rearranged and clarified.
    rakhimov committed Oct 4, 2017
    Configuration menu
    Copy the full SHA
    9b58b6b View commit details
    Browse the repository at this point in the history
  6. Fix (Cumulative|Discrete) => Histogram description

    The =>Histogram formulas are fixed.
    The text looks very confusing and out-of-place,
    being a sign that these distributions should be provided separately.
    rakhimov committed Oct 4, 2017
    Configuration menu
    Copy the full SHA
    7dc1a81 View commit details
    Browse the repository at this point in the history