objective_matrix: Calculation of Objective Function
Description
Calculation of the value of the objective function for the ssMRCD for a given list of matrices,
lambda and a weighting matrix according to formula (3) in Puchhammer and Filzmoser (2023).
Usage
objective_matrix(matrix_list, lambda, weights)
Value
Returns the value of the objective function using matrices \(K_i\).
Arguments
matrix_list
a list of matrices \(K_i\)
lambda
scalar smoothing parameter
weights
matrix of weights
References
Puchhammer P. and Filzmoser P. (2023): Spatially smoothed robust covariance estimation for local outlier detection. tools:::Rd_expr_doi("10.48550/arXiv.2305.05371")