1

I want to do something very simple. I have a regression:

y = b0 + b1*X1 + b2*X2 + b3*X3

and the resulting coefficients must be constrained by:

b1 < b2 < b3

Is there any easy way to implement this in standard Python or R regression packages?

BobbyJohnsonOG
  • 169
  • 2
  • 6
  • This post may be helpful [enter link description here](http://stats.stackexchange.com/questions/21565/how-do-i-fit-a-constrained-regression-in-r-so-that-coefficients-total-1) – Joseph Santarcangelo Sep 12 '16 at 15:05

0 Answers0