#1
|
|||
|
|||
Question about using function
I have a question that how to use a function scipy.stats.rv_continuous.ppf in SciPy package v0.7.
In SciPy Reference Guide, there is description as below. rv_continuous.ppf(q, *args, **kwds) Percent point function (inverse of cdf) at q of the given RV. Parameters: q : array-like, lower tail probability arg1, arg2, arg3,... : array-like, The shape parameter(s) for the distribution (see docstring of the instance object for more information) loc : array-like, optional, location parameter (default=0) scale : array-like, optional, scale parameter (default=1) Returns: x : array-like, quantile corresponding to the lower tail probability q. I have just started to learn Vizard (Python). Could you please explain what are *args and **kwds mean? (Do * and ** have additional mean?) I am confused that what types of parameters are required for using a function rv_continuous.ppf. If I could get illustrating with examples, it will be a great help to me. Best regards. |
#2
|
|||
|
|||
Thread Tools | |
Display Modes | Rate This Thread |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
window.pick function over sub-window | omidbrb | Vizard | 4 | 10-02-2009 04:23 AM |
Timer Question | durf | Vizard | 3 | 03-31-2009 05:29 PM |
General question and question regarding arrays | dan12345 | Vizard | 1 | 01-15-2008 10:15 AM |
Do you know how to send a value for 'pool' to the onActionEnd function? | ghazanfar | Vizard | 1 | 03-22-2007 10:25 AM |