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

Class usr_param

source code

Instance Methods [hide private]
 
__init__(self)
Class containing parameters specified by the user
source code
 
init_method_param(self)
Model-free analysis method info.
source code
 
init_run_param(self)
Run file parameters
source code
 
init_mfin_param(self)
mfin file parameters
source code
 
init_mfpar_param(self)
mfpar file parameters
source code
 
init_mfmodel_param(self)
mfmodel file parameters
source code
Method Details [hide private]

init_method_param(self)

source code 
Model-free analysis method info.

self.method can be set to the following strings:
        Palmer - The method given by Mandel et al., 1995.
        AIC - method of model-free analysis based on model selection using the
                Akaike Information Criteria.
        BIC - method of model-free analysis based on model selection using the
                Schwartz Information Criteria.