Learn R Programming

mev (version 2.1)

maxstable: Transform arguments using max stability

Description

Given a vector of location, scale and shape parameters, compute the corresponding parameters for block of size m assuming a generalized extreme value distribution.

Usage

maxstable(pars, m = 1L, inverse = FALSE)

Arguments

pars

vector of location, scale and shape parameters

m

[integer] block size

inverse

[logical] whether to compute the parameters for the inverse relationship (defaults to FALSE)

Examples

Run this code
maxstable(pars = maxstable(pars = c(1,2,0), m = 10), m = 10, inv = TRUE)
maxstable(pars = maxstable(pars = c(1,2,0.1), m = 5), m = 1/5)

Run the code above in your browser using DataLab