Package specific_fns :: Module base_class :: Class Common_functions
[hide private]
[frames] | no frames]

Class Common_functions

source code


Instance Methods [hide private]
 
__init__(self)
Base class containing functions common to the specific functions.
source code
 
has_errors(self)
Function for testing if errors exist for the run.
source code
 
return_data(self, run, i)
Function for returning the Ri data structure.
source code
 
return_error(self, run, i)
Function for returning the Ri error structure.
source code
 
return_value(self, run, i, param, sim=None)
Function for returning the value and error corresponding to 'param'.
source code
 
set(self, run=None, value=None, error=None, param=None, scaling=1.0, index=None)
Common function for setting parameter values.
source code
 
set_error(self, run, instance, index, error)
Function for setting parameter errors.
source code
 
set_update(self, run, param, index)
Dummy function to do nothing!
source code
 
sim_init_values(self, run)
Function for initialising Monte Carlo parameter values.
source code
 
sim_return_param(self, run, instance, index)
Function for returning the array of simulation parameter values.
source code
 
sim_return_selected(self, run, index)
Function for returning the array of selected simulation flags.
source code
Method Details [hide private]

return_value(self, run, i, param, sim=None)

source code 

Function for returning the value and error corresponding to 'param'.

If sim is set to an integer, return the value of the simulation and None.