powered by
shapeNA
Prints the chosen value of alpha as well as the estimated shape and location for objects of class shapeNA.
alpha
# S3 method for shapeNA print(x, ...)
A shapeNA object
Additional parameters passed to lower level print.
print
No return value.
# NOT RUN { x <- mvtnorm::rmvt(100, toeplitz(seq(1, 0.1, length.out = 3)), df = 5) res <- tylerShape(x) res ## equivalent to call print(res) # }
Run the code above in your browser using DataLab