As is well known that quasi maximum likelihood estimation requires computing first derivative of the individual likelihood at each observation. Does anybody know how to implement it in SAS?d
I assume you want to use finite difference approximations. Finite differences are available by using the NLPFDD function. See the article "Optimizing? Two hints for specifying derivatives."
I assume you want to use finite difference approximations. Finite differences are available by using the NLPFDD function. See the article "Optimizing? Two hints for specifying derivatives."
Thank you Dr.
Dr. I have defined a module that returns a vector containing individual likelihood value at each observation. Then I want to compute the gradient using NLPFDD but SAS reports that the module must return a scalar.
The module should return the likelihood value for a specified value of the parameters, given the data. The entire data set is used as input to the likelihood function, so it is not correct to say that the likelihood is evaluated "at each observation." Look at the article "Maximum likelihood estimation in SAS/IML" and see if that helps. Notice that the module takes a single argument, shich is the vector of parameters fr the model. The data are specified by using the GLOBAL clause.
Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!
Learn how to run multiple linear regression models with and without interactions, presented by SAS user Alex Chaplin.
Find more tutorials on the SAS Users YouTube channel.