R/Spec.shape.R

Defines functions Spec.shape

Documented in Spec.shape

Spec.shape <-
function(x)
{
iad <- numeric(11)
icvm <- numeric(11)
ima <- numeric(11)

for (j in 1:11)
{
iacm <- IACM( (j-1)*0.1,x)
iad[j] <- iacm[1]
icvm[j] <- iacm[2]
ima[j] <- iacm[3]
}

ad <- ISIMP(0,1,iad)
cvm <- ISIMP(0,1,icvm)
ma <- ISIMP(0,1,ima)
return(list(AD=ad,CVM=cvm,M=ma))
}

Try the vrtest package in your browser

Any scripts or data that you put into this service are public.

vrtest documentation built on Aug. 31, 2023, 9:08 a.m.