Next Article in Journal
Comprehensive Strategy for Sample Preparation for the Analysis of Food Contaminants and Residues by GC–MS/MS: A Review of Recent Research Trends
Previous Article in Journal
Health-Promoting Properties of Borage Seed Oil Fractionated by Supercritical Carbon Dioxide Extraction
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Communication

Bootstrap Resampling of Temporal Dominance of Sensations Curves to Compute Uncertainties

Department of Computer Sciences, Tokyo Metropolitan Universities, Hino, Tokyo 191-0065, Japan
Foods 2021, 10(10), 2472; https://doi.org/10.3390/foods10102472
Submission received: 25 August 2021 / Revised: 3 October 2021 / Accepted: 7 October 2021 / Published: 15 October 2021
(This article belongs to the Section Sensory and Consumer Sciences)

Abstract

:
In the last decade, temporal dominance of sensations (TDS) methods have proven to be potent approaches in the field of food sciences. Accordingly, thus far, methods for analyzing TDS curves, which are the major outputs of TDS methods, have been developed. This study proposes a method of bootstrap resampling for TDS tasks. The proposed method enables the production of random TDS curves to estimate the uncertainties, that is, the 95% confidence interval and standard error of the curves. Based on Monte Carlo simulation studies, the estimated uncertainties are considered valid and match those estimated by approximated normal distributions with the number of independent TDS tasks or samples being 50–100 or greater. The proposed resampling method enables researchers to apply statistical analyses and machine-learning approaches that require a large sample size of TDS curves.

1. Introduction

Over the last decade, temporal dominance of sensations (TDS) methods, in which multiple types of temporally evolving subjective responses are recorded, have been proven to be effective methods of sensory appraisal in the field of food sciences by many researchers [1,2,3]. Furthermore, in some recent studies, TDS methods have been applied to tasks involving visual, auditory, and haptic cues [4,5,6,7]. TDS methods are becoming a standard of sensory appraisal, irrespective of the type of modality.
Typically, in the task of the TDS method, adjective descriptors (Except for adjective descriptors, onomatopoeic words are used, for example [8]) listed on a computer screen are sequentially selected by assessors. These descriptors correspond to the dominant sensations felt while experiencing food stimuli. The dominant sensation is defined as “the sensation that catches his/her attention” [9] or constitutes the intensity of or change in the sensory profile [10]. In most data analysis methods, the period that each descriptor is selected as dominant is calculated; in other words, this is the dominance duration [8,11,12,13]. These periods are treated as variables, and principal component analysis or canonical variate analysis are then applied to evaluate the differences among the food stimuli. Furthermore, as the most typical analysis [9], by accumulating the results of independent TDS tasks, a proportion that a certain descriptor is dominant in is computed at each instant. These proportions are functions of continuous time and are displayed as “TDS curves.” These TDS curves are visually inspected, and their key values, such as maximum values and the time when the maximum values are observed, are calculated and compared using multivariate analysis techniques among different food products [2,14,15].
In the standard data analysis method established by earlier studies, a set of TDS curves are computed using the results of all the independent tasks. This method of curve production prevents the use of many analytical methods requiring a large sample size. For instance, if we are interested in the peak curve value of a certain descriptor, there is no standard method to estimate how it fluctuates, meaning we cannot judge whether the peak value is different from a hypothesized value. Further, in general, machine-learning techniques to predict or utilize TDS curves require a large set of TDS curves. To acquire multiple sets of TDS curves, for example, TDS tasks need to be repeated by the same panels for the same food stimuli [15]. These multiple sets of TDS curves are necessary to consider the curves’ uncertainties for some statistical analyses, including hypothesis testing. Such repetitions are acceptable for acquiring a few sets of TDS curves; however, more curve sets are required for some analysis techniques. To circumvent this problem, bootstrap resampling methods can be used [16,17,18]. In these resampling methods, as described in Section 2.2, tasks are sampled with replacement from a set of independent TDS tasks, and many sets of TDS curves are acquired. For instance, in [17], to apply the principal motion analysis on TDS curves, dozens of TDS curve samples were produced by bootstrap resampling to avoid overfitting. However, thus far, the validity of bootstrap resampling of TDS curves has remained unclear.
Bootstrap resampling for TDS curves yields some benefits. First, it allows us to adopt analytical methods that require many curve samples. Second, bootstrap resampling enables the estimation of curve uncertainties. More specifically, we can test whether a curve value at a certain instance is significantly greater than a hypothesized value. Further, a hypothetical test of curve values between two or multiple different descriptors can be conducted. Nonetheless, Pineau et al. [2] suggested that the uncertainties of TDS curves can be estimated based on approximated normal distributions because TDS curve values correspond to proportions. Provided that the uncertainties estimated by bootstrap resampling and normal distributions match, the validity of bootstrap resampling is supported.
However, the validity of the bootstrap resampling method for TDS curves has yet to be studied. As such, the present study proposes a bootstrap resampling method for estimating the uncertainties of TDS curves, demonstrates the method’s validity, and calculates the necessary sample size. In particular, our interest is how many samples are necessary to accurately estimate the uncertainties of TDS curves and to create random TDS curves, of which fluctuations represent the uncertainty of the population. As the most popular indices of uncertainties, 95% confidence intervals and standard errors are computed using the distribution of TDS curve values that are generated by resampled data. These uncertainties are validated via comparison with the population produced via Monte Carlo simulation, where Markov chain models that simulate TDS tasks [19,20,21] are used to produce a large number of random samples. The present study is the first attempt to utilize Markov chain models and Monte Carlo simulation to yield a large dataset of TDS curves.

