gev_optim | R Documentation |
Optimise a non-stationary GEV distribution
gev_optim(
z,
muX,
sigX,
xiX,
gr = gev_grad,
se = TRUE,
mulink = "identity",
siglink = "exponential",
xilink = "identity",
init = NULL
)
z |
vector of observed maxima |
muX |
model matrix for the location parameter |
sigX |
model matrix for the scale parameter |
xiX |
model matrix for the shape parameter |
gr |
gradient function to be used in |
se |
logical; if |
mulink |
string describing what link function to use for the location parameter |
siglink |
string describing what link function to use for the scale parameter |
xilink |
string describing what link function to use for the shape parameter |
init |
initial conditions for optimisation |
This function uses the optim
function with the BFGS method to
optimise a parameter vector corresponding to a given set of covariates for each GEV parameter.
vector of gradients for each parameter
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.