Uses of Class
org.gersteinlab.regulation.numeric.MultivariateFunction

Packages that use MultivariateFunction
org.gersteinlab.regulation.model   
org.gersteinlab.regulation.numeric   
 

Uses of MultivariateFunction in org.gersteinlab.regulation.model
 

Subclasses of MultivariateFunction in org.gersteinlab.regulation.model
 class PolynomialSqrDiff
           A function that equals the total squared difference between a polynomial and some target values at a set of points, treating the coefficients of the polynomial as the variables.
 class RateModelSqrDiff
           A function that equals the total squared difference between the predicted value of a differential equation rate model and some target values at a set of time points, treating the parameters of the model as the variables.
 

Uses of MultivariateFunction in org.gersteinlab.regulation.numeric
 

Subclasses of MultivariateFunction in org.gersteinlab.regulation.numeric
 class DifferentiableMultivariateFunction
           A class that represents a differentiable multivariate real function.
 class DoublyDifferentiableMultivariateFunction
           A class that represents a doubly differentiable multivariate real function.