GnuCash  2.6.99
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
account_probability Struct Reference

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 5163 of file Account.c.


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