A Function is special relationship where each input has an output.
A function is often written as f(x) where x is the input:
Results from f(x) = x
x | y | y = x |
---|---|---|
1 | 1 | y = x = 1 |
2 | 2 | y = x = 2 |
3 | 3 | y = x = 3 |
4 | 4 | y = x = 4 |
5 | 5 | y = x = 5 |
Results from f(x) = 2x
x | y | y = 2x |
---|---|---|
1 | 2 | y = 2x = 2 |
2 | 4 | y = 2x = 4 |
3 | 6 | y = 2x = 6 |
4 | 8 | y = 2x = 8 |
5 | 10 | y = 2x = 10 |
A Linear Equation is an equation for a straight line:
A Linear Equation can NOT contain exponents or square roots:
A Linear regression tries to model the relationship between two variables by fitting a linear graph to data.
One variable (x) is considered to be data, and the other (y) is considered to be dependent.
For example, a Linear Regression can be a model to relate the price of houses to their size.
Linear algebra is used to solve Linear Equations.
Linear Least Squares (LLS) is a set of formulations for solving statistical problems involved in Linear Regression.
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!