weightp | R Documentation |
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
named num [1:17]
See paper revisions (not yet online at moment of extremeStat update) (berry-b@gmx.de)
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.