2. Methods

2.1. TDS Method

Herein, the typical procedures of TDS tasks and computation of TDS curves are introduced to help understand the remaining part of the paper. Regarding further details, earlier publications [1,2,3,9] are referred to.
In TDS tasks, a graphical user interface is used as shown in Figure 1a. The assessor pushes the start button at the moment of putting the food in his/her mouth. S/he then pushes the button corresponding to the sensation that comes to mind. Different buttons are sequentially pushed as the dominant sensations change. Once the button is pushed, it remains selected until the next button is pushed. The stop button is pushed when the food vanishes in the mouth or prominent sensations fade after swallowing the food. These procedures comprise a single TDS task. As shown in Figure 1b, from a single task, that is, the i-th task, binary functions of continuous time that take either 0 (unselected) or 1 (selected) are yielded for individual p descriptors:
b i j ( t ) { 0 , 1 } ( j = 1 , . . . , p ) ,
where j is the index of descriptors.
This task is repeated by n assessors. TDS tasks do not necessarily require well-trained or professional assessors [3,15,22]. Typically, only familiarization with the TDS tasks and comprehension of the descriptors used in the tasks are required [9,23]. Based on the results of n tasks, the proportion at which each descriptor is dominant at moment t is computed. For this computation, typically, the period of each task is normalized such that the time elapsed between pushing the start and stop buttons is equal to 1. The normalized binary functions are accumulated for individual descriptors. As shown in Figure 1c, the dominance proportions are computed by dividing the accumulated values by n.
d j ( t ) = i = 1 n b i j ( t ) n ,
where t is the normalized time ( t [ 0 , 1 ] ). The time function d j ( t ) is the TDS curve for descriptor j.

2.2. Bootstrap Resampling of TDS Tasks

Herein, the bootstrap resampling method for TDS tasks is introduced, which follows a standard bootstrap resampling method [24]. Note that this method is very different from bootstrap resampling methods for time-series data, such as block bootstrap [25,26]. It is unique to the temporal dominance tasks and has been adopted in some earlier studies [16,17,18].
The results of m independent temporal dominance tasks for the same food are collected. We call this sample set P 0 . The set of TDS curves computed using all the samples in P 0 is called C 0 . From P 0 , m tasks are randomly sampled with replacement and form a new sample set P 1 . Note that some tasks in P 1 may be the same. A set of TDS curves, C 1 , is computed based on P 1 . This process of resampling is repeated q times, and q curve sets C 1 , . . . , C q are acquired. The expected values of q curve sets match the values of curves in C 0 .

