View source: R/estimate_quantiles_maxk.R
estimate_quantiles_maxk | R Documentation |
estimate_quantiles_maxk
use the maxk line obtained to estimate quantiles with MIK
estimate_quantiles_maxk(samp = NULL, maxk_line = NULL, probs_interest = NULL)
samp |
sample |
maxk_line |
maxk line obtained for the probabilities of interest |
probs_interest |
Probabilities of interest to estimate |
Returns the estimation of the quantiles using the maxk line
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))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.