Home | Trees | Indices | Help |
|
---|
|
|
|||
|
Test Test class |
|
|||
| rand_log_normal(alpha, beta, shape) | ||
| ln(r, alpha, beta) | ||
float
|
erf(x) Approximation to the erf-function with fractional error everywhere less than 1.2e-7 |
||
float
|
logArea(x,
alpha,
beta) Area of the smallest interval of a lognormal distribution that still includes x. |
||
float
|
logMean(alpha,
beta) Returns mean of the original lognormal distribution |
||
float
|
logSigma(alpha,
beta) Returns 'standard deviation' of the original lognormal distribution |
||
float
|
logMedian(alpha,
beta=None) Returns median of the original lognormal distribution |
||
(float, float)
|
logConfidence(x,
R,
clip=0) Estimate the probability of x NOT beeing a random observation from a lognormal distribution that is described by a set of random values. |
|
|||
|
test = Test()
|
|
|
|
Approximation to the erf-function with fractional error everywhere less than 1.2e-7
|
Area of the smallest interval of a lognormal distribution that still includes x.
|
|
|
|
Estimate the probability of x NOT beeing a random observation from a lognormal distribution that is described by a set of random values.
|
|
test
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0alpha3 on Fri Dec 22 20:11:38 2006 | http://epydoc.sourceforge.net |