Multivariate Regression with coeffcients constrained to lie on a k polynom
2 ビュー (過去 30 日間)
古いコメントを表示
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.
0 件のコメント
回答 (1 件)
Roger Wohlwend
2016 年 3 月 18 日
You have to use optimization for your Problem. Use the Matlab function fmincon.
参考
カテゴリ
Help Center および File Exchange で Polynomials についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!