Skip to contents

Returns a vector of acoustic percentile

Usage

AcuPercentile(x)

Arguments

x

is a vector with Leq data

Value

vector of acoustic percentil values

Author

Pasquale Scordino p.scordino@arpa.piemonte.it

Simone Sperotto s.sperotto@arpa.piemonte.it

Examples

# Calculate reverse quantile of a vector of values

#data(PTFA)

AcuPercentile(PTFA$LAeq)
#>     L1     L5    L10    L50    L90    L95    L99 
#> 53.747 48.600 47.200 44.400 43.100 43.000 42.700