GnuCash  5.6-150-g038405b370+
Data Fields
AccountProbability Struct Reference

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
 

Detailed Description

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 5182 of file Account.cpp.


The documentation for this struct was generated from the following file: