[SciPy-User] empirical CDF

Kevin Gullikson kevin.gullikson.signup at gmail.com
Sun Oct 14 12:12:13 EDT 2012


Well, it can make a histogram (numpy.histogram), and then you could just
sum the bins to make a cdf.

On Sun, Oct 14, 2012 at 11:03 AM, Degang Wu <samuelandjw at gmail.com> wrote:

> Hi,
>
> Is Scipy able to calculate empirical CDF (calculating a CDF from a
> sequence of random samples)? I have searched the documentation for quite a
> while, but have found nothing useful.
> _______________________________________________
> SciPy-User mailing list
> SciPy-User at scipy.org
> http://mail.scipy.org/mailman/listinfo/scipy-user
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20121014/d715e11f/attachment.html>


More information about the SciPy-User mailing list