Ticket #164 (closed defect: fixed)

Opened 2 months ago

Last modified 2 months ago

Bug in computeProbability() method of class Normal for the case of independent components

Reported by: regis.lebrun@eads.net Assigned to: lapointe@phimeca.com
Priority: unspecified Milestone: not defined
Component: library Version: 0.12.1
Keywords: Normal computeProbability Cc:

Description (Last modified by dutka)

The case of independent components has a specific optimized treatment, but a typo in the loop over the components makes it compute P = P(a_0 < X_0 < b_0)N instead of P = P(a_0 < X_0 < b_0) x ... x (a_N < X_N < b_N).

Régis

Attachments

computeProbability.py (0.6 kB) - added by regis.lebrun@eads.net on 11/14/08 12:23:32.

Change History

11/14/08 12:23:32 changed by regis.lebrun@eads.net

  • attachment computeProbability.py added.

11/14/08 14:12:36 changed by regis.lebrun@eads.net

  • status changed from new to closed.
  • resolution set to fixed.

The bug is solved in my branch, release 1010

Régis

11/17/08 09:39:39 changed by dutka

  • description changed.