quan.stat: Function that computes the basic quantiles

View source: R/cvtable.R

quan.statR Documentation

Function that computes the basic quantiles

Description

This function is used to evaluate the test statistics at different standard quantiles. By default, it evaluates the test statistics at the quantiles — 90%, 95% and 99%.

Usage

quan.stat(stat, quan = c(0.99, 0.95, 0.9))

Arguments

stat

The test statistics.

quan

The quantiles.

Value

Return the quantile of the test statistics in the order of the quan vector.

stat.quan

The quantile of the test statistics in the order of the quan vector.


conroylau/lpinfer documentation built on Oct. 23, 2022, 9:21 a.m.