Learn R Programming

DRIP (version 2.3)

print.JPLLK_Parameters: Print Parameter Selection Results in JPLLK Estimation

Description

Display information about a JPLLK parameter selection object.

Usage

# S3 method for JPLLK_Parameters
print(x, type =  "all", ...)

Value

A display of parameter selection results in JPLLK estimation.

Arguments

x

A JPLLK parameter selection object.

type

The type of information to display. The "bandwidth" option prints the selected bandwidth. The "sigma" option prints the estimated noise level. The "all" option prints all the information.

...

Further arguments passed to or from other methods.

Author

Yicheng Kang

Details

Prints some information about a JPLLK parameter selection object. In particular, this method prints the selected bandwidth and estimated noise level.

References

Qiu, P. (2009) "Jump-Preserving Surface Reconstruction from Noisy Data", Annals of the Institute of Statistical Mathematics, 61(3), 715 -- 751, tools:::Rd_expr_doi("10.1007/s10463-007-0166-9").

See Also

JPLLK_surface

Examples

Run this code
fit <- JPLLK_surface(image = sar, bandwidth = c(3, 4))
print(fit, type = "bandwidth")

Run the code above in your browser using DataLab