Interpolation Flashcards

1
Q

describes techniques to fit curves to such data to obtain intermediate estimates

A

Curve Fitting

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Computing values of the function at a number of discrete values along the range of interest.
Then, a simpler function may be derived to fit these values.

A

Curve fitting

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Two approaches of curve fitting

A

least-squares regression
interpolation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

where these data exhibit a significant degree of error or “noise,” the strategy is to derive a single
curve that represents the general trend of these data. Because any individual data point may be incorrect, we make no effort to intersect every point. Rather, the curve is designed to follow the pattern of the points taken as a group

A

least-squares regression

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

where these data are known to be very precise, the basic approach is to fit a curve or a series of curves that pass directly through each of the points. Such data usually originate from tables.

A

interpolation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Three attempts to fit a “best” curve through five data points.

A

Least-squares regression
Linear interpolation
Curvilinear Interpolation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Two types of applications are generally encountered when fitting experimental data

A

Trend analysis
Hypothesis Testing

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

represents the process of using the pattern of any data to make predictions.

A

Trend Analysis

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

may be used to predict or forecast values of the dependent variable.

A

Trend Analysis

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

an existing mathematical model is compared with measured data. If the model coefficients are unknown, it may be necessary to determine values that best fit the observed data. On the other hand, if estimates of the model coefficients are already available, it may be appropriate to compare predicted values of the model with observed values to test the adequacy of the model. Often, alternative models are compared and the “best” one is selected on the basis of empirical observations.

A

Hypothesis Testing

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

fittng the “best” straight line through a set of uncertain data points

A

Linear regression

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

a general technique for fitting a “best’’ polynomial. Thus, you will learn to derive a parabolic, cubic, or higher-order polynomial that optimally fits uncertain data.

A

Polynomial regression

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

It is designed for the case where the dependent variable y is a linear function of two or more independent variables x1, x2, . . . , xm. This approach has special utility for evaluating experimental data where the variable of interest is dependent on a number of different factors

A

multiple linear regression

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

an approach designed to compute a least-squares fit of a nonlinear equation to data

A

nonlinear regression

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

estimating intermediate values between precise data points

A

Interpolation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Two formats presented for expressing these polynomial interpolation in equation form

A

Lagrange Interpolating Polynomial
Newton’s Interpolating Poynomial

17
Q

an alternative technique for fitting precise data
points but in piecewise function

A

Spline interpolation

18
Q

curve fitting where periodic
functions are fit to data

A

Fast Fourier Transform

19
Q

consists of determining the unique nth-order polynomial that fits n+1 data points

A

Polynomial Interpolation