Multivariate Regression with coeffcients constrained to lie on a k polynom
이전 댓글 표시
I would like to run a regression of age cohorts in % (x1,x2,x3) on the a return level (20yr time series), including a control variable in the regression for the interest rate level. The coefficients of these age cohorts are constrained to satisfy a polynomial of order k. The coefficients are in addition constrained to sum to 0. Any help much appreciated.
답변 (1개)
Roger Wohlwend
2016년 3월 18일
0 개 추천
You have to use optimization for your Problem. Use the Matlab function fmincon.
카테고리
도움말 센터 및 File Exchange에서 Linear and Nonlinear Regression에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!