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