diff --git a/Dynamic_noise/wingspan/plotting.py b/Dynamic_noise/wingspan/plotting.py index 7b5b1a6..ef72461 100644 --- a/Dynamic_noise/wingspan/plotting.py +++ b/Dynamic_noise/wingspan/plotting.py @@ -50,8 +50,8 @@ def plot(): part_ax.plot(epsilon_list, [0.03]*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.792 - part_ax.plot(epsilon_list, [0.792]*len(epsilon_list), c='black') + # the coef of determination for the prediction on actual data is 0.669 + part_ax.plot(epsilon_list, [0.669]*len(epsilon_list), c='black') part_ax.legend(['Prediction on noisy data', 'Prediction on actual data']) if i == 3: # the predicted mean height on actual data is 1.766 @@ -66,4 +66,4 @@ def plot(): if __name__ == '__main__': plot() - \ No newline at end of file +