From 316bf3ce14a2dc9bd3d781c5bc39c46636488cf5 Mon Sep 17 00:00:00 2001 From: Montasser Ghachem <37964692+monty-se@users.noreply.github.com> Date: Wed, 22 Jun 2022 19:18:44 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 44cd66a..3eb214a 100644 --- a/README.md +++ b/README.md @@ -39,9 +39,9 @@ The functionalities that the package offers are summarized below: * **PIN model** * estimate the PIN model using the functions `pin()`, `pin_yz()`, `pin_gwj()`, and `pin_ea()`. - * compute initial parameter sets using the functions `initials_yz()`, `initials_gwj()`, and `initials_ea()`. + * compute initial parameter sets using the functions `initials_pin_yz()`, `initials_pin_gwj()`, and `initials_pin_ea()`. * generate simulation data following the PIN model using `generatedata_mpin(layers=1)`. - * evaluate factorizations of the PIN likelihood functions using `fact_eho()`, `fact_lk()`, `fact_e()`. + * evaluate factorizations of the PIN likelihood functions using `fact_pin_eho()`, `fact_pin_lk()`, `fact_pin_e()`. * estimate the PIN model by **the Bayesian approach** (Gibbs Sampler) using `pin_bayes()` **(*)** . * **MPIN model**