Module asymptotic :: Class asymptotic
[hide private]
[frames] | no frames]

Class asymptotic

source code


Instance Methods [hide private]
 
__init__(self, mf)
Model-free analysis based on asymptotic model selection methods.
source code
 
calc_crit(self, res, n, k, chisq)
Calculate the criteria
source code
 
initial_runs(self)
Creation of the files for the Modelfree calculations for models 1 to 5.
source code
 
model_selection(self)
Model selection.
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 

Model-free analysis based on asymptotic model selection methods.

Overrides: common_ops.common_operations.__init__