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

Class farrow

source code


Instance Methods [hide private]
 
__init__(self, mf)
The model-free analysis of Farrow.
source code
 
farrows_tests(self)
Check the 95% confidence limits and if the parameter is greater than its error.
source code
 
model_selection(self)
Farrow's 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 

The model-free analysis of Farrow.

Farrow's method for model-free analysis. (Farrow et al., 1994)

Overrides: common_ops.common_operations.__init__