...
This commit is contained in:
parent
e0f2f92138
commit
c9224ad9f5
1 changed files with 1 additions and 1 deletions
|
|
@ -211,7 +211,7 @@ end
|
||||||
The function uses the output from TRLooCV to plot data, PRESS- and GCV-curves, as well as
|
The function uses the output from TRLooCV to plot data, PRESS- and GCV-curves, as well as
|
||||||
PRESS- and GCV-minimal regression coefficients.
|
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)
|
plta = plot((TR.U * diagm(TR.s) * TR.V' .+ TR.mX)', legend=false)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue