Uploaded image for project: 'Commons Math'
  1. Commons Math
  2. MATH-672

EmpiricalDistribution(Impl) should implement the Distribution interface

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.2
    • 3.2
    • None
    • None

    Description

      To compute cumulative probability at a point x
      if no data have been loaded, throw IllegalStateException
      if x is below the global min, return 0
      if x is above the global max, return 1
      otherwise find the bin that x belongs to, sum the probabilities of the bins below x's bin and use the configured kernel to compute how much of the containing bin's mass should be added the total

      Attachments

        Activity

          People

            Unassigned Unassigned
            psteitz Phil Steitz
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: