{ } Raw JSON

bundles / scipy latest / scipy / stats / _mstats_extras / rsh

function

scipy.stats._mstats_extras:rsh

source: /scipy/stats/_mstats_extras.py :491

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 : sequence

Input data, should be 1-D. Masked values are ignored.

points : sequence or None, optional

Sequence of points where to evaluate Rosenblatt shifted histogram. If None, use the data.

Aliases

  • scipy.stats._mstats_extras.rsh