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 8, Find largest product in a large string of numbers
1199 Solvers
-
swap sign sum & multiply castles
70 Solvers
-
Sum the entries of each column of a matrix which satisfy a logical condition.
163 Solvers
-
91 Solvers
-
Converts numbers into characters
1494 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!