Learn R Programming

extremeStat (version 1.3.0)

weightp: distribution weights

Description

Weights for weighted average as in the submission of revisions for the paper http://www.nat-hazards-earth-syst-sci-discuss.net/nhess-2016-183/

Arguments

Format

named num [1:17]

Source

See paper revisions (not yet online at moment of extremeStat update) (berry-b@gmx.de)

Examples

Run this code

data(weightp)
data.frame(weightp)
barplot(weightp, horiz=TRUE, las=1)
stopifnot(   all.equal(sum(weightp), 1)   )

data(annMax) ; data(weightp)
dlf <- distLfit(annMax, weightc=weightp)
dlf$gof
quant <- distLquantile(annMax, weightc=weightp)
quant

Run the code above in your browser using DataLab