From bf3fb18e059fab08e134e1313c0c3923f74c07be Mon Sep 17 00:00:00 2001 From: Jin Park Date: Wed, 6 Jan 2021 12:00:37 +0900 Subject: [PATCH] Typo fix: "estiamte" --- 10_chapter/basicCRN.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/10_chapter/basicCRN.jl b/10_chapter/basicCRN.jl index 3f42c8b..3dee3d6 100644 --- a/10_chapter/basicCRN.jl +++ b/10_chapter/basicCRN.jl @@ -19,7 +19,7 @@ estMCRN = estM.(lamGrid,seed) plot(lamGrid,trueM, c=:black, label="Expected curve") plot!(lamGrid,estM0, - c=:blue, label="No CRN estiamte") + c=:blue, label="No CRN estimate") plot!(lamGrid,estMCRN, c=:red, label="CRN estimate", - xlims=(0,1), ylims=(0,0.4), xlabel=L"\lambda", ylabel = "Mean") \ No newline at end of file + xlims=(0,1), ylims=(0,0.4), xlabel=L"\lambda", ylabel = "Mean")