[SciPy-User] Generating PDF from 'sampled' pdf
Jared Vacanti
jaredvacanti at gmail.com
Tue Oct 25 17:16:52 EDT 2016
I have an approximation of a PDF (by taking the derivative of an
approximation of the CDF) but can't get scipy to 'interpolate' a
distribution from this data. I conceptually understand the difficulty
because I'm not looking at observations, but already an attempt at the PDF.
I wrote an SO question here asking the same thing -
http://scicomp.stackexchange.com/questions/25311/python-differentiating-cubic-spline-numerically-or-analytically
. The link contains a SSCCE with actual data, but I would like to be able
to apply this to other areas of research as well.
Can I fit a probability density function to my attempted "sampled"
collection of one?
Jared Vacanti
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20161025/42fe6ec6/attachment.html>
More information about the SciPy-User
mailing list