Next Page Previous Page Six Sigma Home Tools & Aids Search Handbook
4. Process Modeling
4.8. Some Useful Functions for Process Modeling
4.8.1. Univariate Functions

4.8.1.1.

Polynomial Functions

Polynomial Functions A polynomial function is one that has the form
where n is a non-negative integer that defines the order of the polynomial. An order of 0 is simply a constant, an order of 1 is a line, an order of 2 is a quadratic, an order of 3 is a cubic, and so on.
Polynomial Models: Advantages Historically, polynomial models are among the most frequently used empirical models for fitting functions. These models are popular for the following reasons.
  1. Polynomial models have a simple form.

  2. Polynomial models have well known and understood properties.

  3. Polynomial models are theoretically exact for high enough degree. Specifically, n distinct response values can be fit exactly with an order (n-1) polynomial.

  4. Polynomial models have moderate flexibility of shapes.

  5. Polynomial models are a closed family. Changes of location and scale in the raw data result in a polynomial model being mapped to a polynomial model. That is, polynomial models are not dependent on the underlying metric.

  6. Polynomial models are computationally easy to apply.
Polynomial Model: Limitations However, polynomial models also have the following limitations.
  1. Polynomial models have poor interpolatory properties. High degree polynomials are notorius for oscillations between exact-fit values.

  2. Polynomial models have poor extrapolatory properties. Polynomials may provide good fits within the range of data, but they will frquently deteriorate rapidly outside the range of the data.

  3. Polynomial models have poor asymptotic properties. By their nature, polynomials have finite response for finite X values and have infinite response if and only if the X value is infinite. Thus polynomials cannot model phenomenon which have infinite response for finite X values, or have finite response for infinite X values.

  4. Polynomial models have a shape/degree tradeoff. In order to model data with complicated structure, the degree of the model becomes unduly inflated, and so the associated number of coefficients becomes unduly large. This can result in highly unstable models.
Example The load cell calibration case study contains an example of fitting a quadratic polynomial model.
Specific Polynomial Functions
  1. Straight Line
  2. Quadratic Polynomial
  3. Cubic Polynomial
Six Sigma Home Tools & Aids Search Handbook Previous Page Next Page