Hi,
I just wanted to check if there is a way to impose inequality restrictions on parameters while estimating them. For instance, if i want to estimate 2 parameters a1 and a2, then how can i impose a constraint like a1<=a2, or a1+a2<=1 For the first one for instance, it is correct to dodo the following?
a1 0.5,1E-5,1, a2 BETA_PDF,0.85,0.1;
a2 0.2,1E-5,1, BETA_PDF,0.5,0.1;