GnuCash c935c2f+
Loading...
Searching...
No Matches
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 5248 of file Account.cpp.

Field Documentation

◆ product

double AccountProbability::product

Definition at line 5250 of file Account.cpp.

◆ product_difference

double AccountProbability::product_difference

Definition at line 5251 of file Account.cpp.


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