From 1368cbfd0b8bd2d7868ad346d060ddebd9ee3205 Mon Sep 17 00:00:00 2001 From: Joakim Skogholt Date: Sat, 13 May 2023 20:25:24 +0200 Subject: [PATCH] sigh --- src/TR.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/TR.jl b/src/TR.jl index bfea43d..6a321a3 100644 --- a/src/TR.jl +++ b/src/TR.jl @@ -206,9 +206,9 @@ end """ - function PlotTRLooCV(BPRESS, BGCV, TR, press, GCV, idminPRESS, lambdaPRESS, idminGCV, lambdaGCV) + function PlotTRLooCV(lambdas, BPRESS, BGCV, TR, press, GCV, idminPRESS, lambdaPRESS, idminGCV, lambdaGCV) -The function uses the output from TRLooCV to plot data, PRESS- and GCV-curves, as well as +The function uses lambdas (vector) + the output from TRLooCV to plot data, PRESS- and GCV-curves, as well as PRESS- and GCV-minimal regression coefficients. """ function PlotTRLooCV(lambdas, BPRESS, BGCV, TR, press, GCV, idminPRESS, lambdaPRESS, idminGCV, lambdaGCV)