I am trying to estimate the parameters of a theoretical model using a NLS (non linear least square) regression in Stata.The parameters are: alpha (sensitivity to the assets' returns of participants in our experiment), beta (sensitivity to risk) and gamma (sensitivity to the environment).
The two problems I encountered:
(1) The alpha parameter of my model cannot be estimated by the NLS regression (see screenshot #1 below).
(2) In the .do file, all variables are automatically marked blue except the beta variable which remains grayed out. I don't know the reason for this and I don't know if this is responsible for the problem (1). See screenshot #2 below.
Could you help me to estimate the three parameters of this model? Indeed, I have never worked with NLS regressions.