Package specific_fns :: Module hybrid :: Class Hybrid
[hide private]
[frames] | no frames]

Class Hybrid

source code

Instance Methods [hide private]
 
__init__(self, relax)
Class containing function specific to hybrid models.
source code
 
duplicate_data(self, new_run=None, old_run=None, instance=None)
Function for duplicating data.
source code
 
hybridise(self, hybrid=None, runs=None)
Function for creating the hybrid run.
source code
 
model_statistics(self, run=None, instance=None, global_stats=None)
Function for returning the values k, n, and chi2 of the hybrid.
source code
 
num_instances(self, run=None)
Function for returning the number of instances, which for hybrids is always 1.
source code
 
skip_function(self, run=None, instance=None, min_instances=None, num_instances=None)
Dummy function.
source code
Method Details [hide private]

model_statistics(self, run=None, instance=None, global_stats=None)

source code 

Function for returning the values k, n, and chi2 of the hybrid.

k - number of parameters. n - number of data points. chi2 - the chi-squared value.