Example #1
0
 def getTFArray(self):
     """
     compute sensor transfer functions for each member of ensemble
     """
     hp.virtualWarning()
Example #2
0
 def transfer(self):
     """
     apply the transfer function to all sensor inputs
     """
     hp.virtualWarning()
Example #3
0
 def interp(self):
     """
     perform the interpolation with the current coords
     """
     virtualWarning()
Example #4
0
 def __init__(self):
     """
     initialize the sensor
     """
     hp.virtualWarning()
Example #5
0
 def modelConstructor(self, parameterVector):
     """
     return a model given a parameter vector
     """
     virtualWarning()    
Example #6
0
 def parameterGenerator(self, shape = (1,)):
     """
     generate an array of parameter vectors upon request
     """
     virtualWarning()
Example #7
0
 def __init__(self):
     """
     set up the object
     """
     virtualWarning()
Example #8
0
 def summary(self):
     """
     print/plot basics about the ensemble
     """
     virtualWarning()
Example #9
0
 def summarize(self):   
         virtualWarning()
Example #10
0
 def forwardSolve(self):
     """
     run the model, computing the forward solution
     """
     virtualWarning()
     return zeros(1)
Example #11
0
 def parameterKeys(self):
     """
     list the names of the parameters in the order that
     parameterVector keeps them
     """
     virtualWarning()
Example #12
0
 def parameterVector(self):
     """
     return an array of parameters that fully specify the model
     """
     virtualWarning()
Example #13
0
 def __init__(self):
     """
     construct the model
     """
     virtualWarning()