errorMargin property
read / write
Error margin of the estimate, given a fixed confidence level of 99.9%, represented by
a value between 0 and 1. There is a 99.9% probability that the real value is contained
in the interval (1 - errorMargin) * estimated value, (1 + errorMargin) * estimated value.
Note: the assumptions used to calculate the error margin may not hold true for sparce datasets.
Implementation
double errorMargin;