2.3. Monte Carlo Simulation of Temporal Dominance Tasks Based on Markov Chains

The combination of Monte Carlo simulation and Markov chains is used to simulate a large number of TDS tasks. The Monte Carlo method is a simulation based on many random samples, while Markov chains express the probabilistic transitions of dominant sensations while eating food [19,20,21,27] and are used to simulate TDS tasks.
In the present study, two cases are simulated. In Cases 1 and 2, four and six descriptors are used, respectively. As shown in Figure 2, descriptors are expressed as states, and the initial state at t = 0 is determined by the initial distribution of (D1, D2, D3, D4) = (0.5, 0.25, 0.25, 0) for Case 1 and (D1, D2, D3, D4, D5, D6) = (1/6, 1/3, 1/3, 1/6, 0, 0) for Case 2. Here, Di ( i { 1 , 2 , 3 , 4 } for Case 1 and i { 1 , 2 , 3 , 4 , 5 , 6 } for Case 2) indicates descriptor i. For example, in Case 1, D1 is selected at the probability of 0.5 at t = 0 . The state at t = Δ t after one transition is probabilistically determined by the transition probabilities in Table 1 and Table 2. For simplification, each task is assumed to consist of 20 transitions; that is, Δ t = 1 / 20 . The state-transition table varies according to t . The entire period is split into three phases: initial ( t = 0 –6/20), middle ( t = 7 / 20 –13/20), and last ( t = 14 / 20 –1.0). The transition probabilities in the tables were arbitrarily determined by the author. For example, when D1 is selected at t = 0 , D1 is likely to be kept selected at t = Δ t at the probability of 0.5, according to Table 1. D 2 is also likely to be selected after D1 at the probability of 0.3. By continuing this process along the timeline, the temporal evolution of descriptors is acquired. Consequently, the process to sequentially select descriptors referring to dominant sensations is simulated.
Following the abovementioned methods, for both Cases 1 and 2, the results of n tasks are produced and treated as the population. Figure 3 shows the TDS curves computed by all the tasks in the population when n = 10000 .

2.4. Estimation of 95 % Confidence Intervals and Standard Errors

As mentioned above, as representative indices of uncertainties, 95% confidence intervals and standard errors are adopted. First, these values are estimated using resampled TDS curves. Second, these values are estimated using approximated normal distributions. The values estimated by the two approaches are then compared.
As in Figure 4, m tasks are randomly sampled from the population, including 10,000 tasks: n = 10,000. Hence, m is the sample size and is 15, 30, 50, 75, 100, 150, 200, 250, 300, 350, 400, 450, or 500. Based on m samples, the bootstrap resampling procedure is repeated 1000 times ( q = 1000 ), and 1000 sets of TDS curves are computed ( C 1 , …, C 1000 ). At each instant t , for each descriptor, the 95% confidence interval is estimated as the range between the 25th largest curve value and 25th smallest curve value among the 1000 curve values. Then, it is checked whether the dominance proportion value in the population is included in this range. These procedures are repeated 1000 times, and the proportion for which the population value was included in the estimated range is calculated. Note that this proportion is expected to be close to 0.95.
Similar processes are conducted for standard errors. The range between the 159th largest and 159th smallest values is used as the estimated standard error. The proportion at which the population value is included in the estimated range of standard error is expected to be close to 0.682.
The values of TDS curves are thought to be subject to normal distributions, because the values are proportions [2]. The uncertainties can then be computed using normal distributions. When the curve value for descriptor i at time t is denoted by d i ( t ) , the 95% confidence interval of d i ( t ) is estimated by
d i ( t ) ± 1.96 d i ( t ) ( 1 d i ( t ) ) m .
Similarly, the standard error is estimated by
d i ( t ) ± d i ( t ) ( 1 d i ( t ) ) m .

