texmexFamily(name, log.lik, param, info = NULL, start = NULL, resid =
NULL, rl, delta, endpoint, density, rng, prob, quant)
"print"(x, ...)
"summary"(object, ...)
info
, start
, resid
are not provided, they
default to NULL
.
density
, rng
, prob
and quant
functions can be simple wrappers for the usual d, r, p and q
functions. They should take a matrix with number of columns
equal to the number of parameters, and a fitted model object
even if the model object is not used by the function. Examples of "texmexFamily" objects are gpd
and gev
.
Take a look at those objects to see how the functions should
be constructed.
The functions are used by the modelling functions to create diagnostic plots, predictions, etc..
evm