estimate_quantiles_maxk {RESTK} | R Documentation |
Estimate Quantiles with Maxk
Description
estimate_quantiles_maxk
use the maxk line obtained to estimate quantiles with MIK
Usage
estimate_quantiles_maxk(samp = NULL, maxk_line = NULL, probs_interest = NULL)
Arguments
samp |
sample |
maxk_line |
maxk line obtained for the probabilities of interest |
probs_interest |
Probabilities of interest to estimate |
Value
Returns the estimation of the quantiles using the maxk line
Examples
linear_adjust(min_maxk = c(10, 15, 20),
probs = c(1-1e-1, 1-1e-2, 1-1e-3),
probs_interest = c(1-1e-6, 1-1e-7, 1-1e-8))
[Package RESTK version 1.0.0 Index]