Nonlinear Regression Modeling for Engineering Applications
eBook - ePub

Nonlinear Regression Modeling for Engineering Applications

Modeling, Model Validation, and Enabling Design of Experiments

  1. English
  2. ePUB (mobile friendly)
  3. Available on iOS & Android
eBook - ePub

Nonlinear Regression Modeling for Engineering Applications

Modeling, Model Validation, and Enabling Design of Experiments

About this book

Since mathematical models express our understanding of how nature behaves, we use them to validate our understanding of the fundamentals about systems (which could be processes, equipment, procedures, devices, or products). Also, when validated, the model is useful for engineering applications related to diagnosis, design, and optimization.

First, we postulate a mechanism, then derive a model grounded in that mechanistic understanding. If the model does not fit the data, our understanding of the mechanism was wrong or incomplete. Patterns in the residuals can guide model improvement. Alternately, when the model fits the data, our understanding is sufficient and confidently functional for engineering applications.

This book details methods of nonlinear regression, computational algorithms,model validation, interpretation of residuals, and useful experimental design. The focus is on practical applications, with relevant methods supported by fundamental analysis.

This book will assist either the academic or industrial practitioner to properly classify the system, choose between the various available modeling options and regression objectives, design experiments to obtain data capturing critical system behaviors, fit the model parameters based on that data, and statistically characterize the resulting model. The author has used the material in the undergraduate unit operations lab course and in advanced control applications.

Frequently asked questions

Yes, you can cancel anytime from the Subscription tab in your account settings on the Perlego website. Your subscription will stay active until the end of your current billing period. Learn how to cancel your subscription.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Perlego offers two plans: Essential and Complete
  • Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
  • Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
Both plans are available with monthly, semester, or annual billing cycles.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes! You can use the Perlego app on both iOS or Android devices to read anytime, anywhere — even offline. Perfect for commutes or when you’re on the go.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Yes, you can access Nonlinear Regression Modeling for Engineering Applications by R. Russell Rhinehart in PDF and/or ePUB format, as well as other popular books in Mathematics & Mathematical Analysis. We have over one million books available in our catalogue for you to explore.

Information

Part I

Introduction

Chapter 1
Introductory Concepts

1.1 Illustrative Example – Traditional Linear Least-Squares Regression

Consider this objective: find the best quadratic model, as described by the following equation:
1.1
equation
which matches the data in Figure 1.1.
nfgz001
Figure 1.1 Illustration of regression concepts
Here, “x” represents the independent variable and “y” the dependent variable. Often, x and y are respectively termed cause and effect, input and output, influence and response, property and condition, and y is termed a function of x. Equation 1.1 is a human's mathematical description of how y responds to x and it is likely that the relation will not exactly match how nature actually works. In regression, in fitting a model to data, the values of the model coefficients (a, b, and c) will be adjusted to create the best model.
Conventionally, the best model is the one that minimizes the sum of squared distances from data point to model curve, where distance is that for the dependent variable (parallel to the vertical y axis). One data-to-model deviation is indicated as “d” on Figure 1.1. The sum of squared deviations (SSD) is defined as
1.2
equation
where N indicates the number of data points on Figure 1.1 and “i” the number of a particular data point within the set of N. The number associated with a data point does not necessarily correspond with either x or y values. More likely the data point number corresponds to the chronological order of experimental trials that implemented the x value and measured the y response, as the sequential trial number is indicated on Figure 1.1. The data set might appear as illustrated in Table 1.1.
Table 1.1 Illustration of data for Figure 1.1
Trial number X, Input variable value Y, Response variable value
1 7.5 2.7
2 6 2.3
3 8 2.6
4 0.5 0.7
. . .
. . .
. . .
Continuing the explanation of Equation 1.2, yi represents the ith measured y value, the data value, from Table 1.1, and
c01-math-0003
indicates the model-calculated y value from Equation 1.1 using the ith x value from Table 1.1. The tilde accents on the symbols
c01-math-0004
and
c01-math-0005
are both explicit indications that
c01-math-0006
represents the modeled y value. Redundancy in symbols is often not used, and here the
c01-math-0007
term will be represented by either
c01-math-0008
or
c01-math-0009
.
The objective, find values for coefficients a, b, and c that minimize the SSD, defines an optimization procedure. Conventionally, the optimization application is stated by:
1.3
equation
In the jargon of optimization, Equation 1.3 reads, “The objective is to Min(imize) the Objective Function J (equal to the SSD) by adjustment of values of the decision variables (DVs) a, b, and c.” This fully describes the regression “problem.” DVs are what you adjust to minimize the objective function (OF) value. The DVs are the model coefficients that are adjusted to make the model best fit the data.
As a model of the y response to x, Equation 1.1 is nonlinear. Nonlinear means not linear, but does not indicate what the nonlinearity is (quadratic, cubic, reciprocal, exponential, etc.). If the cx2 term was not in Equation 1.2 then the model would describe a linear y–x relation. However, in regression we adjust coefficient values, not the x or y values, and in Equation 1.1 each coefficient appears linearly (holding all else constant, the value of y is a linear response to the value of either a or b or c). The exponent for each coefficient is +1 and none of the coefficients are imbedded within a functionality that would make it have a nonlinear impact on y. A formal definition of linearity is given later. Linearity simplifies determination of the optimum values for coefficien...

Table of contents

  1. Cover
  2. Wiley-ASME Press Series List
  3. Title Page
  4. Copyright
  5. Table of Contents
  6. Series Preface
  7. Preface
  8. Acknowledgments
  9. Nomenclature
  10. Symbols
  11. Part I: Introduction
  12. Part II: Preparation for Underlying Skills
  13. Part III: Regression, Validation, Design
  14. Part IV: Case Studies and Data
  15. Appendix A: VBA Primer: Brief on VBA Programming – Excel in Office 2013
  16. Appendix B: Leapfrogging Optimizer Code for Steady-State Models
  17. Appendix C: Bootstrapping with Static Model
  18. References and Further Reading
  19. Index
  20. End User License Agreement