Multiple linear regression with constraint
3 views (last 30 days)
Show older comments
I need to run a multiple linear regression such that all of the coefficients are positive, and their sum = 1 . I have 7 variables, so i need 7 seven coefficients.
Thanks !
0 Comments
Accepted Answer
Amit
on 8 Feb 2014
6 Comments
John D'Errico
on 8 Feb 2014
Edited: John D'Errico
on 8 Feb 2014
Note that most likely, some of the coefficients MIGHT go negative by an amount on the order of eps. Look at the numbers. If they are -1.e-13, why do you care? Just set them to ZERO afterwards.
More Answers (0)
See Also
Categories
Find more on Linear 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!