Description Usage Arguments Value Author(s) References See Also Examples
View source: R/CondNeighborhood.R
Generates an object of class "CondTotalVarNeighborhood".
1  | CondTotalVarNeighborhood(radius = 0, radiusCurve = function(x){1})
 | 
radius | 
 non-negative real: neighborhood radius.  | 
radiusCurve | 
 real-valued, non-negative function.  | 
Object of class "ContNeighborhood"
Matthias Kohl Matthias.Kohl@stamats.de
Rieder, H. (1994) Robust Asymptotic Statistics. New York: Springer.
Kohl, M. (2005) Numerical Contributions to the Asymptotic Theory of Robustness. Bayreuth: Dissertation.
CondTotalVarNeighborhood-class
1 2 3 4 5 6  | CondTotalVarNeighborhood()
## The function is currently defined as
function(radius = 0, radiusCurve = function(x){1}){ 
    new("CondTotalVarNeighborhood", radius = radius, radiusCurve = radiusCurve) 
}
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.