Hello everyone
I am trying to fit a linear regression with an inequality as in http://www.stata.com/support/faqs/st...l-constraints/
However, I want to impose that a < 0.
Mathematically it would make sense to say that (-a) > 0.
In my case, a = alpha + 0.0025
This would mean that alpha + 0.0025 < 0 and, therefore, (-alpha) - 0.0025 > 0. How do I fit this?
Thank you in advance
I am trying to fit a linear regression with an inequality as in http://www.stata.com/support/faqs/st...l-constraints/
However, I want to impose that a < 0.
Mathematically it would make sense to say that (-a) > 0.
In my case, a = alpha + 0.0025
This would mean that alpha + 0.0025 < 0 and, therefore, (-alpha) - 0.0025 > 0. How do I fit this?
Thank you in advance
Comment