weightp {extremeStat} | R Documentation |
distribution weights
Description
Weights for weighted average as in the submission of revisions for the paper https://nhess.copernicus.org/articles/17/1623/2017/nhess-17-1623-2017-discussion.html
Format
named num [1:17]
Source
See paper revisions (not yet online at moment of extremeStat update) (berry-b@gmx.de)
Examples
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
[Package extremeStat version 1.5.9 Index]