{ } Raw JSON

bundles / scipy latest / scipy / stats / _censored_data / CensoredData / _uncensor

function

scipy.stats._censored_data:CensoredData._uncensor

source: /scipy/stats/_censored_data.py :432

Signature

def   _uncensor ( self )

Summary

This function is used when a non-censored version of the data is needed to create a rough estimate of the parameters of a distribution via the method of moments or some similar method. The data is "uncensored" by taking the given endpoints as the data for the left- or right-censored data, and the mean for the interval-censored data.

Aliases

  • scipy.stats.CensoredData._uncensor