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