Learn R Programming

⚠️There's a newer version (2.5-6) of this package.Take me there.

aws (version 2.5-5)

Adaptive Weights Smoothing

Description

We provide a collection of R-functions implementing adaptive smoothing procedures in 1D, 2D and 3D. This includes the Propagation-Separation Approach to adaptive smoothing, the Intersecting Confidence Intervals (ICI), variational approaches and a non-local means filter. The package is described in detail in Polzehl J, Papafitsoros K, Tabelow K (2020). Patch-Wise Adaptive Weights Smoothing in R. Journal of Statistical Software, 95(6), 1-27. , Usage of the package in MR imaging is illustrated in Polzehl and Tabelow (2023), Magnetic Resonance Brain Imaging, 2nd Ed. Appendix A, Springer, Use R! Series. .

Copy Link

Version

Install

install.packages('aws')

Monthly Downloads

637

Version

2.5-5

License

GPL (>= 2)

Maintainer

Joerg Polzehl

Last Published

February 7th, 2024

Functions in aws (2.5-5)

aws

AWS for local constant models on a grid
TV_denoising

TV/TGV denoising of image data
aws-package

tools:::Rd_package_title("aws")
aws-class

Class "aws"
ICIsmooth-class

Class "ICIsmooth"
aws.gaussian

Adaptive weights smoothing for Gaussian data with variance depending on the mean.
aws.segment

Segmentation by adaptive weights for Gaussian models.
ICIsmooth

Adaptive smoothing by Intersection of Confidence Intervals (ICI)
ICIcombined

Adaptive smoothing by Intersection of Confidence Intervals (ICI) using multiple windows
aws.irreg

local constant AWS for irregular (1D/2D) design
awstestprop

Propagation condition for adaptive weights smoothing
binning

Binning in 1D, 2D or 3D
awssegment-class

Class "awssegment"
kernsm-class

Class "kernsm"
awsdata

Extract information from an object of class aws
awsLocalSigma

3D variance estimation
kernsm

Kernel smoothing on a 1D, 2D or 3D grid
extract-methods

Methods for Function extract in Package aws
auxiliary

Auxiliary functions (for internal use)
awsweights

Generate weight scheme that would be used in an additional aws step
lpaws

Local polynomial smoothing by AWS
qmeasures

Quality assessment for image reconstructions.
show-methods

Methods for Function `show' in Package `aws'
smse3ms

Adaptive smoothing in orientation space SE(3)
risk-methods

Compute risks characterizing the quality of smoothing results
plot-methods

Methods for Function `plot' from package 'graphics' in Package `aws'
print-methods

Methods for Function `print' from package 'base' in Package `aws'
nlmeans

NLMeans filter in 1D/2D/3D
smooth3D

Auxiliary 3D smoothing routines
paws

Adaptive weigths smoothing using patches
summary-methods

Methods for Function `summary' from package 'base' in Package `aws'
vpaws

vector valued version of function paws with homogeneous covariance structure
vaws

vector valued version of function aws The function implements the propagation separation approach to nonparametric smoothing (formerly introduced as Adaptive weights smoothing) for varying coefficient likelihood models with vector valued response on a 1D, 2D or 3D grid.