bundles / scipy latest / scipy / stats / _mstats_extras / rsh
function
scipy.stats._mstats_extras:rsh
Signature
def rsh ( data , points = None ) Summary
Evaluates Rosenblatt's shifted histogram estimators for each data point.
Extended Summary
Rosenblatt's estimator is a centered finite-difference approximation to the derivative of the empirical cumulative distribution function.
Parameters
data: sequenceInput data, should be 1-D. Masked values are ignored.
points: sequence or None, optionalSequence of points where to evaluate Rosenblatt shifted histogram. If None, use the data.
Aliases
-
scipy.stats._mstats_extras.rsh