[SciPy-User] Build a new continuous probability density function

MRE Simulator mresimulator at yahoo.com.ar
Sun Jun 16 16:51:04 EDT 2013


Hi experts!
Im a newby user of Python, sage and Scipy.

Using scipy.stats module, i'm trying to build a new probability density function, f(x) (not include in scipy module). I wanna call this function in similar way that other probability density function in scipy, i.e.:
from scipy.stats import new_function.
And do some math with it:
new_function.mean(loc=....., scale= -----), etc.
¿What must i do (step by step, including definition of scale and loc)?
Waiting for your answers.
Thanks a lot!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20130616/17d92458/attachment.html>


More information about the SciPy-User mailing list