Learn R Programming

RESTK (version 1.0.1)

estimate_quantiles_maxk: 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)

Value

Returns the estimation of the quantiles using the maxk line

Arguments

samp

sample

maxk_line

maxk line obtained for the probabilities of interest

probs_interest

Probabilities of interest to estimate

Examples

Run this code
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))

Run the code above in your browser using DataLab