Description Usage Arguments Details Value Examples
Use the semi-parametric fit calculated by ecdfHT.fit
to evaluate the cdf F(x), pdf f(x), quantiles and simulate.
1 2 3 4 5 6 7 | pecdfHT(x, ecdfHT.fit)
decdfHT(x, ecdfHT.fit)
qecdfHT(p, ecdfHT.fit)
recdfHT(n, ecdfHT.fit)
|
x |
A vector of numbers |
ecdfHT.fit |
An object returned by |
p |
Vector of probabilites |
n |
Number of values to simulate |
pecdfHT
computes the cdf of the semi-parametric fit to the data.
decdfHT
computes the pdf of the semi-parametric fit to the data. This is likely very irregular and not of much value except on the tails, where the pdf calculation is computed analytically.
qecdfHT
computes quantiles.
recdfHT
simulates from a semi-parameteric distribution.
pecdfHT
computes the cdf, decdfHT
computes the pdf, qecdfHT
computes the quantiles (inverse of the cdf), recdfHT
simulates from the distribution.
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.