Package model_selection :: 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
 
run(self)
Model selection.
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 

Model-free analysis based on asymptotic model selection methods.

Overrides: common_ops.common_operations.__init__