Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jabbring authored Apr 5, 2021
1 parent b93de38 commit b850d39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Users can extend the set of specifications by adding different functions `<heter
- [mhtgrad.m](https://github.com/jabbring/mht-likelihood/blob/master/mhtgrad.m) - same as `mhtobj.m`, but only returning the gradient
- [mhtgrad2.m](https://github.com/jabbring/mht-likelihood/blob/master/mhtgrad2.m) - same as `mhtobj2.m`, but only returning the gradient
- [lhmigauss.m](https://github.com/jabbring/mht-likelihood/blob/master/lhmigauss.m) - likelihood of the MHT model (calculated using explicit expressions for the Gaussian case)
- [nllhmigauss.m](https://github.com/jabbring/mht-likelihood/blob/master/nllhmigauss.m) - minus the log likelihood of the MHT model (calculated using explicit expressions for the Gaussian case) abd its gradient with respect to the parameter vector
- [nllhmigauss.m](https://github.com/jabbring/mht-likelihood/blob/master/nllhmigauss.m) - minus the log likelihood of the MHT model (calculated using explicit expressions for the Gaussian case) and its gradient with respect to the parameter vector
- [nllhmph.m](https://github.com/jabbring/mht-likelihood/blob/master/nllhmph.m) - minus the log likelihood of the Weibull MPH model and its gradient with respect to the parameter vector

### 4. Maximum likelihood estimation
Expand Down

0 comments on commit b850d39

Please sign in to comment.