mars
Multivariate Adaptive Regression Spline (MARS)
Specification
Alias: None
Arguments: None
Child Keywords:
Required/Optional |
Description of Group |
Dakota Keyword |
Dakota Keyword Description |
---|---|---|---|
Optional |
Maximum number of MARS bases |
||
Optional |
MARS model interpolation type |
||
Optional |
Exports surrogate model in user-specified format(s) |
||
Optional |
Import surrogate model from archive file |
Description
This surface fitting method uses multivariate adaptive regression splines from the MARS3.5 package [Fri91] developed at Stanford University.
The MARS reference
material does not indicate the minimum number of data points that are
needed to create a MARS surface model. However, in practice it has
been found that at least
Known Issue: When using discrete variables, there have been sometimes significant differences in surrogate behavior observed across computing platforms in some cases. The cause has not yet been fully diagnosed and is currently under investigation. In addition, guidance on appropriate construction and use of surrogates with discrete variables is under development. In the meantime, users should therefore be aware that there is a risk of inaccurate results when using surrogates with discrete variables.
Theory
The form of the MARS model is based on the following expression:
where the
MARS is a nonparametric surface fitting method and can represent complex multimodal data trends. The regression component of MARS generates a surface model that is not guaranteed to pass through all of the response data values. Thus, like the quadratic polynomial model, it provides some smoothing of the data.