3. Results

Figure 5 shows the examples of sample TDS curves and confidence intervals that were estimated by resampling. The three figures show those simulated when the sample sizes are m = 50 , 100, and 200, respectively. Following the principles of statistical estimation, a greater sample size leads to smaller confidence intervals. Although they are not shown, this trend is the same for the standard errors.
Figure 6 shows the inclusion probabilities that the dominance proportions of the population are included in the estimated confidence intervals and standard errors at each discrete moment t for different m values. Note that the uncertainties were computed by the two methods. One was based on resampling, and the other was based on normal distributions following (3) and (4). When m was relatively small, the inclusion probabilities were smaller than the expected values, that is, 0.95 and 0.682 for confidence intervals and standard errors, respectively. The confidence intervals and standard errors were underestimated with small m values. Note that it is empirically known that uncertainties based on approximated normal distributions are inaccurate when m p < 5 or m ( 1 p ) < 5 , where p is the sample proportion, suggesting that estimated uncertainties are not reliable for small sample sizes. As in the figures, when m was large, the uncertainties estimated by resampling and normal distributions were close to each other.
Comparing Case 1 (four descriptors) and Case 2 (six descriptors), the inclusion probabilities of Case 1 seem larger than those of Case 2 when m = 15 and 30. The present study does not further investigate this point. Note that the differences between the two cases include the number of descriptors and profiles of TDS curves. Hence, the root causes of the differences in the inclusion probabilities between the two cases remain unclear.

4. Discussion

Two types of uncertainties, standard error and 95% confidence interval, of TDS curve values were repeatedly estimated through a combination of Monte Carlo simulation and bootstrap resampling. Approximately 68.2% of the estimated standard errors included the population values. Similarly, 95% of the estimated confidence intervals included the population values. These results indicate that resampling of TDS tasks is valid for estimating uncertainties with large sample sizes m. Thus, the resampling produces random TDS curves centering around the sample curves. In terms of the acceptable m values, based on Figure 6, when m 100 , the uncertainties were fairly estimated. However, practically, the sample size of 100 is unlikely for most settings of sensory appraisal. Most of the previous studies on temporal dominance methods do not satisfy this sample size. Considering this situation, the present study proposes an acceptable value range of m = 50–100 while noting that the uncertainty indices tend to be underestimated with small m values.
As mentioned above, bootstrap resampling is beneficial for analysis techniques requiring many TDS curves. Because of the bootstrap method, temporal dominance methods and a variety of statistical and machine-learning techniques will be closely tied. Typically, the concern of overfitting can be circumvented by using resampled curves. Another suggestion of the present study is that hypothesis testing of dominance proportions or values of TDS curves can be conducted via approximated normal distributions. A standard parametric method for proportions is available when the sample size is large. For example, a dominance proportion at t for a certain brand of food can be statistically compared with that for another brand. Further, a dominance proportion at t is tested with regard to whether it is significantly greater than zero or the chance level. Note that these hypothesis tests using approximated normal distributions should involve a sample size above 50–100, although such restrictions on the sample size were not mentioned in the original study by Pineau et al. [2] nor in the international standards [9].
Some limitations of this study should be mentioned. First, the acceptable m values may depend on populations, but only two types of population models were investigated in this study. Particularly, when the TDS curves of the population include small values of nearly zero, it is difficult to accurately estimate uncertainties. However, such small values below the chance level are typically regarded as trivial and ignored for analyses [2]. Second, this study is limited to the TDS method, where only one descriptor can be selected at each moment, and the dominance proportions can be computed. As a variation of the TDS method, the temporal check-all-that-apply (TCATA) method [28,29] is also popular, as multiple descriptors can be selected simultaneously. Although TDS and TCATA methods [30,31] are often compared, the curves yielded by the TCATA method do not indicate dominance proportions. Moreover, thus far, mathematical models that can be used for a Monte Carlo simulation of the TCATA method have not been determined, whereas Markov chains are used for TDS methods [19,20,21].

