| aws-class {aws} | R Documentation |
Class "aws"
Description
The "aws" class is
used for objects obtained by functions aws, lpaws, aws.irreg and aws.gaussian.
Objects from the Class
Objects are created by calls to functions aws, lpaws, aws.irreg and aws.gaussian.
Slots
.Data:Object of class
"list", usually empty.y:Object of class
"array"containing the original (response) datady:Object of class
"numeric"dimension attribute ofynvec:Object of class
"integer"leading dimension ofyin vector valued data.x:Object of class
"numeric"if provided the design pointsni:Object of class
"numeric"sum of weights used in final estimatemask:Object of class
"logical"mask of design points where computations are performedtheta:Object of class
"array"containes the smoothed object and in case of functionlpawsits derivatives up to the specified degree. Dimension isdim(theta)=c(dy,p)hseq:Sequence of bandwidths employed.
mae:Object of class
"numeric"Mean absolute error with respect to array in argumentuif provided.psnr:Object of class
"numeric"Peak Signal to Noise Ratio (PSNR) with respect to array in argumentuif provided.var:Object of class
"numeric"pointwise variance oftheta[...,1]xmin:Object of class
"numeric"min ofxin case of irregular designxmax:Object of class
"numeric"max ofxin case of irregular designwghts:Object of class
"numeric"weights used in location penalty for different coordinate directions, corresponds to ratios of distances in coordinate directions 2 and 3 to and distance in coordinate direction 1.degree:Object of class
"integer"degree of local polynomials used in functionlpawshmax:Object of class
"numeric"maximal bandwidthsigma2:Object of class
"numeric"estimated error variancescorr:Object of class
"numeric"estimated spatial correlationfamily:Object of class
"character"distribution ofy, can be any ofc("Gaussian","Bernoulli","Poisson","Exponential", "Volatility","Variance")shape:Object of class
"numeric"possible shape parameter of distribution ofylkern:Object of class
"integer"location kernel, can be any ofc("Triangle","Quadratic","Cubic","Plateau","Gaussian"), defauts to"Triangle"lambda:Object of class
"numeric"scale parameter used in adaptationladjust:Object of class
"numeric"factor to adjust scale parameter with respect to its predetermined default.aws:Object of class
"logical"Adaptation by Propagation-Separationmemory:Object of class
"logical"Adaptation by Stagewise Aggregationhomogen:Object of class
"logical"detect regions of homogeneity (used to speed up the calculations)earlystop:Object of class
"logical"further speedup in functionlpawsestimates are fixed if sum of weigths does not increase with iterations.varmodel:Object of class
"character"variance model used in functionaws.gaussianvcoef:Object of class
"numeric"estimates variance parameters in functionaws.gaussiancall:Object of class
"call"that created the object.
Methods
- extract
signature(x = "aws"): ...- risk
signature(y = "aws"): ...- plot
Method for Function ‘plot’ in Package ‘aws’.
- show
Method for Function ‘show’ in Package ‘aws’.
Method for Function ‘print’ in Package ‘aws’.
- summary
Method for Function ‘summary’ in Package ‘aws’.
Author(s)
Joerg Polzehl, polzehl@wias-berlin.de
References
Joerg Polzehl, Vladimir Spokoiny, Adaptive Weights Smoothing with applications to image restoration, J. R. Stat. Soc. Ser. B Stat. Methodol. 62 , (2000) , pp. 335–354
Joerg Polzehl, Vladimir Spokoiny, Propagation-separation approach for local likelihood estimation, Probab. Theory Related Fields 135 (3), (2006) , pp. 335–362.
See Also
aws, lpaws, aws.irreg, aws.gaussian
Examples
showClass("aws")