Problem 44843. Nth Order Polynomial Regression
Inputs:
-two vectors x and y (row or column)
-order of polynomial, p
Outputs:
-vector of coefficients [b0 b1 b2 ... bn]
-R-squared value
-vector of residuals, e
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers10
Suggested Problems
-
Select every other element of a vector
32967 Solvers
-
3834 Solvers
-
Find common elements in matrix rows
2632 Solvers
-
Given a window, how many subsets of a vector sum positive
851 Solvers
-
1092 Solvers
More from this Author1
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!