parent
6edfe2c9ed
commit
03c4cc5e62
|
@ -10,7 +10,7 @@ There are two parts to a model:
|
|||
|
||||
1. First, you define a __family of models__ that express a precise, but
|
||||
generic, pattern that you want to capture. For example, the pattern
|
||||
might be a straight line, or a quadatric curve. You will express
|
||||
might be a straight line, or a quadratic curve. You will express
|
||||
the model family as an equation like `y = a_1 * x + a_2` or
|
||||
`y = a_1 * x ^ a_2`. Here, `x` and `y` are known variables from your
|
||||
data, and `a_1` and `a_2` are parameters that can vary to capture
|
||||
|
|
Loading…
Reference in New Issue