Uses of Interface
model.DataFit

Packages that use DataFit
model Provides classes that handle various kinds of approximation models, data fits, and so on. 
 

Uses of DataFit in model
 

Subinterfaces of DataFit in model
 interface ApproxModel
          Extends the DataFit interface by supporting methods that compute the uncertainty at a point in addition to a value.
 interface TwoFidelityApproxModel
          Fits an approximate model to the difference between given data and a low-order approximation of the oracle that generated that data.
 

Classes in model that implement DataFit
 class BasicApproxModel
          Basic implementation of the methods in ApproxModel.
 class BasicTwoFidelityModel
          Basic two-fidelity approximation model, using an additive surrogate correction.
 class GPRegression
          Creation process: Set tau (compulsory), set prior mean and covariance, set bounds, init().
 class PenaltyFunctionModel
          Computes mean and variance for an external penalty function augmented Lagrangian.