PM10_2006 {MultiSkew} | R Documentation |
PM10_2006: dataset
Description
The PM10 dataset provides an evaluation of PM10 (particulate matter with an aerodynamic equivalent diameter of up 10 m ) concentrations recorded in Italy during year 2006. The variables, collected from 257 stations, are: average (MEAN) and 50th percentile (MEDIAN) for stations which have valid data with a time coverage of at least 50; 98th percentile (98TH) and maximum value (MAX). Stations are classified by region, province and zone (rural, urban, suburban).
Usage
data("PM10_2006")
Format
A data frame with 257 observations on the following 5 variables.
zone
a factor with levels
R
S
U
mean
a numeric vector
median
a numeric vector
- ‘98th’
a numeric vector
max
a numeric vector
Source
APAT (2007) Environmental data yearbook http:www.apat.gov.it site it-IT APAT Pubblicazioni Annuario_dei_Dati_Ambientali
References
Bartoletti, S. and Loperfido, N. (2010). Modelling Air Pollution Data by the Skew-Normal Distribution. Stochastic Environmental Research & Risk Assessment 24, 513-517.
Christiansen, M. and Loperfido, N. (2014). Improved Approximation of the Sum of Random Vectors by the Skew-Normal Distribution. Journal of Applied Probability 51, 466-482.
Examples
data(PM10_2006)
## maybe str(PM10_2006) ; plot(PM10_2006) ...