How to find the variable that minimize the root mean squared error between a known vetor and the multiplication of this variable and an another known vector?
Show older comments
Supposing that I have a variable
, and two known vectors
, where N is a known number. I want to find the a that minimizes the root mean squared error between
and
. Is there any neat apprach to implement it?
, where N is a known number. I want to find the a that minimizes the root mean squared error between Accepted Answer
More Answers (1)
Categories
Find more on Linear Predictive Coding in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!