plot.JPEX_Parameters {DRIP}R Documentation

Plot Parameter Selection Results in JPEX Deblurring

Description

Plot the results of a JPEX parameter selection procedure.

Usage

## S3 method for class 'JPEX_Parameters'
plot(x, ...)

Arguments

x

A JPEX parameter selection object.

...

Further arguments passed to or from other methods.

Details

Plot the cross-validation scores against the bandwidth values.

Value

A plot of cross-validation scores is produced.

Author(s)

Yicheng Kang

References

Kang, Y. (2020) “Consistent Blind Image Deblurring Using Jump-Preserving Extrapolation”, Journal of Computational and Graphical Statistics, 29(2), 372 – 382, doi:10.1080/10618600.2019.1665536.

See Also

cv.jpex, print.JPEX_Parameters, summary.JPEX_Parameters

Examples

parSel <- cv.jpex(stopsign, c(2,3))
plot(parSel)

[Package DRIP version 2.3 Index]