fastKronEye_Y {surbayes}R Documentation

Fast kronecker product with response vector

Description

This is a c++ implementation of the fast kronecker product with response vector

Usage

fastKronEye_Y(Sigma, Y, n, J)

Arguments

Sigma

covariance matrix

Y

matrix of response variables (Y1, ..., YJ)

n

number of observations

J

number of endpoints

Value

Returns a vector with result of kron(Sigma, diag(n)) % y


[Package surbayes version 0.1.2 Index]