estimator.nd.CenteredBinomial.support_size# CenteredBinomial.support_size(fraction=1.0)[source]# Compute the size of the support covering the probability given as fraction. EXAMPLE: >>> from estimator import * >>> ND.CenteredBinomial(3, 10).support_size() 282475249 >>> ND.CenteredBinomial(3, 10).support_size(0.99) 279650497