parzen {gamlss.dist} | R Documentation |
Parzen: Parzen (1979) and also contained in Hand {it et al.} (1994), data set 278. The data
give the annual snowfall
in Buffalo, NY (inches) for the 63 years, from 1910 to 1972 inclusive.
data(parzen)
Data frames each with the following variable.
snowfall
Data sets usefull for the GAMLSS booklet
Hand et al. (1994) A handbook of small data sets. Chapman and Hall, London.
Parzen E. (1984) Nonparamemetric statistical daya modelling. JASA, 74, 105-131.
data(parzen) with(parzen, hist(snowfall))