updateVm_cpp: Update V from Change-point Network Process (C++ version)

View source: R/RcppExports.R

updateVm_cppR Documentation

Update V from Change-point Network Process (C++ version)

Description

Updates regime-specific V matrices using optimized operations.

Usage

updateVm_cpp(ns, U, V, Zm, Km, R, s2, eV, iVV)

Arguments

ns

Number of hidden regimes

U

List of regime-specific latent node positions

V

Current V matrix (not used, kept for interface compatibility)

Zm

List of regime-specific (Z - beta) arrays, zeroed below diagonal

Km

List of regime-specific dimensions

R

Dimension of latent space

s2

Vector of regime-specific error variances

eV

List of regime-specific prior means for V

iVV

List of regime-specific prior precision matrices for V

Value

List of regime-specific V matrices


NetworkChange documentation built on April 7, 2026, 9:07 a.m.