| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
list --+
|
KeyedList_mod.KeyedList --+
|
CalculationCollection
CalculationCollection(calculation name list) An CalculationCollection unites a collection of calculations. It is responsible for generating a master list of parameters and passing each Calculation its appropriate parameters. Individual calculations can be accessed via dictionary-type indexing. XXX: Note that the parameter shuffling has not been extensively tested.
|
|||
new list |
|
||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
LoadCalculations(calculations name list) Adds the calculations in the list to the collection and adds their parameters to the parameterSet |
Calculate model predictions for everything in varsByCalc.
varsByCalc is a dictionary of the form:
dict[calc name][dep var] = ind var
The return dictionary is of the form:
dictionary[calc name][dep var][ind var] = result
|
Calculate sensitivities for model predictions of everything in
varsByCalc.
varsByCalc is a dictionary of the form:
dict[calc name][dep var] = ind var
The return dictionary is of the form:
dictionary[calc name][dep var][ind var][param] = result
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Wed Jun 3 10:15:00 2009 | http://epydoc.sourceforge.net |