QMEDfseSS | R Documentation |
Estimates the median annual maximum flow (QMED) factorial standard error (FSE) by bootstrapping the sample
QMEDfseSS(x)
x |
a numeric vector. The sample of interest |
The bootstrapping procedure resamples from the sample N*500 times with replacement. After splitting into 500 samples of size N, the median is calculated for each. Then the exponent of the standard deviation of the log transformed residuals is taken as the FSE. i.e. exp(sd(log(x)-mean(log(x)))), where x is the bootstrapped medians.
The factorial standard error for the median of a sample.
Anthony Hammond
#Extract an AMAX sample and estimate the QMED factorial standard error
AM.203018 <- GetAM(203018)
QMEDfseSS(AM.203018$Flow)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.