5. Conclusions

The TDS method is a time-series sensory appraisal method that has been increasingly used in the field of food science. In general, a set of dominance-proportion curves is computed based on all the samples, whereas some statistical and machine-learning techniques require several or many sets of curves. Furthermore, it is thought that the uncertainties of dominance proportions are computed using approximated normal distributions; however, their validity is yet to be investigated. Hence, thus far, the estimation of uncertainties has rarely been utilized. Resampling is expected to resolve these issues, and this study proposes a resampling method for TDS curves. Through Monte Carlo simulation, the 95% confidence intervals and standard errors could be adequately estimated when the sample sizes were greater than 50–100. Furthermore, these uncertainties were close to those estimated using approximated normal distributions. Note that these results are based on the simulation study, and mathematical generalization remains unstudied. The resampling method for TDS curves can be used to expand the analyses of TDS tasks. In the future, resampling methods for a modified version of the TDS method, such as the TCATA method, need to be established, and successful analysis methods using the bootstrap resampling method are expected. For example, machine-learning methods using TDS curves to distinguish food products or judge food preferences are expected applications.

Funding

This research was funded by the Tojuro Iijima Foundation for Food Science and Technology (2020-40).

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Conflicts of Interest

The author declares no conflict of interest.

Abbreviations

The following abbreviations are used in this manuscript:
TCATAtemporal check-all-that-apply
TDStemporal dominance of sensations

