summary.JPLLK: Summarize Parameter Selection Results in JPLLK Estimation

summary.JPLLK_ParametersR Documentation

Summarize Parameter Selection Results in JPLLK Estimation

Description

Summarize and display some key information about a JPLLK parameter selection object.

Usage

## S3 method for class 'JPLLK_Parameters'
summary(object, ...)

Arguments

object

A JPLLK parameter selection object.

...

Further arguments passed to or from other methods.

Details

Summarize some information about a JPLLK parameter selection object. In particular, it displays the selected bandwidth and estimated noise level.

Value

A brief summary of parameter selection results in JPLLK estimation.

Author(s)

Yicheng Kang

References

Qiu, P. (2009) "Jump-Preserving Surface Reconstruction from Noisy Data", Annals of the Institute of Statistical Mathematics, 61(3), 715 – 751, \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1007/s10463-007-0166-9")}.

See Also

JPLLK_surface, print.JPLLK_Parameters, plot.JPLLK_Parameters

Examples

fit <- JPLLK_surface(image=sar, bandwidth=c(3, 4))
summary(fit)

DRIP documentation built on April 4, 2025, 12:31 a.m.