Learn R Programming

distrMod (version 2.1.1)

NormType-class: Norm Type

Description

Class of norm types.

Arguments

Objects from the Class

Could be generated by new("NormType"); more frequently one will use the generating function NormType

concept

  • asymptotic risk
  • bias
  • risk

References

Rieder, H. (1994) Robust Asymptotic Statistics. New York: Springer. Kohl, M. (2005) Numerical Contributions to the Asymptotic Theory of Robustness. Bayreuth: Dissertation.

See Also

BiasType-class

Examples

Run this code
EuclNorm <- NormType("EuclideanNorm",EuclideanNorm)
fct(EuclNorm)
name(EuclNorm)

Run the code above in your browser using DataLab