Linear regression to a matrix
1 view (last 30 days)
Show older comments
Hi,
Suppose there is an observed matrix
, how can I find a linear regression (
) via
, where
is a given matrix, and
=ones(m,n)?
) via
, where
=ones(m,n)? As I know, Matlab provides some solutions for the case of the obseved vector
, such as regress, but not for the observed matrix.
Thanks!
1 Comment
ruizhi yang
on 31 Mar 2021
Your question is very clear. How did you solve this problem? can you share?thanks a lot
Accepted Answer
More Answers (0)
See Also
Categories
Find more on Linear and Nonlinear Regression 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!