objective_matrix: Calculation of Objective Function

View source: R/RcppExports.R

objective_matrixR Documentation

Calculation of Objective Function

Description

Calculation of the value of the objective function for a given list of matrices, lambda, and a weighting matrix.

Usage

objective_matrix(matrix_list, lambda, weights)

Arguments

matrix_list

A list of matrices K_i.

lambda

Scalar smoothing parameter.

weights

Matrix of weights.

Value

Returns the value of the objective function.


ssMRCD documentation built on Nov. 5, 2025, 7:44 p.m.