get.W: Stochastic covariance matrix W

View source: R/functions.R

get.WR Documentation

Stochastic covariance matrix W

Description

This function returns the stochastic covariance matrix W associated to a design matrix M, a net-effect matrix V, and a vector parameter theta.

Usage

get.W(M, V, VCNs, theta, nObs)

Arguments

M

A n \times K dimensional (design) matrix.

V

A p \times K dimensional net-effect matrix.

theta

p-dimensional vector parameter.

Value

A n \times n dimensional stochastic covariance matrix.


RestoreNet documentation built on May 29, 2024, 4 a.m.

Related to get.W in RestoreNet...