Learn R Programming

FactorCopulaModel (version 0.1.1)

mvtPfact: MLE in a MVt model with a p-factor correlation structure

Description

MLE in a MVt model with a p-factor correlation structure

Usage

mvtPfact(tdata,start,pfact,df,prlevel=0,mxiter=100)

Value

nlm object with ($code,$estimate,$gradient,$iterations,$minimum) Note the minimum nllk can be the same for different parameter vectors because of invariance of the loading matrix to rotations

Arguments

tdata

nxd matrix of t-scores

start

vector of length p*d with starting values for partial correlation representation of loadings (algberaically independent)

pfact

number of factors (such as 1,2,3,... )

df

degree of freedom parameter >0

prlevel

print.level for nlm()

mxiter

maximum number of iterations for nlm()

Examples

Run this code
# See example in mvtBifact()

Run the code above in your browser using DataLab