From c9224ad9f5622fe88182a12fd4af87f0b572cac4 Mon Sep 17 00:00:00 2001 From: Joakim Skogholt Date: Sat, 13 May 2023 20:23:38 +0200 Subject: [PATCH] ... --- src/TR.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TR.jl b/src/TR.jl index 77fe209..bfea43d 100644 --- a/src/TR.jl +++ b/src/TR.jl @@ -211,7 +211,7 @@ end The function uses the output from TRLooCV to plot data, PRESS- and GCV-curves, as well as PRESS- and GCV-minimal regression coefficients. """ -function PlotTRLooCV(BPRESS, BGCV, TR, press, GCV, idminPRESS, lambdaPRESS, idminGCV, lambdaGCV) +function PlotTRLooCV(lambdas, BPRESS, BGCV, TR, press, GCV, idminPRESS, lambdaPRESS, idminGCV, lambdaGCV) plta = plot((TR.U * diagm(TR.s) * TR.V' .+ TR.mX)', legend=false)