## S3 method for class 'ghypmv':
pairs(x, data = ghyp.data(x), main = "'ghypmv' pairwise plot.",
nbins = 30, gaussian = T, qq = T,
hist.col = c("white", topo.colors(40)),
spline.points = 150, root.tol = .Machine$double.eps^0.5,
rel.tol = root.tol, abs.tol = root.tol^1.5, ...)
mle.ghypmv
. Alternatively
an object of class
hist2d
.TRUE
qq-plots with the normal distribution are plotted.TRUE
qq-plots are drawn.hist2d
.qqghyp
.qqghyp
.qqghyp
.qqghyp
.pairs
, fit.ghypmv
, ghypmv-class
,
qqghyp
, hist2d
data(smi.stocks)
fitted.smi.stocks <- fit.NIGmv(data=smi.stocks[1:200,])
pairs(fitted.smi.stocks)
Run the code above in your browser using DataLab