References

  1. Monaco, R.; Su, C.; Masi, P.; Cavella, S. Temporal dominance of sensations: A review. Trends Food Sci. Technol. 2014, 38, 104–112. [Google Scholar] [CrossRef]
  2. Pineau, N.; Schlich, P.; Cordelle, S.; Mathonnière, C.; Issanchou, S.; Imbert, A.; Rogeaux, M.; Etiévant, P.; Köster, E. Temporal dominance of sensations: Construction of the TDS curves and comparison with time-intensity. Food Qual. Prefer. 2009, 20, 450–455. [Google Scholar] [CrossRef]
  3. Schlich, P. Temporal Dominance of Sensations (TDS): A new deal for temporal sensory analysis. Curr. Opin. Food Sci. 2017, 15, 38–42. [Google Scholar] [CrossRef]
  4. Boinbaser, L.; Parente, M.E.; Castura, J.C.; Ares, G. Dynamic sensory characterization of cosmetic creams during applicationusing Temporal Check-All-That-Apply (TCATA) questions. Food Qual. Prefer. 2015, 45, 33–40. [Google Scholar] [CrossRef]
  5. Kantono, K.; Hamid, N.; Shepherd, D.; Lin, Y.H.T.; Skiredj, S.; Carrd, B.T. Emotional and electrophysiological measures correlate to flavour perception in the presence of music. Physiol. Behav. 2019, 199, 154–164. [Google Scholar] [CrossRef] [PubMed]
  6. Merlo, T.C.; Soletti, I.; Na, E.S.; Menegali, B.S.; Martins, M.M.; Teixeira, A.C.B.; dos Santos Harada-Padermo, S.; Dargelio, M.D.; Contreras-Castillo, C.J. Measuring dynamics of emotions evoked by the packaging colour of hamburgers using temporal dominance of emotions (TDE). Food Res. Int. 2019, 124, 147–155. [Google Scholar] [CrossRef] [PubMed]
  7. Peltier, C.; Visalli, M.; Thomas, A. Using temporal dominance of emotions at home. Impact of coffee advertisements on consumers’ behavior and methodological perspectives. Food Qual. Prefer. 2019, 71, 311–319. [Google Scholar] [CrossRef]
  8. Saita, A.; Yamamoto, K.; Raevskiy, A.; Takei, R.; Washio, H.; Shioiri, S.; Sakai, N. Crispness, the key for the palatability of “kakinotane”: A sensory study with onomatopoeic words. Foods 2021, 10, 1724. [Google Scholar] [CrossRef]
  9. International Organization for Standardization. ISO 13299: Sensory Analysis—Methodology—General Guidance for Establishing a Sensory Profile; International Organization for Standardization: Geneva, Switzerland, 2016. [Google Scholar]
  10. Varela, P.; Antúnez, L.; Carlehög, M.; Alcaire, F.; Castura, J.C.; Berget, I.; Giménez, A.; Næs, T.; Ares, G. What is dominance? An exploration of the concept in TDS tests with trained assessors and consumers. Food Qual. Prefer. 2018, 64, 72–81. [Google Scholar] [CrossRef]
  11. Pineau, N.; Schilch, P. Temporal dominance of sensations (TDS) as a sensory profiling technique. In Rapid Sensory Profiling Techniques; Delarue, J., Lawlor, J.B., Rogeaux, M., Eds.; Woodhead Publishing Series in Food Science, Technology and Nutrition; Woodhead Publishing: Sawston, UK, 2015; pp. 269–306. [Google Scholar]
  12. Oberrauter, L.M.; Januszewska, R.; Schlich, P.; Majchrzak, D. Sensory evaluation of dark origin and non-origin chocolates applying Temporal Dominance of Sensations (TDS). Food Res. Int. 2018, 111, 39–49. [Google Scholar] [CrossRef]
  13. Galmarini, M.V.; Loiseau, A.L.; Debreyer, D.; Visalli, M.; Schlich, P. Use of multi-intake temporal dominance of sensations (TDS) to evaluate the influence of wine on cheese perception. J. Food Sci. 2016, 81, S2566–S2577. [Google Scholar] [CrossRef] [PubMed]
  14. Albert, A.; Salvador, A.; Schlich, P.; Fiszman, S. Comparison between temporal dominance of sensations (TDS) and key-attribute sensory profiling for evaluating solid food with contrasting textural layers: Fish sticks. Food Qual. Prefer. 2012, 24, 111–118. [Google Scholar] [CrossRef]
  15. Rodrigues, J.F.; de Souza, V.R.; Lima, R.R.; de Deus Souza Carneiro, J.; Nunes, C.A.; Pinheiro, A.C.M. Temporal dominance of sensations (TDS) panel behavior: A preliminary study with chocolate. Food Qual. Prefer. 2016, 54, 51–57. [Google Scholar] [CrossRef]
  16. Okamoto, S. Structural modeling of temporal dominance responses using covariances of contemporary changes in subjective qualities. Int. J. Affect. Enginering 2021, 20, 127–130. [Google Scholar] [CrossRef]
  17. Okamoto, S.; Ehara, Y.; Okada, T.; Yamada, Y. Affective dynamics: Principal motion analysis of temporal dominance of sensations data. IEEE Trans. Affect. Comput. 2020. [Google Scholar] [CrossRef]
  18. Tachi, K.; Okamoto, S.; Akiyama, Y.; Yamada, Y. State-space modeling of temporal dominance data: A case study using strawberry. In Proceedings of the 8th International Conference on Kansei Engineering and Emotion Research, KEER’2020, Tokyo, Japan, 7–9 September 2020; Volume 1256, pp. 139–148. [Google Scholar]
  19. Cardot, H.; Lecuelle, G.; Schlich, P.; Visalli, M. Estimating finite mixtures of semi-Markov chains: An application to the segmentation of temporal sensory data. J. R. Stat. Soc. Appl. Stat. Ser. C 2019, 68, 1281–1303. [Google Scholar] [CrossRef]
  20. Franczak, B.C.; Browne, R.P.; McNicholas, P.D.; Castura, J.C.; Findlay, C.J. A Markov model for temporal dominance of sensations (TDS) data. In Proceedings of the 11th Pangborn Sensory Science Symposium, Othenburg, Sweden, 23–27 August 2015. [Google Scholar]
  21. Lecuelle, G.; Visalli, M.; Cardot, H.; Schlich, P. Modeling temporal dominance of sensations with semi-Markov chains. Food Qual. Prefer. 2018, 67, 59–66. [Google Scholar] [CrossRef]
  22. Hutchings, S.C.; Aude de Casanove, P.S.; O’Riordan, D. The effect of training on the temporal dominance of sensations method: A study with milk protein hydrolysates. J. Sens. Stud. 2017, 32, e12303. [Google Scholar] [CrossRef]
  23. Khemacheevakul, K.; Wolodko, J.; Nguyen, H.; Wismer, W. Temporal sensory perceptions of sugar-reduced 3D printed chocolates. Foods 2021, 10, 2082. [Google Scholar] [CrossRef]
  24. Efron, B.; Tibshirani, R.J. An Introduction to the Bootstrap; Chapman & Hall: London, UK, 1993. [Google Scholar]
  25. Carlstein, E. The use of subseries values for estimating the variance of a general statistic from a stationary sequence. Ann. Stat. 1986, 14, 1171–1179. [Google Scholar] [CrossRef]
  26. Kunsch, H.R. The jackknife and the bootstrap for general stationary observations. Ann. Stat. 1989, 17, 1217–1241. [Google Scholar] [CrossRef]
  27. Kurata, S.; Kuroda, R.; Komaki, F. Statistical modeling for temporal dominance of sensations data incorporating individual characteristics of panelists: An application to data of milk chocolate. J. Food Sci. Technol. 2021. [Google Scholar] [CrossRef]
  28. Ares, G.; Jaeger, S.R.; Antúnez, L.; Vidal, L.; Giménez, A.; Coste, B.; Picallo, A.; Castura, J.C. Comparison of TCATA and TDS for dynamic sensory characterization of food products. Food Res. Int. 2015, 78, 148–158. [Google Scholar] [CrossRef]
  29. Castura, J.C.; Antúnez, L.; Giménez, A.; Ares, G. Temporal check-all-that-apply (TCATA): A novel dynamic method for characterizing products. Food Qual. Prefer. 2016, 47, 79–90. [Google Scholar] [CrossRef] [Green Version]
  30. Sharma, M.; Duizer, L. Characterizing the dynamic textural properties of hydrocolloids in pureed foods—A comparison between TDS and TCATA. Foods 2019, 8, 184. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  31. Delompré, T.; Lenoir, L.; Martin, C.; Briand, L.; Salles, C. Characterizing the dynamic taste and retro-nasal aroma properties of oral nutritional supplements using temporal dominance of sensation and temporal check-all-that-apply methods. Foods 2020, 9, 1456. [Google Scholar] [CrossRef] [PubMed]
