Multivariate Regression with coeffcients constrained to lie on a k polynom
7 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (1)
Roger Wohlwend
el 18 de Mzo. de 2016
You have to use optimization for your Problem. Use the Matlab function fmincon.
Ver también
Categorías
Más información sobre Polynomials en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!