gev.d.params | R Documentation |
gev.d.fit
outputfunction to calculate mut, sigma0, xi, theta, eta, eta2, tau
(modified location, scale offset, shape, duration offset, duration exponent, second duration exponent, intensity offset)
from results of gev.d.fit
with covariates or link functions other than identity.
gev.d.params(fit, ydat = NULL)
fit |
fit object returned by |
ydat |
A matrix containing the covariates in the same order as used in |
data.frame containing mu_tilde, sigma0, xi, theta, eta, eta2, tau (or mu, sigma, xi for gev.fit objects)
IDF-package
data('example',package = 'IDF') fit <- gev.d.fit(example$dat,example$d,ydat = as.matrix(example[,c("cov1","cov2")]) ,mutl = c(1,2),sigma0l = 1) gev.d.params(fit = fit,ydat = cbind(c(0.9,1),c(0.5,1)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.