X_eta_tX: X_eta_tX

View source: R/mcmc_half_t.R

X_eta_tXR Documentation

X_eta_tX

Description

Calculates X * Diag(1/eta) * t(X_transpose)

Usage

X_eta_tX(eta, X, X_transpose)

Arguments

eta

vector of length p

X

matrix of length n by p

X_transpose

Pre-calculated transpose of X

Value

X Diag(1/eta) t(X_transpose)


niloyb/CoupledHalfT documentation built on Aug. 31, 2022, 2:35 a.m.