HRMest: Wrapper for Joint Affine Equivariant Estimation of...

Description Usage Arguments Details Value Author(s) References See Also Examples

Description

The function returns, for some multivariate data, the joint affine equivariant estimation of multivariate median and Tyler's shape matrix obtained from HR.Mest.

Usage

1
HRMEST(x, ...)

Arguments

x

numeric data matrix or dataframe.

...

further arguments passed on to HR.Mest.

Details

The use of the ICSShiny function requires to pass as an argument a list with: the location vector and the scatter matrix, as the first two arguments.

The HRMEST function is mainly for internal use in the ICSShiny application.

Value

location

the location vector obtained from the joint affine equivariant estimation of multivariate median and Tyler's shape matrix.

scatter

the scatter matrix obtained from the joint affine equivariant estimation of multivariate median and Tyler's shape matrix.

Author(s)

Klaus Nordhausen

References

HR.Mest

See Also

HR.Mest, ICSShiny

Examples

1
2
library(ICSShiny)
res.HR.Mest <- HRMEST(iris[, 1:4], maxiter = 1000)

ICSShiny documentation built on May 2, 2019, 6:35 a.m.

Related to HRMest in ICSShiny...