bundles / scipy latest / scipy / stats / _qmvnt / _qauto
function
scipy.stats._qmvnt:_qauto
source: /scipy/stats/_qmvnt.py :148
Signature
def _qauto ( func , covar , low , high , rng , error = 0.001 , limit = 10000 , ** kwds ) Summary
Automatically rerun the integration to get the required error bound.
Parameters
func: callablecovar, low, high: arrayrng: Generator, optionaldefault_rng(), yada, yada
error: float > 0The desired error bound.
limit: int > 0:The rough limit of the number of integration points to consider. The integration will stop looping once this limit has been exceeded.
**kwdsOther keyword arguments to pass to
func. When using _qmvt, be sure to includenu=as one of these.
Returns
prob: floatThe estimated probability mass within the bounds.
est_error: float3 times the standard error of the batch estimates.
n_samples: intThe number of integration points actually used.
Aliases
-
scipy.stats._multivariate._qauto