Home | Trees | Indices | Help |
|
---|
|
Density( values = [ float ] ) or Density( p = array(2xN,'f') )
|
|||
| __init__(self, p=None, values=None, bins=20) | ||
|
store(self,
val) Analyze distribution data. |
||
| get(self) | ||
| __getslice__(self, *args, **kw) | ||
| __getitem__(self, *args, **kw) | ||
float, float
|
confidenceInterval(self,
level) Returns start and end of the confidence interval containing |level|*100 % of the probability |
||
float, (float,float)
|
findConfidenceInterval(self,
x) Find the smallest possible density interval that still includes x. |
||
|
median(self) Median of distribution. |
||
|
average(self) Average of distribution. |
||
|
max(self) Max height of distribution. |
||
| __find_intervals(self, l) |
|
|
Analyze distribution data.
|
|
|
|
|
Find the smallest possible density interval that still includes x.
|
Median of distribution. |
Average of distribution. |
Max height of distribution. |
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0alpha3 on Fri Dec 22 20:11:47 2006 | http://epydoc.sourceforge.net |