Package model_selection :: Module palmer :: Class palmer
[hide private]
[frames] | no frames]

Class palmer

source code


Instance Methods [hide private]
 
__init__(self, mf)
The model-free analysis of Palmer.
source code
 
anova_tests(self)
Do the chi squared and F-tests.
source code
 
model_selection(self)
Palmer's model selection.
source code
 
model_selection_normal(self)
Palmer's model selection.
source code
 
model_selection_extended(self)
Palmer's model selection (extended).
source code
 
print_data(self)
Print all the data into the 'data_all' file.
source code
Method Details [hide private]

__init__(self, mf)
(Constructor)

source code 

The model-free analysis of Palmer.

print "Palmer's method for model-free analysis. (Mandel et al., 1995)"

Overrides: common_ops.common_operations.__init__

model_selection_extended(self)

source code 

Palmer's model selection (extended).

Palmer's model selection, but with additional chi-squared and F-tests for models 4 and 5 because the number of degrees of freedom for these models are greater than 0. See the code below for details of these changes.