Description Usage Arguments Value Author(s) See Also Examples
The function hist
computes a histogram of the given data values
and the univariate generalized hyperbolic distribution.
1 2 3 4 5 |
x |
Usually a fitted univariate generalized hyperbolic distribution
of class |
data |
An object coercible to a |
gaussian |
If |
log.hist |
If |
ylim |
The “y” limits of the plot. |
ghyp.col |
The color of the density of the generalized hyperbolic distribution. |
ghyp.lwd |
The line width of the density of the generalized hyperbolic distribution. |
ghyp.lty |
The line type of the density of the generalized hyperbolic distribution. |
col |
The color of the histogramm. |
nclass |
A single number giving the number of cells for the histogramm. |
plot.legend |
If |
location |
The location of the legend. See |
legend.cex |
The character expansion of the legend. |
... |
Arguments passed to |
No value is returned.
David Luethi
qqghyp
, fit.ghypuv
,
hist
, legend
, plot
,
lines
.
1 2 3 4 5 | data(smi.stocks)
univariate.fit <- fit.ghypuv(data = smi.stocks[,"SMI"],
opt.pars = c(mu = FALSE, sigma = FALSE),
symmetric = TRUE)
hist(univariate.fit)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.