Hello
I am trying to estimate my parameters by solving a system of nonlinear equations when the sample size is small. The irony is that the code works if the number of simulations is less than or equal to 10!!!
I tried to use the method from the previous question on this group, that is to solve the log functions instead of the functions themselves but this didn't work for me. Instead, I keep getting errors like "
ERROR: LEVMAR Optimization cannot be completed.
ERROR: The function value of the objective function cannot be computed during the optimization process.
ERROR: Execution error as noted previously. (rc=100)
Also, errors such as the argument of the log are negative. But if the problem is with a negative argument why it is only a problem when n is small?
For clarifications, I am attaching the image of my original problem