From 9aa6ad23cc80c814dc71bdd00d8741573172ed1a Mon Sep 17 00:00:00 2001 From: Gonzalo Munilla Garrido <57599753+gonzalo-munillag@users.noreply.github.com> Date: Fri, 8 Jul 2022 22:50:03 +0200 Subject: [PATCH] Update plotting.py --- Fixed_noise/ipd/plotting.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Fixed_noise/ipd/plotting.py b/Fixed_noise/ipd/plotting.py index ef5782f..9c8059a 100644 --- a/Fixed_noise/ipd/plotting.py +++ b/Fixed_noise/ipd/plotting.py @@ -50,8 +50,8 @@ def plot(): part_ax.plot(epsilon_list, [0.52]*len(epsilon_list), c='black') part_ax.legend(['Prediction on noisy data', 'Prediction on actual data']) if i == 2: - # the coef of determination for the prediction on actual data is 0.857 - part_ax.plot(epsilon_list, [0.857]*len(epsilon_list), c='black') + # the coef of determination for the prediction on actual data is 0.974 + part_ax.plot(epsilon_list, [0.974]*len(epsilon_list), c='black') part_ax.legend(['Prediction on noisy data', 'Prediction on actual data']) if i == 3: # the predicted mean ipd on actual data is 63.233 mm