Description Usage Format Details Source References Examples
This dataset, analysed in Izenman and Sommer (1988) and Ameijeiras-Alonso et al. (2019), consists of thickness measurements (in millimeters) of 485 unwatermarked used white wove stamps of the 1872 Hidalgo stamp issue of Mexico. All of them had an overprint with the year (1872 or either an 1873 or 1874) and some of them were watermarked (Papel Sellado or LA+-F).
1 2 3 4 |
stamps
includes the thickness (in millimeters) of the different stamps in the 1872 Hidalgo stamp issue. stampstable
reproduces the original frequency table in Izenman and Sommer (1988), including the thickness
, the overprinted years (1872
or 1873-1874
) and the watermarks (Papel Sellado
or LA+-F
). stamps1
includes both the thickness
and the overprinted year
. stamps2
includes both the thickness
and the watermark
. Note that the stamp with a thickness equal to 0.118 and the watermark "Papel Sellado"
was removed in stamps2
since it does not have a corresponding year, probably this watermark is associated with the observation of thickness
0.117 or 0.119.
This is a classic example for determining the number of modes.
Obtained from the original table in Izenman and Sommer (1988).
Ameijeiras-Alonso, J., Crujeiras, R.M. and Rodríguez-Casal, A. (2019). Mode testing, critical bandwidth and excess mass, Test, 28, 900–919.
Ameijeiras-Alonso, J., Crujeiras, R.M. and Rodríguez-Casal, A. (2021). multimode: An R Package for Mode Assessment, Journal of Statistical Software, 97, 1–32.
Izenman, A. J., and Sommer, C. J. (1988). Philatelic mixtures and multimodal densities. Journal of the American Statistical association, 83, 941–953.
1 2 3 4 5 6 7 8 9 10 11 12 | data("stamps")
# Histogram of Wilson (bin width 0.008)
seqx=seq(0.0585,0.1385,by=0.008)
hist(stamps,breaks=seqx)
# Histogram of Figure 1, Izenman and Sommer (bin width 0.002)
seqx=seq(0.0585,0.1385,by=0.002)
hist(stamps,breaks=seqx)
# Kernel density estimation of Izenman and Sommer (number of modes: 7)
locmodes(stamps,mod0=7,lowsup=0.04,uppsup=0.15,display=TRUE)
# Kernel density estimation of Ameijeiras-Alonso et al. (number of modes: 4)
locmodes(stamps,mod0=4,lowsup=0.04,uppsup=0.15,display=TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.