Skip to content
Snippets Groups Projects
Commit 786fcba4 authored by Keyser, Johannes's avatar Keyser, Johannes
Browse files

avoid confusion with Normal as in Gaussian

parent 984d9f78
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@ plot(data_x(normal_idx), data_y(normal_idx), 'ko', ...
plims, est_ls(1) + plims * est_ls(2) , '-r', ...
plims, est_ts(1) + plims * est_ts(2), 'b-', ...
'linewidth', 2)
legend('Normal data', 'Outlier', 'Least Squares', 'Theil-Sen', 'location', 'NW')
legend('Usual data', 'Outlier', 'Least Squares', 'Theil-Sen', 'location', 'NW')
title(sprintf('True: [%.3g, %.3g], LS: [%.3g, %.3g], TS: [%.3g, %.3g]', ...
[true_b0, true_b1, est_ls(1), est_ls(2), est_ts(1), est_ts(2)]))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment