Helper function for defining the bust sizes
This is a helper function for defining the twelve bust sizes (from 74 cm to 131 cm) according to the sizes proposed in the European standard on sizing systems. Size designation of clothes. Part 3: Measurements and intervals.
bustSizesStandard(bustCirc_4, bustCirc_6)
bustCirc_4 |
Sequence of measurements from 74 to 102 in groups of four. |
bustCirc_6 |
Sequence of measurements from 107 to 131 in groups of six. |
A list with the following elements:
bustCirc: Vector of the twelve bust sizes.
nsizes: Number of bust sizes (twelve).
Guillermo Vinue
European Committee for Standardization. Size designation of clothes. Part 3: Measurements and intervals. (2005).
Ibanez, M. V., Vinue, G., Alemany, S., Simo, A., Epifanio, I., Domingo, J., and Ayala, G., (2012). Apparel sizing using trimmed PAM and OWA operators, Expert Systems with Applications 39, 10512–10520.
Vinue, G., Leon, T., Alemany, S., and Ayala, G., (2014). Looking for representative fit models for apparel sizing, Decision Support Systems 57, 22–33.
bustSizes <- bustSizesStandard(seq(74, 102, 4), seq(107, 131, 6))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.