mvrtR: Create a multivariate t-distributed random matrix

Description Usage Arguments

View source: R/mvrt.r

Description

Create a multivariate t-distributed random matrix

Usage

1
2
3
4
5
6
7
8
9
mvrtR(
  n,
  mu,
  S,
  df = n - 1,
  max_norm = 2,
  max_iterations = 1000,
  type_norm = "m"
)

Arguments

n

Number of observations

mu

Vector of sample means

S

Covariance matrix

df

Degrees of freedom

max_norm

Maximum matrix norm

max_iterations

Maximum number of iterations for the loop to search for a matrix meeting max_norm criterion.

type_norm

Type of matrix norm passed to norm


pegeler/mvrt documentation built on Oct. 11, 2020, 10:33 a.m.