The Particle Filtering and Their Applications

Total Page:16

File Type:pdf, Size:1020Kb

The Particle Filtering and Their Applications The particle ltering and their applications Oppenheim, Georges a Philippe, Anne b de Rigal, Jean c aUniversité Orsay (Equipe de Probabilité et Statistiques. Laboratoire de Mathématiques. bat 425. Centre d'Orsay. 91405 Orsay Cedex. France [email protected]), et Université de Marne la Vallée bUniversité Nantes, Laboratoire de mathématiques Jean Leray UMR CNRS 6629, 2 rue de la Houssinière - BP 92208 - F-44322 Nantes Cedex 3 cL'Oréal Recherche. Chevilly Larue. France Abstract Particle ltering is a Monte - Carlo simulation method designed to approximate non linear lters that estimate and track the state of a dynamic system. We present the general principle of these algorithms and show the wide domain of applications using some examples. Key words: Dynamic system, Monte Carlo method, Non-linear ltering, Particle lter, Sequential Bayesian ltering. 1 Introduction, Examples and Problems 1.1 The goal In chemometrics, research relating to time varying systems is ongoing, as re- cent articles show Chen et al (2004); Chen et al (2007); Shen et al (2006). Whether they are autonomous or controlled, these systems account for dy- namic evolutions in domains as varied as signal processing, chemistry of oil or pharmaceuticals, biology, surveillance. The simplest situations are linear. These are well understood, both theoretically and practically. The key word for these is 'the Kalman Filter' (around 1960) where realistic situations are modelled by linear equations. The lter consists in estimating the conditional distribution of the partially observed state of a stochastic process from a sample path. The Kalman Filter solves this exactly and quickly for linear Gaussian dynamics. Outside these Preprint submitted to Elsevier March 16, 2007 cases, and in non-linear situations, other methods such as the particle meth- ods are available. These are based on the Monte-Carlo simulation which ap- proaches and estimates the conditional distribution (weak approximation). They propagate a particle system over time. These domains are currently lead- ing to publication of numerous articles where the theoretical and practical as- pects are raised. See, for example, books Cappé et al (2005); Del Moral (2004); Doucet et al (2001) or articles Doucet et al (2000); Le Gland and Oudjane (2004); Kong et al (1994); Del Moral et al (2006); Crasan and Doucet (2002). This list is not exhaustive, see http://www-sigproc.eng.cam.ac.uk/smc/ for complementary references. 1.2 Dynamic system 1.2.1 Linear dynamic system This is the representation of a physical system that evolves over time k. Evolu- tion of its state (Xk) is interesting and we wish to estimate and predict it. The reference for these systems is the linear model described by a state equation and a measurement equation: for any k ∈ N X State equation Xk = FkXk−1 + k Y Measurement equation Yk = GkXk + k the state noise X and the measurement noise( Y are independent, • (εk )k∈N εk )k∈N standard white noise (sequence of uncorrelated random variables with zero mean). The noise ( Y is independent of the state . εk ) (Xk) • the distribution of X0, called initial or prior distribution, is uncorrelated with the processes X and Y . (εk )k∈N (εk )k∈N • unknown parameters may be present in Fk,Gk and in characteristics of white noises X and Y . (εk )k∈N (εk )k∈N The rst equation is that of a Markov process called state process, (Xk)k∈N which is not completely measured and that we would like to estimate. Infor- mation on Xk comes from measurements Yk. We should remember that a Markov process is a stochastic process for which prediction of the future based on the present-and-the-past does not require the knowledge of the past. In other terms, conditional distribution Xn+1 given past states (Xj)j≤n is a function of Xn alone: P (Xn+1 ∈ A|X0,X1,X2,...,Xn) = P (Xn+1 ∈ A|Xn). The second equation gives information on state Xk based on the observed process . For a given state, we suppose that the random variables (Yk)k (Yk)k∈N 2 are independent. The theory is greatly simplied by these hypotheses on dependence structures. 1.2.2 Non-linear dynamic system Formulation of a non-linear system, modelled on the linear model is as follows: X = f(k, X , X , ϑX ) State equation k k−1 k (1) Y Y Measurement equation Yk = g(k, Xk, k , ϑ ) where ϑX and ϑY are unknown parameters. More generally the dynamic sys- tem can be described by two sequences of operators: (1) The sequence of operators describes evolution of states over (Qk)k∈N Xk time. Therefore, the operator Qk is a Markov transition kernel Qk(x, dy) = P (Xk+1 ∈ dy|Xk = x) (2) (2) a sequence of operators (called likelihood operators) that de- (ψk)k∈N scribes the conditionnal distribution of observations given the (Yk)k∈N state (Xk)k∈N ψk(x) = P (Yk|Xk = x) (3) These formulae may appear abstract but they cover numerous examples, both simple and complicated, that can all be studied in the same way. We give two classical statistical models that can be expressed in the form of a dynamic system. • The linear regression model: Y = θX + ε where Y represents the observa- tions, θ the parameter (or state) to be estimated and X the explanatory variables, can be expressed as a linear dynamic model by taking θk = θk−1 State equation Yk = θkXk + k Measurement equation • The linear dierence equation models as autoregressive processes. Let us take the example of an AR(3), which is a solution for the equation Yk = a1Yk−1 + a2Yk−2 + εk It can be described by the following system 0 1 0 Yk−2 Xk+1 = Xk + where Xk = a2 a1 k Yk−1 Yk = 0 1 Xk+1. 3 1.2.3 An example of a highly non-linear function: Biomass and sheries, Campillo et al (2006) This is an estimation of sh stocks and evaluation of the impacts of capture on the animal biomass Bt. Let It be an index of abundance measured each year t. We get a quite complex non-linear function Bt = F (Bt−1, θ) exp(σW Wt) State equation It = a5Bt exp(σV Vt) Measurement equation where • F is an AR(3) type operator F (Bt−1, θ) = St−1Bt−1 − a2St−1St−2Bt−2 + a3(1 − a4St−1) −1 and St = (Bt − Ct)Bt • the captured animal bio-mass sequences (Ct) during the year t and (It) are observed • (Wt) and (Vt) are two independent sequences of Gaussian white noise. • the constants aj are estimated by the algorithm. These equations show the type of problem that can be raised by particle methods. Here the diculty comes from the fact that the estimation is based on few noisy measurements taken over a long period of time. 2 How is it done? 2.1 The Kalman lter The Kalman lter is the optimal lter for Gaussian linear dynamical mod- els (see Anderson and Moore (1979) for example). Because of its Markovian character, we can compute the conditional distributions given the state by recurrence: 1. Forecast step p (xt/y0, . , yt−1) ← p (xt−1/y0, . , yt−1) 2. Filtering step p (xt/y0, . , yt) ← p (xt/y0, . , yt−1) and yt 4 In a Gaussian context, these formulae are reduced to conditional expectations and variances E (xt/yu, yu−1, . , y1) and Var (xt/yu, yu−1, . , y1) by taking u = t − 1 for the forecast step, and u = t for the ltering step. There are numerous extensions to Kalman ltering, for example the extended Kalman lter (EKF) for non-linear models. The method is based on techniques of linearisation of the function around the current estimate. This lter is ef- fective if a reference trajectory is available and if the model is almost linear in the proximity of the reference trajectory or of the target. Theoretical proofs of stability are recent. Outside the Gaussian domain, the problem can no longer be reduced to the computation of the two rst moments; the conditional distributions P (Xk/Yk = yk, ..., Y0 = y0) must be calculated or estimated. These probability distribu- tions describe what is interesting about the unknown state Xk, when the ob- servations yk, ..., y0 are known. The question is then: how can the conditional distribution P (Xk/Yk = yk, ..., Y0 = y0) be calculated and how does it evolve with time k as the observations are obtained? 2.2 Monte Carlo Method Monte Carlo methods are simulation techniques for approximating distribu- tions or functionals of the distribution for example expectation and variance. Two large complementary families of algorithms are distinguished: • Markov Chains for Monte Carlo (MCMC) techniques, • Monte-Carlo ltering techniques called particle ltering. 2.2.1 MCMC MCMC algorithms are iterative methods for simulating a sample whose dis- tribution is the target π (possibly known up to a constant). The central tool is simulating the Markov chains with stationary distribution π. The simulated trajectories are then used to estimate integrals of the form ∫ h(x)π(x)dx (see Robert and Casella (2004)). These methods are widely used in Bayesian statistics to approximate the posterior distributions when the models' parameters are assumed to be con- stant over time (see Robert (2001)). The MCMC approximation can also be considered for problems of estimations linked to dynamic systems. For these 5 models, MCMC algorithms give an estimation of the conditional distribution P (X1,...,Xk/Yk = yk, ..., Y0 = y0) and marginal distribution P (Xt, /Yk = yk, ..., Y0 = y0) for all t = 1, . , k. This is the classic situation of smoothing. These MCMC algorithms are not suited to dynamic models because the dis- tribution must be entirely recalculated each time that a new observation is obtained.
Recommended publications
  • Real-Time Wavelet Compression and Self-Modeling Curve
    REAL-TIME WAVELET COMPRESSION AND SELF-MODELING CURVE RESOLUTION FOR ION MOBILITY SPECTROMETRY A dissertation presented to the faculty of the College of Arts and Sciences of Ohio University In partial fulfillment of the requirements for the degree Doctor of Philosophy Guoxiang Chen March 2003 This dissertation entitled REAL-TIME WAVELET COMPRESSION AND SELF-MODELING CURVE RESOLUTION FOR ION MOBILITY SPECTROMETRY BY GUOXIANG CHEN has been approved for the Department of Chemistry and Biochemistry and the College of Arts and Sciences by Peter de B. Harrington Associate Professor of Chemistry and Biochemistry Leslie A. Flemming Dean, College of Arts and Sciences CHEN, GUOXIANG. Ph.D. March 2003. Analytical Chemistry Real-Time Wavelet Compression and Self-Modeling Curve Resolution for Ion Mobility Spectrometry (203 pp.) Director of Dissertation: Peter de B. Harrington Chemometrics has proven useful for solving chemistry problems. Most of the chemometric methods are applied in post-run analyses, for which data are processed after being collected and archived. However, in many applications, real-time processing is required to obtain knowledge underlying complex chemical systems instantly. Moreover, real-time chemometrics can eliminate the storage burden for large amounts of raw data that occurs in post-run analyses. These attributes are important for the construction of portable intelligent instruments. Ion mobility spectrometry (IMS) furnishes inexpensive, sensitive, fast, and portable sensors that afford a wide variety of potential applications. SIMPLe-to-use Interactive Self-modeling Mixture Analysis (SIMPLISMA) is a self-modeling curve resolution method that has been demonstrated as an effective tool for enhancing IMS measurements. However, all of the previously reported studies have applied SIMPLISMA as a post-run tool.
    [Show full text]
  • Curriculum Vitae
    Jeff Goldsmith 722 W 168th Street, 6th floor New York, NY 10032 jeff[email protected] Date of Preparation April 20, 2021 Academic Appointments / Work Experience 06/2018{Present Department of Biostatistics Mailman School of Public Health, Columbia University Associate Professor 06/2012{05/2018 Department of Biostatistics Mailman School of Public Health, Columbia University Assistant Professor 01/2009{12/2010 Department of Biostatistics Bloomberg School of Public Health, Johns Hopkins University Research Assistant (R01NS060910) 01/2008{12/2009 Department of Biostatistics Bloomberg School of Public Health, Johns Hopkins University Research Assistant (U19 AI060614 and U19 AI082637) Education 08/2007{05/2012 Johns Hopkins University PhD in Biostatistics, May 2012 Thesis: Statistical Methods for Cross-sectional and Longitudinal Functional Observations Advisors: Ciprian Crainiceanu and Brian Caffo 08/2003{05/2007 Dickinson College BS in Mathematics, May 2007 Jeff Goldsmith 2 Honors 04/2021 Dean's Excellence in Leadership Award 03/2021 COPSS Leadership Academy For Emerging Leaders in Statistics 06/2017 Tow Faculty Scholar 01/2016 Public Voices Fellow 10/2013 Calderone Junior Faculty Prize 05/2012 ASA Biometrics Section Travel Award 12/2011 Invited Paper in \Highlights of JCGS" Session at Interface 05/2011 Margaret Merrell Award for Outstanding Research by a Biostatistics Doc- toral Student 05/2011 School-wide Teaching Assistant Recognition Award 05/2011 Helen Abbey Award for Excellence in Teaching 03/2011 ENAR Distinguished Student Paper Award 05/2010 Jane and Steve Dykacz Award for Outstanding Paper in Medical Statistics 05/2009 Nominated for School-wide Teaching Assistant Recognition Award 08/2007{05/2012 Sommer Scholar 05/2007 James Fowler Rusling Prize 05/2007 Lance E.
    [Show full text]
  • Multivariate Chemometrics As a Strategy to Predict the Allergenic Nature of Food Proteins
    S S symmetry Article Multivariate Chemometrics as a Strategy to Predict the Allergenic Nature of Food Proteins Miroslava Nedyalkova 1 and Vasil Simeonov 2,* 1 Department of Inorganic Chemistry, Faculty of Chemistry and Pharmacy, University of Sofia, 1 James Bourchier Blvd., 1164 Sofia, Bulgaria; [email protected]fia.bg 2 Department of Analytical Chemistry, Faculty of Chemistry and Pharmacy, University of Sofia, 1 James Bourchier Blvd., 1164 Sofia, Bulgaria * Correspondence: [email protected]fia.bg Received: 3 September 2020; Accepted: 21 September 2020; Published: 29 September 2020 Abstract: The purpose of the present study is to develop a simple method for the classification of food proteins with respect to their allerginicity. The methods applied to solve the problem are well-known multivariate statistical approaches (hierarchical and non-hierarchical cluster analysis, two-way clustering, principal components and factor analysis) being a substantial part of modern exploratory data analysis (chemometrics). The methods were applied to a data set consisting of 18 food proteins (allergenic and non-allergenic). The results obtained convincingly showed that a successful separation of the two types of food proteins could be easily achieved with the selection of simple and accessible physicochemical and structural descriptors. The results from the present study could be of significant importance for distinguishing allergenic from non-allergenic food proteins without engaging complicated software methods and resources. The present study corresponds entirely to the concept of the journal and of the Special issue for searching of advanced chemometric strategies in solving structural problems of biomolecules. Keywords: food proteins; allergenicity; multivariate statistics; structural and physicochemical descriptors; classification 1.
    [Show full text]
  • Copula-Based Analysis of Dependent Data with Censoring and Zero Inflation
    Copula-Based Analysis of Dependent Data with Censoring and Zero Inflation by Fuyuan Li B.S. in Telecommunication Engineering, May 2012, Beijing University of Technology M.S. in Statistics, May 2014, The George Washington University A Dissertation submitted to The Faculty of The Columbian College of Arts and Sciences of The George Washington University in partial satisfaction of the requirements for the degree of Doctor of Philosophy January 10, 2019 Dissertation directed by Huixia J. Wang Professor of Statistics The Columbian College of Arts and Sciences of The George Washington University certifies that Fuyuan Li has passed the Final Examination for the degree of Doctor of Philosophy as of December 7, 2018. This is the final and approved form of the dissertation. Copula-Based Analysis of Dependent Data with Censoring and Zero Inflation Fuyuan Li Dissertation Research Committee: Huixia J. Wang, Professor of Statistics, Dissertation Director Tapan K. Nayak, Professor of Statistics, Committee Member Reza Modarres, Professor of Statistics, Committee Member ii c Copyright 2019 by Fuyuan Li All rights reserved iii Acknowledgments This work would not have been possible without the financial support of the National Science Foundation grant DMS-1525692, and the King Abdullah University of Science and Technology office of Sponsored Research award OSR-2015-CRG4-2582. I am grateful to all of those with whom I have had the pleasure to work during this and other related projects. Each of the members of my Dissertation Committee has provided me extensive personal and professional guidance and taught me a great deal about both scientific research and life in general.
    [Show full text]
  • Principal Component Analysis
    Tutorial n Chemometrics and Intelligent Laboratory Systems, 2 (1987) 37-52 Elsevier Science Publishers B.V., Amsterdam - Printed in The Netherlands Principal Component Analysis SVANTE WOLD * Research Group for Chemometrics, Institute of Chemistry, Umei University, S 901 87 Urned (Sweden) KIM ESBENSEN and PAUL GELADI Norwegian Computing Center, P.B. 335 Blindern, N 0314 Oslo 3 (Norway) and Research Group for Chemometrics, Institute of Chemistry, Umed University, S 901 87 Umeci (Sweden) CONTENTS Intr~uction: history of principal component analysis ...... ............... ....... 37 Problem definition for multivariate data ................ ............... ....... 38 A chemical example .............................. ............... ....... 40 Geometric interpretation of principal component analysis ... ............... ....... 41 Majestical defi~tion of principal component analysis .... ............... ....... 41 Statistics; how to use the residuals .................... ............... ....... 43 Plots ......................................... ............... ....... 44 Applications of principal component analysis ............ ............... ....... 46 8.1 Overview (plots) of any data table ................. ............... ..*... 46 8.2 Dimensionality reduction ....................... ............... 46 8.3 Similarity models ............................. ............... , . 47 Data pre-treatment .............................. ............... *....s. 47 10 Rank, or dim~sion~ty, of a principal components model. .......................... 48
    [Show full text]
  • Chemometrics in Europe: I (R;Q,P)= I (Q11p) Na (2) Selected Results
    Volume 93, Number 3, May-June 1988 Journal of Research of the National Bureau of Standards Accuracy in Trace Analysis [C]={[E]' [El> [E] [A] tions to the field. Obviously, this is not the place to offer a review on chemometrics, let alone one that to recalculate the concentration profiles. This pro- is restricted to a continent. cess (truncation, normalization and pseudoinverse The definition of chemometrics [I] comprises followed by pseudoinverse) was repeated until no three distinct areas characterized by the key words further refinement occurred. "optimal measurements," "maximum chemical in- The concentration profiles and spectra of the formation" and, for analytical chemistry something three unknown components of stearyl alcohol in that sounds like the synopsis of the other two: "op- carbon tetrachloride obtained in this manner were timal way [to obtain] relevant information." found to make chemical sense. This EFA procedure, unlike others, was success- ful in extracting concentration profiles from situa- Information Theory tions where one component profile was completely encompassed underneath another component Eckschlager and Stepanek [2-5] pioneered the profile. adaption and application of information theory in analytical chemistry. One of their important results gives the information gain of a quantitative deter- References mination [5] [I] Malinowski, E. R., and Howery, D. G., Factor Analysis in Chemistry, Wiley Interscience, New York (1980). [2] Gemperline, P. G., J. Chem. Inf. Comput. Sci. 24, 206 I (qI 1p)=lIn toII)= n(X 2SV2xR-en-xl) \/nA (I) (1984). [3] Vandeginste, B. G. M., Derks, W., and Kateman, G., Anal. Chim. Acta 173, 253 (1985). [4] Gampp, H., Macder, M., Meyer, C.
    [Show full text]
  • Chemometrics: Theory and Application
    Chapter 7 Chemometrics: Theory and Application Hilton Túlio Lima dos Santos, André Maurício de Oliveira, Patrícia Gontijo de Melo, Wagner Freitas and Ana Paula Rodrigues de Freitas Additional information is available at the end of the chapter http://dx.doi.org/10.5772/53866 1. Introduction This chapter aims to present a chemometrics as important area in chemistry to be able to help work with many among of data obtained in analysis. The term chemometrics was introduced in initial 70th years by Svant Wold (Swede) and Bruce Kowalski (USA). According International Chemometrics Society, founded in 1974, the accept definition to chemometrics is (i) the chemical discipline that uses mathematical and statistical methods to design or select optimal measurement procedures and experiments (ii) to provide maximum chemical information by analyzing chemical data [1]. When the study involving many variable became the study in a multivariate analysis, so it is necessary to building a typical matrix and is normal to do a pre-processing. Pre-processing is a procedure to adjust the different factors with different units in values than allow give for each factor the same change to contribute to the model. After, next step is usually the Pattern Recognition method, to find any similarity in your data. In This method is common using the unsupervised group where there are the HCA and PCA analysis and the supervised group where there is the KNN. The HCA analysis (Hierarchical Cluster Analysis) is used to examine the distance among the samples in two dimensional plot (dendogram) and cluster samples with similarity. (Figure 1).
    [Show full text]
  • A Synergistic Use of Chemometrics and Deep Learning Improved the Predictive Performance of Near-Infrared Spectroscopy Models for Dry Matter Prediction in Mango Fruit
    Chemometrics and Intelligent Laboratory Systems 212 (2021) 104287 Contents lists available at ScienceDirect Chemometrics and Intelligent Laboratory Systems journal homepage: www.elsevier.com/locate/chemometrics A synergistic use of chemometrics and deep learning improved the predictive performance of near-infrared spectroscopy models for dry matter prediction in mango fruit Puneet Mishra a,*,Dario Passos b a Wageningen Food and Biobased Research, Bornse Weilanden 9, P.O. Box 17, 6700AA, Wageningen, the Netherlands b CEOT, Universidade do Algarve, Campus de Gambelas, FCT Ed.2, 8005-189 Faro, Portugal ARTICLE INFO ABSTRACT Keywords: This study provides an innovative approach to improve deep learning (DL) models for spectral data processing 1D-CNN with the use of chemometrics knowledge. The technique proposes pre-filtering the outliers using the Hotelling’s Neural networks T2 and Q statistics obtained with partial least-square (PLS) analysis and spectral data augmentation in the variable Fruit quality domain to improve the predictive performance of DL models made on spectral data. The data augmentation is Artificial intelligence carried out by stacking the same data pre-processed with several pre-processing techniques such as standard Ensemble pre-processing normal variate, 1st derivatives, 2nd derivatives and their combinations. The performance of the approach is demonstrated on a real near-infrared (NIR) data set related to dry matter (DM) prediction in mango fruit. The data set consisted of a total 11,961 spectra and reference DM measurements. The results showed that removing the outliers and augmenting spectral data improved the predictive performance of DL models. Furthermore, this innovative approach not only improved DL models but attained the lowest root mean squared error of prediction (RMSEP) on the mango data set i.e., 0.79% compared to the best known RMSEP of 0.84%.
    [Show full text]
  • Philip Ernst: Tweedie Award the Institute of Mathematical Statistics CONTENTS Has Selected Philip A
    Volume 47 • Issue 3 IMS Bulletin April/May 2018 Philip Ernst: Tweedie Award The Institute of Mathematical Statistics CONTENTS has selected Philip A. Ernst as the winner 1 Tweedie Award winner of this year’s Tweedie New Researcher Award. Dr. Ernst received his PhD in 2–3 Members’ news: Peter Bühlmann, Peng Ding, Peter 2014 from the Wharton School of the Diggle, Jun Liu, Larry Brown, University of Pennsylvania and is now Judea Pearl an Assistant Professor of Statistics at Rice University: http://www.stat.rice. 4 Medallion Lecture previews: Jean Bertoin, Davar edu/~pe6/. Philip’s research interests Khoshnevisan, Ming Yuan include exact distribution theory, stochas- tic control, optimal stopping, mathemat- 6 Recent papers: Stochastic Systems; Probability Surveys ical finance and statistical inference for stochastic processes. Journal News: Statistics 7 The IMS Travel Awards Committee Surveys; possible new Data selected Philip “for his fundamental Science journal? Philip Ernst contributions to exact distribution theory, 8 New Researcher Travel in particular for his elegant resolution of the Yule’s nonsense correlation problem, and Awards; Student Puzzle 20 for his development of novel stochastic control techniques for computing the value of 9 Obituaries: Walter insider information in mathematical finance problems.” Rosenkrantz, Herbert Heyer, Philip Ernst will present the Tweedie New Researcher Invited Lecture at the IMS Jørgen Hoffmann-Jørgensen, New Researchers Conference, held this year at Simon Fraser University from July James Thompson,
    [Show full text]
  • Abstracts Chemometrics and Analytical Chemistry 2014
    Abstracts Chemometrics and Analytical Chemistry 2014 PL1 PERSPECTIVES ON THE INTERDISCIPLINARY NATURE OF CHEMOMETRICS AND THE FUTURE OF ITS IDENTITY AS A DISCIPLINE Paul J. Gemperline1, Maryann Cuellar1, and Paul Trevorrow2 1Department of Chemistry, East Carolina University, Greenville, NC 27858 2John Wiley & Sons Limited, The Atrium, Southern Gate, Chichester, West Sussex, United Kingdom. PO19 8SQ Chemometrics as an identifiable discipline is about 40 years old. It is characterized by its specialized jargon and distinctive mathematical methods. In the pioneering years it was identified as a sub discipline of analytical chemistry. It experienced rapid growth during the 1990’s and 2000’s, during which time publications grew at a linear rate while citations grew nearly exponentially, a dramatic indication of chemometrics’ growing impact in a broad range of multidisciplinary fields. By these measures, chemometrics has been highly successful as a discipline. However, as the use of data analytics has become ubiquitous in the past decade, is research in chemometrics at risk of becoming irrelevant? Has the pace of innovation and development of new chemometric methods stalled, or worse yet, is it in decline? Are there still new methods to be discovered and invented, or, as knowledge and expertise in mathematics and computational methods has risen to new levels throughout the world, have all novel and innovative mathematical tools been discovered? If chemometrics is to remain a viable discipline, where will the next innovations come from? This perspective will examine the impact of chemometrics in three specialized research areas as bellwether indicators of the discipline and its future, including work on use of Raman spectroscopy for monitoring bioprocesses.
    [Show full text]
  • Chemometric Study of the Correlation Between Human Exposure to Benzene and Pahs and Urinary Excretion of Oxidative Stress Biomarkers
    atmosphere Article Chemometric Study of the Correlation between Human Exposure to Benzene and PAHs and Urinary Excretion of Oxidative Stress Biomarkers Flavia Buonaurio 1, Enrico Paci 2, Daniela Pigini 2, Federico Marini 1 , Lisa Bauleo 3 , Carla Ancona 3 and Giovanna Tranfo 2,* 1 Department of Analytical Chemistry, Sapienza University, Piazzale Aldo Moro, 5, 00185 Rome, Italy; fl[email protected] (F.B.); [email protected] (F.M.) 2 INAIL Research, Department of Occupational and Environmental Medicine, Epidemiology and Hygiene, Via di Fontana Candida 1, 00078 Monte Porzio Catone (RM), Italy; [email protected] (E.P.); [email protected] (D.P.) 3 Department of Epidemiology Lazio Regional Health Service, Via Cristoforo Colombo, 112, 00154 Rome, Italy; [email protected] (L.B.); [email protected] (C.A.) * Correspondence: [email protected] Received: 29 October 2020; Accepted: 8 December 2020; Published: 11 December 2020 Abstract: Urban air contains benzene and polycyclic aromatic hydrocarbons (PAHs) which have carcinogenic properties. The objective of this paper is to study the correlation of exposure biomarkers with biomarkers of nucleic acid oxidation also considering smoking. In 322 subjects, seven urinary dose biomarkers were analyzed for benzene, pyrene, nitropyrene, benzo[a]pyrene, and naphthalene exposure, and four effect biomarkers for nucleic acid and protein oxidative stress. Chemometrics was applied in order to investigate the existence of a synergistic effect for the exposure to the mixture and the contribution of active smoking. There is a significant difference between nicotine, benzene and PAH exposure biomarker concentrations of smokers and non-smokers, but the difference is not statistically significant for oxidative stress biomarkers.
    [Show full text]
  • Sequential Truncation of R-Vine Copula Mixture Model for High- Dimensional Datasets
    Hindawi International Journal of Mathematics and Mathematical Sciences Volume 2021, Article ID 3214262, 14 pages https://doi.org/10.1155/2021/3214262 Research Article Sequential Truncation of R-Vine Copula Mixture Model for High- Dimensional Datasets Fadhah Amer Alanazi Prince Sultan University, Riyadh, Saudi Arabia Correspondence should be addressed to Fadhah Amer Alanazi; [email protected] Received 12 May 2021; Accepted 22 July 2021; Published 31 July 2021 Academic Editor: Fernando Bobillo Copyright © 2021 Fadhah Amer Alanazi. &is is an open access article distributed under the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited. Uncovering hidden mixture dependencies among variables has been investigated in the literature using mixture R-vine copula models. &ey provide considerable flexibility for modeling multivariate data. As the dimensions increase, the number of the model parameters that need to be estimated is increased dramatically, which comes along with massive computational times and efforts. &is situation becomes even much more complex and complicated in the regular vine copula mixture models. Incorporating the truncation method with a mixture of regular vine models will reduce the computation difficulty for the mixture-based models. In this paper, the tree-by-tree estimation mixture model is joined with the truncation method to reduce computational time and the number of parameters that need to be estimated in the mixture vine copula models. A simulation study and real data applications illustrated the performance of the method. In addition, the real data applications show the effect of the mixture components on the truncation level.
    [Show full text]