bundles / scipy 1.17.1 / scipy / stats / _distn_infrastructure / rv_generic / median
function
scipy.stats._distn_infrastructure:rv_generic.median
Signature
def median ( self , * args , ** kwds ) Summary
Median of the distribution.
Parameters
arg1, arg2, arg3,...: array_likeThe shape parameter(s) for the distribution (see docstring of the instance object for more information)
loc: array_like, optionalLocation parameter, Default is 0.
scale: array_like, optionalScale parameter, Default is 1.
Returns
median: floatThe median of the distribution.
See also
- rv_discrete.ppf
Inverse of the CDF
Aliases
-
scipy.stats._distn_infrastructure.rv_generic.median