Learn R Programming

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

aws (version 2.4-0)

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 as described in "J. Polzehl and V. Spokoiny (2006) ", "J. Polzehl and V. Spokoiny (2004) " and "J. Polzehl, K. Papafitsoros, K. Tabelow (2018) ", the Intersecting Confidence Intervals (ICI), variational approaches and a non-local means filter. Usage of the package is also described in Polzehl and Tabelow (2019), Magnetic Resonance Brain Imaging, Appendix A, Springer, Use R! Series. .

Copy Link

Version

Install

install.packages('aws')

Monthly Downloads

917

Version

2.4-0

License

GPL (>= 2)

Maintainer

Joerg Polzehl

Last Published

January 21st, 2020

Functions in aws (2.4-0)

aws.irreg

local constant AWS for irregular (1D/2D) design
aws.segment

Segmentation by adaptive weights for Gaussian models.
aws

AWS for local constant models on a grid
ICIcombined

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

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

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

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

Class "ICIsmooth"
paws

Adaptive weigths smoothing using patches
aws-class

Class "aws"
aws-package

aws
ICIsmooth

Adaptive smoothing by Intersection of Confidence Intervals (ICI)
awsLocalSigma

3D variance estimation
awsdata

Extract information from an object of class aws
TV_denoising

TV/TGV denoising of image data
awssegment-class

Class "awssegment"
risk-methods

Compute risks characterizing the quality of smoothing results
awstestprop

Propagation condition for adaptive weights smoothing
print-methods

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

Quality assessment for image reconstructions.
kernsm-class

Class "kernsm"
vpaws

vector valued version of function paws with homogeneous covariance structure
show-methods

Methods for Function `show' in Package `aws'
extract-methods

Methods for Function extract in Package aws
auxiliary

Auxiliary functions (for internal use)
kernsm

Kernel smoothing on a 1D, 2D or 3D grid
smooth3D

Auxiliary 3D smoothing routines
smse3ms

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

Methods for Function `summary' from package 'base' in Package `aws'
plot-methods

Methods for Function `plot' from package 'graphics' in Package `aws'
lpaws

Local polynomial smoothing by AWS
nlmeans

NLMeans filter in 1D/2D/3D
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.