I am using the constraint
(or also "/delta" does not work)
which does not work because delta is free parameter in the ml estimation
How to reference such a parameter in the constraint?
Code:
constraint define 1 delta < 1
which does not work because delta is free parameter in the ml estimation
Code:
ml model gf0 nl_tobit /gamma1 /lambda /gamma0 /delta /sigma, constraints(1)
Comment