From 19d8bfd4152c8ce49224f2eacdbc998074a08f1a Mon Sep 17 00:00:00 2001 From: Eugenio Piasini Date: Mon, 27 Nov 2017 10:35:11 -0500 Subject: [PATCH] Fix README with new pid function name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8babf46..527f3a3 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ The intersection information can be estimated from raw response data with "src/matlab/intersection information_from_binned_response.m", while the more general "src/matlab/intersection information.m" should be used if the user has already estimated p(s,r,c) from the experimental dataset. -The PID and the subatomic PID are implemented by `src/matlab/pid.m` +The PID and the subatomic PID are implemented by `src/matlab/partial_info_dec.m` and `src/matlab/subatomic_pid.m`, respectively. See the function descriptions for details.