A Review of R(C)MARS and (C)MARS with a Comparison Study

From IFORS Developing Countries Online Resources
Jump to: navigation, search

by: Ayşe Ozmen and Gerhard-Wilhelm Weber

Content

- Introduction

- Regression

- Robustification

- MARS

- CMARS

- Idea of Robust (C)MARS

- Robust Optimization

- RCMARS under Polyhedral Uncertainty

- A Real-World Application by RCMARS

- Conclusion and Outlook on Future Studies

Introduction

learning from data has become very important in every field of science and technology, e.g., in

• financial sector,

• quality improvement in manufacturing,

• computational biology,

• medicine and

• engineering

Learning enables for doing estimation and prediction.

Link to material: http://ifors.org/wp-content/uploads/2017/05/noname.pdf

<html> <head> </head> <body> <script type="text/javascript">(function(d, t, e, m){

   // Async Rating-Widget initialization.
   window.RW_Async_Init = function(){
       RW.init({
           huid: "141148",
           uid: "6db8b62d52afa816e07e3917b2d0ce28",
           source: "website",
           options: {
               "advanced": {
                   "layout": {
                       "lineHeight": "22px"
                   }
               },
               "size": "medium",
               "style": "oxygen"
           } 
       });
       RW.render();
   };
   // Append Rating-Widget JavaScript library.
   var rw, s = d.getElementsByTagName(e)[0], id = "rw-js",
       p = d.location.protocol, a = ("https:" == p ? "secure." + 
       m + "js/" : "js." + m), ck = "Y" + t.getFullYear() + "M" + 
       t.getMonth() + "D" + t.getDate();
   if (d.getElementById(id)) return;              
   rw = d.createElement(e);
   rw.id = id; rw.async = true; rw.type = "text/javascript";
   rw.src = p + "//" + a + "external.min.js?ck=" + ck;
   s.parentNode.insertBefore(rw, s);

}(document, new Date(), "script", "rating-widget.com/"));</script>

</body> </html>