getnamesk {FatTailsR}R Documentation

Generate a list of vectors of characters from a vector of probabilities

Description

Generate vector of characters from a vector of probabilities, replacing 0. by letters:

, q., VaR., c., ltm., rtm., ES., h., l., dl., g., dg.. The result is a list of vectors.

Usage

getnamesk(probak = pprobs2, check = TRUE)

getnprobak(probak = pprobs2, check = TRUE)

Arguments

probak

a vector of ordered probabilities with 0 and 1 excluded.

check

boolean. Apply checkquantiles function.

See Also

Probabilities: pprobs0

Examples

    
getnamesk(pprobs1)
getnamesk(pprobs8)


[Package FatTailsR version 1.8-5 Index]