|
GnuCash c935c2f+
|
intermediate values used to calculate the bayes probability of a given account where p(AB) = (a*b)/[a*b + (1-a)(1-b)], product is (a*b), product_difference is (1-a) * (1-b) More...
Data Fields | |
| double | product |
| double | product_difference |
intermediate values used to calculate the bayes probability of a given account where p(AB) = (a*b)/[a*b + (1-a)(1-b)], product is (a*b), product_difference is (1-a) * (1-b)
Definition at line 5248 of file Account.cpp.
| double AccountProbability::product |
Definition at line 5250 of file Account.cpp.
| double AccountProbability::product_difference |
Definition at line 5251 of file Account.cpp.