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 Solvers11
Suggested Problems
-
Project Euler: Problem 5, Smallest multiple
1503 Solvers
-
Rosenbrock's Banana Function and its derivatives
157 Solvers
-
Make a run-length companion vector
644 Solvers
-
71 Solvers
-
Get the elements of diagonal and antidiagonal for any m-by-n matrix
484 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!