English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

what are they and how do you find them with a given data set?

2007-01-17 16:40:43 · 2 answers · asked by crazymexican169 2 in Science & Mathematics Mathematics

can i do all this on excel or ti calculator?

2007-01-17 18:06:33 · update #1

2 answers

All three are the fitting of a curve (or line) to a set of data so that the rms error between the curve and all the data points is a minimum.
Linear regression:
y = a + bx
Exponential regression
y = ae^bx
Ln(y) = Ln(a) + bx
Power regression
y = ab^x
Ln(y) = Ln(a) + xLn(b)
For a paired data set (xi,Fi)
the matrix
n. . ∑x. . a ∑F
∑x. ∑x^2 b ∑xF
solves for linear regression,
the matrix
n. . ∑x. . Ln(a) ∑Ln(F)
∑x. ∑x^2. . b. ∑xLn(F)
solves for exponential regression, and
the matrix
n. . ∑x. . Ln(a) ∑Ln(F)
∑x. ∑x^2 Ln(b) ∑xLn(F)
solves for power regression.

2007-01-17 17:47:33 · answer #1 · answered by Helmut 7 · 0 1

The data set for this sort of thing consists of a bunch of pairs of numbers (times paired with temperatures, heights paired with weights, etc.). Imagine treating each pair of numbers in the data set as an ordered pair (x,y), and graphing all of those points; this amounts to making a scatter plot of the data. Linear regression means finding the straight line that "comes closest" (in some precisely defined sense) to all of those points. Similarly, exponential regression means finding the exponential curve that comes closest to all the points, and power regression means finding the polynomial curve that comes closest to all the points.
It's extremely tedious to determine the equations of these lines and/or curves if there are more than a handful of data points, so in practice some kind of technology is almost always used.

2007-01-17 17:09:23 · answer #2 · answered by Jim R 3 · 0 1

fedest.com, questions and answers