Figure 1. Temporal dominance task. (a) Graphical user interface. (b) Binary function of selected/non-selected from a single TDS task. (c) Temporal dominance curves as the accumulation of binary functions by descriptors. Partly adapted from [18].
Figure 1. Temporal dominance task. (a) Graphical user interface. (b) Binary function of selected/non-selected from a single TDS task. (c) Temporal dominance curves as the accumulation of binary functions by descriptors. Partly adapted from [18].
Foods 10 02472 g001
Figure 2. Markov chain model for Case 1 involving four descriptors. D1–D4 indicate descriptors 1–4. p a b indicates the probability of transitioning to Db from Da.
Figure 2. Markov chain model for Case 1 involving four descriptors. D1–D4 indicate descriptors 1–4. p a b indicates the probability of transitioning to Db from Da.
Foods 10 02472 g002
Figure 3. Temporal dominance curves, that is, dominance proportions, computed from the populations of which n = 10,000. (a) Case 1 with four descriptors. (b) Case 2 with six descriptors.
Figure 3. Temporal dominance curves, that is, dominance proportions, computed from the populations of which n = 10,000. (a) Case 1 with four descriptors. (b) Case 2 with six descriptors.
Foods 10 02472 g003
Figure 4. Method of simulation. Individual circles indicate independent TDS tasks.
Figure 4. Method of simulation. Individual circles indicate independent TDS tasks.
Foods 10 02472 g004
Figure 5. Examples of temporal dominance curves and 95% confidence intervals for Cases 1 (a) and 2 (b). For visual clarity, only Descriptors 1 and 4 are shown.
Figure 5. Examples of temporal dominance curves and 95% confidence intervals for Cases 1 (a) and 2 (b). For visual clarity, only Descriptors 1 and 4 are shown.
Foods 10 02472 g005
Figure 6. Probabilities that the dominance proportions in the population are included in the estimated uncertainties, that is, confidence intervals and standard errors. (a) Case 1. (b) Case 2. The uncertainties are computed using resampling and normal distributions. Probabilities are computed at m = 15, 30, 50, 75, 100, 150, 200, 250, 300, 350, 400, 450, and 500.
Figure 6. Probabilities that the dominance proportions in the population are included in the estimated uncertainties, that is, confidence intervals and standard errors. (a) Case 1. (b) Case 2. The uncertainties are computed using resampling and normal distributions. Probabilities are computed at m = 15, 30, 50, 75, 100, 150, 200, 250, 300, 350, 400, 450, and 500.
Foods 10 02472 g006
Table 1. Tables of transition probabilities for Case 1 involving four descriptors. Di indicates descriptor i. Initial, middle, and last phases range t = 0 6 / 20 , t = 7 / 20 13 / 20 , and t = 14 / 20 –1, respectively.
Table 1. Tables of transition probabilities for Case 1 involving four descriptors. Di indicates descriptor i. Initial, middle, and last phases range t = 0 6 / 20 , t = 7 / 20 13 / 20 , and t = 14 / 20 –1, respectively.
InitialDestination
Phase D1D2D3D4
FromD10.50.30.20
D20.10.50.30.1
D30.10.20.50.2
D4000.40.6
MiddleDestination
Phase D1D2D3D4
FromD10.40.30.20.1
D20.10.40.30.2
D30.10.10.60.2
D40.10.10.20.6
LastDestination
Phase D1D2D3D4
FromD10.20.20.30.3
D20.10.30.30.3
D30.10.20.30.4
D40.100.20.7
Table 2. Transition tables for Case 2 involving six descriptors.
Table 2. Transition tables for Case 2 involving six descriptors.
InitialDestination
Phase D1D2D3D4D5D6
FromD10.40.30.20.100
D20.10.40.20.20.10
D30.10.20.40.200.1
D400.10.40.30.10.1
D5000.30.20.30.2
D6000.20.20.30.3
MiddleDestination
Phase D1D2D3D4D5D6
FromD10.30.30.20.10.10
D20.00.30.30.20.10.1
D30.10.10.40.30.10
D400.10.20.40.20.1
D5000.10.20.30.4
D6000.10.20.30.4
LastDestination
Phase D1D2D3D4D5D6
FromD10.10.20.30.30.10
D20.10.30.30.300
D30.10.20.30.40.10
D40.100.20.50.20
D50000.10.60.3
D6000.10.10.30.5
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Okamoto, S. Bootstrap Resampling of Temporal Dominance of Sensations Curves to Compute Uncertainties. Foods 2021, 10, 2472. https://doi.org/10.3390/foods10102472

AMA Style

Okamoto S. Bootstrap Resampling of Temporal Dominance of Sensations Curves to Compute Uncertainties. Foods. 2021; 10(10):2472. https://doi.org/10.3390/foods10102472

Chicago/Turabian Style

Okamoto, Shogo. 2021. "Bootstrap Resampling of Temporal Dominance of Sensations Curves to Compute Uncertainties" Foods 10, no. 10: 2472. https://doi.org/10.3390/foods10102472

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop