The QuadraticFit
class uses multiple regression to fit a quadratic surface
to the function 'f'.
The QuadraticFit
class uses multiple regression to fit a quadratic surface
to the function 'f'. This is useful when computing 'f' is costly, for example
in simulation optimization. The fit is over a multi-dimensional grid and
can be used for interpolation and limited extrapolation.
The QuadraticFitTest
object is used to test the QuadraticFit
class
for a two dimensional case.
The QuadraticFitTest2
object is used to test the QuadraticFit
class
for a three dimensional case.
The QuadraticFitTest3
object is used to test the QuadraticFit
class
for a three dimensional case with noise.
The metamodel package contains classes, traits and objects for meta-modeling in simulation that is used to produce responses without running the full detailed model.