AcuDNPercentile function

Calculate reverse Percentile for period

Calculate reverse Percentile for period

Returns a vector of acoustic percetile

AcuDNPercentile(df, parameter, from, to, period)

Arguments

  • df: is a dataframe with Leq data
  • parameter: is a parameter, example "LAeq"
  • from: is start hour
  • to: is end hour
  • period: is a period night or day

Returns

a list of acoustic percentil values by night and daily period

Examples

# Calculate reverse quantile of a dataframe by period data("exampleHourlyData") AcuDNPercentile(df = exampleHourlyData, parameter = "leq", from = "5", to = "22", period = "night")[1:5]

Author(s)

Pasquale Scordino p.scordino@arpa.piemonte.it

Simone Sperotto s.sperotto@arpa.piemonte.it