variance method

double variance()
override

Implementation

double variance() {
  return _ab / (_apb * _apb * (_apb + 1));
}