Home | Trees | Indices | Help |
|
---|
|
object --+ | dict --+ | ExperimentCollection
ExperimentCollection(experiment name list) An ExperimentCollection unites a collection of experiments. For now, it's most important function is to collect group the independent variables by Calculation to avoid wasting computer effort redoing calculations. Individual experiments can be accessed via dictionary-type indexing.
|
|||
new empty dictionary |
|
||
|
|||
dictionary |
|
||
dictionary |
|
||
Inherited from Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
LoadExperiments(experiment name list) Adds the experiments in the list to the collection |
Returns a dictionary of all the dependent and independent variables for all the calculations required to compare with the data in all the experiments. The dictionary is of the form: dictionary(calculation name) -> ordered list of unique independent variables
|
Returns a dictionary containing all the data for the experiments. The dictionary is of the form: dictionary[expt name][calc name][dependent vars][independent vars] = value. Note that value may be an arbitrary object.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Jun 3 10:15:00 2009 | http://epydoc.sourceforge.net |