Package pyvision :: Package analysis :: Module stats :: Class SummaryStats
[hide private]
[frames] | no frames]

Class SummaryStats

source code

Instance Methods [hide private]
 
__init__(self, x, name='NO_NAME', alpha=0.05)
Computes some basic information about the data set x.
source code
 
__str__(self) source code
 
asTable(self) source code
Method Details [hide private]

__init__(self, x, name='NO_NAME', alpha=0.05)
(Constructor)

source code 

Computes some basic information about the data set x.

Assumes x comes from a t distribution.