r4norm: Fourth-corner normal distribution

Description Usage Arguments Details Value

Description

Simulate random data sets from the fourth-corner normal distribution.

Usage

1
2
3
4
5
r4norm(n, ...)

r4normstd(n, rowsResp, colsResp, rowsPred, colsPred)

r4norm1(C, U, V, Omega, Sigma, Phi, Psi)

Arguments

C

The fourth-corner matrix from a bilinear model.

U

The mean of the X matrix from a bilinear model.

V

The mean of the Z matrix from a bilinear model.

Omega

The covariance matrix for the columns of the error matrix.

Sigma

The covariance matrix for the rows of the error matrix.

Phi

The covariance matrix for the columns of the X matrix.

Psi

The covariance matrix for the columns of the Z matrix.

n

Number of random matrices to generate.

...

Arguments to be passed to r4norm1.

Details

r4norm generates a list of n matrices, whereas r4norm1 generates one matrix.

Value

Random matrix or a list of i.i.d. random matrices.


rmv documentation built on May 2, 2019, 6:50 p.m.

Related to r4norm in rmv...