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
 
initial_runs(self)
Creation of the files for the Modelfree calculations for models 1 to 5 and the F-tests.
source code
 
model_selection(self)
Palmer's model selection.
source code
 
model_selection_extended(self)
Palmer's model selection (extended).
source code
 
stage2(self) source code

Inherited from common_ops.common_operations: ask_stage, create_mfdata, create_mfin, create_mfmodel, create_mfpar, create_run, extract_input, extract_relax_data, fill_results, final_run, final_run_optimized, goto_stage, grace, grace_header, initialize, log_input_info, log_params, print_data, print_results, set_run_flags, stage3

Method Details [hide private]

__init__(self, mf)
(Constructor)

source code 

The model-free analysis of Palmer.

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.