.level_from_quantiles {nixtlar}R Documentation

Obtain level from quantiles This is a private function of 'nixtlar'

Description

Obtain level from quantiles This is a private function of 'nixtlar'

Usage

.level_from_quantiles(quantiles)

Arguments

quantiles

A vector with the quantiles.

Value

A list containing the level vector and a data frame with the quantiles and their corresponding levels.

Examples

.level_from_quantiles(c(0.1, 0.5, 0.9))


[Package nixtlar version 0.6.2 Index]