Autocorrelation and Parameter Estimation in a Bayesian Change Point Model
Abstract
:1. Introduction
1.1. What Is a Change Point?
1.2. Overview of Existing Approaches
2. Materials and Methods
2.1. Description of the Bayesian Model
- to be the posterior distribution of the regression parameters, , and the error variance, , given the data, Y, and the model, M (e.g., constant, linear, etc.);
- as the likelihood of the data given the regression parameters and the model;
- as the prior distribution of the regression parameters, given the model;
- as the normalization constant, or the probability of the data given the model,
- 1.
- Calculating the Probability Density of the Data P(Yi,j|M):
- 2.
- Forward Recursion (Dynamic Programming):
- 3.
- Stochastic Backtrace via Bayes’ Rule:
- 3.1.
- Sample a number of change points, k:
- 3.2.
- Iteratively sample the locations of these k change points, c1, …, ck:
- 3.3
- Sample the regression parameters for the interval between adjacent change points ck and ck+1:
2.2. Shortcomings of the Existing Model
2.2.1. Correlated Errors
2.2.2. Choosing Values for the Hyperparameters of the Model
- Structure of the Model: Examples include constant, linear, periodic, autoregressive, etc. Here, we use a linear function to model the data and assume that the error terms are i.i.d. ~N(0,), so the likelihood function given this model follows a multivariate normal distribution.
- Prior Distribution for Model Parameters: The prior distribution encodes any prior information available about the parameters of interest. Here, we choose conjugate prior distributions for both the regression parameters, and , mainly to obtain a closed form expression for P(Y|M), the probability of the data given the model (calculated for every possible substring of the data in Step 1 of the algorithm). Here, and , where k0 is a vector of the same length as β.
- Prior Distribution on the Location of Change Points: Here, we assume a non-informative prior on the number of change points, k, and their distribution in time (i.e., all change point solutions with exactly k change points are equally likely). Note that algorithms which base their inference on the “run length” (e.g., BOCPD [38] and particle filters (e.g., [39,40]) often encode their beliefs about the expected distance between change points with a geometric prior.
- k0 is a scale parameter that relates the variance of the regression parameters to the error variance, . In general, the value of k0 can differ for each regression parameter, βi, or be constant across all parameters. The practical effect is to act as a “penalty” against adding change points, where a smaller value of k0 allows for larger values of the regression parameters (relative to the error variance), but also gives a larger penalty on introducing a change point. Allowing for large values of the regression parameters is especially important for the constant term in a long time series, as its value can differ significantly from zero. In Section 3.2, we consider different values of k0 for the constant and trend terms in our model.
- and act as pseudo-data for estimating the value of the residual variance, and pseudo-data points of variance . For example, setting equal to 1 and equal to the variance of the data implies that we have one prior observation of the residual error whose magnitude is equal to the variance of the data.
- dmin represents the minimum distance between two consecutive change points. This hyperparameter can be set to any reasonable value for the problem of interest and normally does not affect the inference other than to prevent two change points from appearing in close proximity to one another. We recommend that dmin be at least twice as large as the number of regression parameters that need to be estimated.
- kmax represents the maximum number of allowed change points in the time series. The value of kmax should be at least as large as the expected maximum number of change points, but need not be any larger than n/dmin, where n is the number of observations in the dataset.
- One additional quantity that needs to be set by the researcher is the number of solutions sampled from the joint posterior distribution on the number and location of change points, as well as the parameters of the regression model fit between any two change points. Larger values of this parameter allow for a more accurate representation of the joint posterior distribution, and therefore a more accurate estimate of each quantity.
3. Simulation Studies
3.1. Correcting for Autocorrelation
- The locations of the change points are selected as uniform random variables, , , and , creating four segments of varying length.
- The intercept for the model is selected and the trend for the first segment is selected , negated with probability 0.5.
- To avoid overly obvious change point locations, the function is made piecewise continuous. The change in trend from the first to the second line segment is selected N(0.75, 0.12), from the second to the third line segment N(0.6, 0.052), and from the third to the fourth segment N(0.5, 0.0252). Each change in trend is negated with probability 0.5. Notice that by decreasing the potential magnitude of the change, successive change points become more difficult to detect.
- An auto-regressive signal of level = 0.1, 0.2, 0.3, …, 0.9 is generated using the R function arima.sim() and added to each dataset.
- Position Uncertainty: Amount of uncertainty allowed in the location of a detected change point while still considering it “accurate.” For example, if the position uncertainty is 1, then we count the number of solutions sampled from the posterior distribution that detected a change point within 1 point of its true location.
- Barrier Rate: A barrier rate of B% means that if B% of the 500 simulated sets of change points contain a change point within the “position uncertainty” range, then we are considered to have successfully detected this change point.
- Noise Level: Refers to the residual variance, σ2.
- True Positive Rate: Proportion of the true change point locations that are detected.
- Perfection Rate: The proportion of datasets where the algorithm has successfully detected all three change points.
3.2. Hyperparameters for the Bayesian Change Point Model
3.2.1. Changing the Values of k1 and k2
3.2.2. Changing the Values of v0 and
3.2.3. Applying BMA
4. Applications to Climate Data
4.1. Pacific Decadal Oscillation a Change in Mean
4.2. Global Surface Temperature Anomalies—A Change in Trend
5. Discussion
Author Contributions
Funding
Data Availability Statement
Acknowledgments
Conflicts of Interest
Appendix A. Correcting for Autocorrelation in the Presence of a Linear Trend Model
ρ | 0 | 0.1 | 0.2 | 0.3 | 0.4 | 0.5 | 0.6 | 0.7 | 0.8 | 0.9 | |
---|---|---|---|---|---|---|---|---|---|---|---|
Data with Autocorrelation | Estimated | N/A | 0.039 | 0.139 | 0.229 | 0.321 | 0.419 | 0.501 | 0.591 | 0.666 | 0.732 |
Change Points Detected | <10−3 | <10−3 | <10−3 | <10−3 | 0.003 | 0.013 | 0.087 | 0.472 | 1.861 | 3.577 | |
# Correct | 1000 | 1000 | 1000 | 1000 | 998 | 990 | 928 | 700 | 203 | 18 | |
Pre-Whitened | Change Points Detected | N/A | <10−3 | <10−3 | <10−3 | <10−3 | <10−3 | 0.002 | 0.015 | 0.080 | 0.450 |
# Correct | N/A | 1000 | 1000 | 1000 | 1000 | 1000 | 998 | 989 | 940 | 693 |
References
- Wurtz, D.; Chalabi, Y.; Setz, T. New Directions in Active Portfolio Management: Stability Analytics, Risk Parity, Rating and Ranking, and Geometric Shape Factors; ETH Econophysics Working and White Papers Series; Rmetrics: Zurich, Switzerland, 2013; p. 3. [Google Scholar]
- Thies, S.; Molnár, P. Bayesian change point analysis of Bitcoin returns. Financ. Res. Lett. 2018, 27, 223–227. [Google Scholar] [CrossRef]
- Chopin, N. Dynamic detection of change points in line time series. Ann. Inst. Stat. Math. 2007, 59, 349–366. [Google Scholar] [CrossRef]
- Barnett, I.; Onnela, J.P. Change Point Detection in Correlation Networks. Sci. Rep. 2016, 6, 18893. [Google Scholar] [CrossRef] [Green Version]
- Western, B.; Kleykamp, M. A Bayesian Change Point Model for Historical Time Series Analysis. Political Anal. 2004, 12, 354–374. [Google Scholar] [CrossRef]
- Robinson, L.F.; Wager, T.D.; Lindquist, M.A. Change point estimation in multi-subject fMRI studies. Neuroimage 2010, 49, 1581–1592. [Google Scholar] [CrossRef] [Green Version]
- Chen, G.; Lu, G.; Shang, W.; Xie, Z. Automated Change-Point Detection of EEG Signals Based on Structural Time-Series Analysis. IEEE Access 2019, 7, 180168–180180. [Google Scholar] [CrossRef]
- Kass-Hout, T.A.; Xu, Z.; McMurray, P.; Park, S.; Buckeridge, D.L.; Brownstein, J.S.; Finelli, L.; Groseclose, S.L. Application of change point analysis to daily influenza-like illness emergency department visits. J. Am. Med. Inform. Assoc. 2012, 19, 1075–1081. [Google Scholar] [CrossRef] [PubMed] [Green Version]
- Ruggieri, E.; Herbert, T.; Lawrence, K.T.; Lawrence, C.E. Change point method for detecting regime shifts in paleoclimatic time series: Application to d18O time series of the Plio-Pleistocene. Paleoceanography 2009, 24, PA1204. [Google Scholar] [CrossRef] [Green Version]
- Gallagher, C.; Lund, R.; Robbins, M. Changepoint detection in daily precipitation data. Environmetrics 2012, 23, 407–419. [Google Scholar] [CrossRef]
- Kim, C.; Suh, M.; Hong, K. Bayesian Changepoint Analysis of the Annual Maximum of Daily and Subdaily Precipitation over South Korea. J. Clim. 2009, 22, 6741–6757. [Google Scholar] [CrossRef]
- Beaulieu, C.; Killick, R. Distinguishing trends and shifts from memory in climate data. J. Clim. 2018, 31, 9519–9543. [Google Scholar] [CrossRef]
- Kendrick, L.; Musial, K.; Gabrys, B. Change point detection in social networks—Critical review with experiments. Comput. Sci. Rev. 2018, 29, 1–13. [Google Scholar] [CrossRef]
- Desobry, F.; Davy, M.; Doncarli, C. An online kernel change detection algorithm. IEEE Trans. Signal Process. 2005, 53, 2961–2974. [Google Scholar] [CrossRef]
- Liu, J.S.; Lawrence, C.E. Bayesian Inference on Biopolymer Models. Bioinformatics 1999, 15, 38–52. [Google Scholar] [CrossRef] [PubMed] [Green Version]
- Maidstone, R.; Hocking, T.; Rigaill, G.; Fearnhead, P. On optimal multiple change-point algorithms for large data. Stat. Comput. 2017, 27, 519–533. [Google Scholar] [CrossRef] [Green Version]
- Aminikhanghahi, S.; Cook, D.J. A survey of methods for time series change point detection. Knowl. Inf. Syst. 2017, 51, 339–367. [Google Scholar] [CrossRef] [Green Version]
- Chen, J.; Gupta, A.K. Parametric Statistical Change Point Analysis; Birkhauser: New York, NY, USA, 2012. [Google Scholar] [CrossRef]
- Page, E.S. Continuous Inspection Schemes. Biometrika 1954, 41, 100–115. [Google Scholar] [CrossRef]
- Page, E. A test for a change in a parameter occurring at an unknown point. Biometrika 1955, 42, 523–527. [Google Scholar] [CrossRef]
- Zeileis, A.; Leisch, F.; Hornik, K.; Kleiber, C. strucchange: An R Package for Testing for Structural Change in Linear Regression Models. J. Stat. Softw. 2002, 7, 1–38. [Google Scholar] [CrossRef] [Green Version]
- Hawkins, D.M.; Qiu, P.; Kang, C.W. The Changepoint Model for Statistical Process Control. J. Qual. Technol. 2003, 35, 355–366. [Google Scholar] [CrossRef]
- Kawahara, Y.; Sugiyama, M. Change-point detection in time-series data by direct density-ratio estimation. In Proceedings of the 2009 SIAM International Conference on Data Mining, Sparks, NV, USA, 30 April–2 May 2009; Society for Industrial and Applied Mathematics: Philadelphia, PA, USA, 2009; pp. 389–400. [Google Scholar] [CrossRef] [Green Version]
- Ross, G.J. Parametric and Nonparametric Sequential Change Detection in R: The cpm Package. J. Stat. Softw. 2015, 66, 1–20. [Google Scholar] [CrossRef] [Green Version]
- Scott, A.J.; Knott, M. A Cluster Analysis Method for Grouping Means in the Analysis of Variance. Biometrics 1974, 30, 507–512. [Google Scholar] [CrossRef] [Green Version]
- Shi, X.; Gallagher, C.; Lund, R.; Killick, R. A comparison of single and multiple changepoint techniques for time series data. Comput. Stat. Data Anal. 2022, 170, 107433. [Google Scholar] [CrossRef]
- Olshen, A.B.; Venkatraman, E.; Lucito, R.; Wigler, M. Circular binary segmentation for the analysis of array-based DNA copy number data. Biostatistics 2004, 5, 557–572. [Google Scholar] [CrossRef] [PubMed]
- Fryzlewicz, P. Wild binary segmentation for multiple change-point detection. Ann. Stat. 2014, 42, 2243–2281. [Google Scholar] [CrossRef]
- Auger, I.E.; Lawrence, C.E. Algorithms for the Optimal Identification of Segment Neighborhoods. Bull. Math. Biol. 1989, 51, 39–54. [Google Scholar] [CrossRef]
- Bai, J.; Perron, P. Computation and Analysis of Multiple Structural Change Models. J. Appl. Econom. 2003, 18, 1–22. [Google Scholar] [CrossRef] [Green Version]
- Killick, R.; Fearnhead, P.; Eckley, I.A. Optimal Detection of Changepoints With a Linear Computational Cost. J. Am. Stat. Assoc. 2012, 107, 1590–1598. [Google Scholar] [CrossRef]
- Barry, D.; Hartigan, J.A. A Bayesian Analysis for Change Point Problems. J. Am. Stat. Assoc. 1993, 88, 309–319. [Google Scholar] [CrossRef]
- Carlin, B.P.; Gelfand, A.E.; Smith, A.F.M. Hierarchical Bayesian analysis of changepoint problems. Appl. Stat. 1992, 41, 389–405. [Google Scholar] [CrossRef]
- Green, P.J. Reversible jump Markov chain Monte Carlo computation and Bayesian model determination. Biometrika 1995, 82, 711–732. [Google Scholar] [CrossRef]
- Fearnhead, P. Exact and Efficient Bayesian Inference for Multiple Changepoint problems. Stat. Comput. 2006, 16, 203–213. [Google Scholar] [CrossRef] [Green Version]
- Whiteley, N.; Andrieu, C.; Doucet, A. Bayesian Computational Methods for Inference in Multiple Change-Point Models. 2011. Available online: http://www.maths.bris.ac.uk/~manpw/change_points_2011.pdf (accessed on 20 June 2022).
- Ruggieri, E. A Bayesian Approach to Detecting Change Points in Climatic Records. Int. J. Climatol. 2013, 33, 520–528. [Google Scholar] [CrossRef]
- Adams, R.P.; MacKay, D.J.C. Bayesian Online Changepoint Detection. 2007. Available online: http://arxiv.org/pdf/0710.3742.pdf (accessed on 20 June 2022).
- Fearnhead, P.; Clifford, P. On-line inference for hidden Markov models via particle filters. J. R. Stat. Soc. Ser. B 2003, 65, 887–899. [Google Scholar] [CrossRef]
- Fearnhead, P.; Liu, Z. On-line inference for multiple changepoint problems. J. R. Stat. Soc. Ser. B 2007, 69, 589–605. [Google Scholar] [CrossRef] [Green Version]
- West, M.; Harrison, J. Bayesian Forecasting and Dynamic Models, 2nd ed.; Springer: New York, NY, USA, 1997. [Google Scholar]
- Zhang, Y.M.; Wang, H.; Bai, Y.; Mao, J.X.; Chang, X.Y.; Wang, L.B. Switching Bayesian dynamic linear model for condition assessment of bridge expansion joints using structural health monitoring data. Mech. Syst. Signal Process. 2021, 160, 107879. [Google Scholar] [CrossRef]
- Ruggieri, E. A Pruned, Recursive Solution to the Multiple Change Point Problem. Comput. Stat. 2018, 33, 1017–1045. [Google Scholar] [CrossRef]
- Ruggieri, E.; Antonellis, M. An exact approach to Bayesian sequential change point detection. Comput. Stat. Data Anal. 2016, 97, 71–86. [Google Scholar] [CrossRef] [Green Version]
- Hasselmann, K. Stochastic climate models Part I. Theory. Tellus 1976, 28, 473–485. [Google Scholar] [CrossRef] [Green Version]
- von Storch, H. Misuses of statistical analysis in climate research. In Analysis of Climate Variability; Springer: Berlin/Heidelberg, Germany, 1999; pp. 11–26. [Google Scholar]
- Rodionov, S.N. Use of prewhitening in climate regime shift detection. Geophys. Res. Lett. 2006, 33, L12707. [Google Scholar] [CrossRef] [Green Version]
- Shi, X.; Beaulieu, C.; Killick, R.; Lund, R. Changepoint Detection: An Analysis of the Central England Temperature Series, J. Clim. 2022, 35, 2729–2742. [Google Scholar] [CrossRef]
- Lund, R.; Wang, X.L.; Lu, Q.Q.; Reeves, J.; Gallagher, C.M.; Feng, Y. Changepoint detection in periodic and autocorrelated time series. J. Clim. 2007, 20, 5178–5190. [Google Scholar] [CrossRef] [Green Version]
- Chatfield, C. The Analysis of Time Series: An Introduction, 7th ed.; Chapman & Hall/CRC Press: Boca Raton, FL, USA, 2003. [Google Scholar]
- Beaulieu, C.; Chen, J.; Sarmiento, J.L. Change-point analysis as a tool to detect abrupt climate variations. Philos. Trans. R. Soc. A Math. Phys. Eng. Sci. 2012, 370, 1228–1249. [Google Scholar] [CrossRef] [Green Version]
- Wang, X.L. Accounting for autocorrelation in detecting mean shifts in climate data series using the penalized maximal t or F test. J. Appl. Meteor. Climatol. 2008, 47, 2423–2444. [Google Scholar] [CrossRef]
- Serinaldi, F.; Kilsby, C.G. The importance of prewhitening in change point analysis under persistence. Stoch. Environ. Res. Risk Assess. 2016, 30, 763–777. [Google Scholar] [CrossRef] [Green Version]
- Shaman, P.; Stine, R. The bias of autoregressive coefficient estimators. J. Am. Stat. Assoc. 1988, 83, 842–848. [Google Scholar] [CrossRef]
- Marriott, F.H.C.; Pope, J.A. Bias in the estimation of autocorrelations. Biometrika 1954, 41, 390–402. [Google Scholar] [CrossRef]
- Hoeting, J.A.; Madigan, D.; Raftery, A.E.; Volinsky, C.T. Bayesian model averaging: A tutorial (with comments by M. Clyde, David Draper and E. I. George, and a rejoinder by the authors). Statist. Sci. 1999, 14, 382–417. [Google Scholar] [CrossRef]
- Mantua, N.J.; Hare, S.R.; Zhang, Y.; Wallace, J.M.; Francis, R.C. A Pacific Interdecadal Climate Oscillation with Impacts on Salmon Production. Bull. Am. Meteorol. Soc. 1997, 78, 1069–1079. [Google Scholar] [CrossRef]
- Dutton, J. “What is the Pacific Decadal Oscillation?” World Climate Service. 2021. Available online: https://www.worldclimateservice.com/2021/09/01/pacific-decadal-oscillation/ (accessed on 25 July 2022).
- Zhang, Y.; Wallace, J.M.; Battisti, D.S. ENSO-like interdecadal variability: 1900–93. J. Clim. 1997, 10, 1004–1020. [Google Scholar] [CrossRef]
- Wang, S.; Huang, J.; He, Y.; Guan, Y. Combined effects of the Pacific Decadal Oscillation and El Niño-Southern Oscillation on Global Land Dry–Wet Changes. Sci. Rep. 2014, 4, 6651. [Google Scholar] [CrossRef] [Green Version]
- Mantua, N.J.; Hare, S.R. The Pacific decadal oscillation. J. Oceanogr. 2002, 58, 35–44. [Google Scholar] [CrossRef]
- Schwing, F.B.; Jiang, J.; Mendelssohn, R. Coherency of multi-scale abrupt changes between the NAO, NPI, and PDO. Geophys. Res. Lett. 2003, 30, 1406. [Google Scholar] [CrossRef] [Green Version]
- Lindsey, R.; Dahlman, L. Climate Change: Global Temperature. 2022. Available online: https://www.climate.gov/news-features/understanding-climate/climate-change-global-temperature (accessed on 22 July 2022).
- NOAA National Centers for Environmental Information. State of the Climate: Global Climate Report for 2021. 2022. Available online: https://www.ncdc.noaa.gov/sotc/global/202113 (accessed on 28 July 2022).
- Morice, C.P.; Kennedy, J.J.; Rayner, N.A.; Winn, J.P.; Hogan, E.; Killick, R.E.; Dunn, R.J.H.; Osborn, T.J.; Jones, P.D.; Simpson, I.R. An updated assessment of near-surface temperature change from 1850: The HadCRUT5 dataset. J. Geophys. Res. Atmos. 2021, 126, e2019JD032361. [Google Scholar] [CrossRef]
- Smith, T.M.; Reynolds, R.W.; Peterson, T.C.; Lawrimore, J. Improvements to NOAA’s historical merged land–ocean surface temperature analysis (1880–2006). J. Clim. 2008, 21, 2283–2296. [Google Scholar] [CrossRef]
- GISTEMP Team. GISS Surface Temperature Analysis (GISTEMP), Version 4. NASA Goddard Institute for Space Studies; 2022. Available online: https://data.giss.nasa.gov/gistemp/ (accessed on 28 July 2022).
- Yu, M.; Ruggieri, E. Change point analysis of global temperature records. Int. J. Climatol. 2019, 39, 3679–3688. [Google Scholar] [CrossRef]
- Canjels, E.; Watson, M.W. Estimating deterministic trends in the presence of serially correlated errors. Rev. Econ. Stat. 1997, 79, 184–200. [Google Scholar] [CrossRef]
- Roy, A.; Falk, B.; Fuller, W.A. Testing for trend in the presence of autoregressive error. J. Am. Stat. Assoc. 2004, 99, 1082–1091. [Google Scholar] [CrossRef]
ρ | 0 | 0.1 | 0.2 | 0.3 | 0.4 | 0.5 | 0.6 | 0.7 | 0.8 | 0.9 | |
---|---|---|---|---|---|---|---|---|---|---|---|
Data with Autocorrelation | Estimated | N/A | 0.101 | 0.212 | 0.320 | 0.425 | 0.521 | 0.632 | 0.729 | 0.823 | 0.920 |
Change Points Detected | 0.002 | 0.002 | 0.014 | 0.027 | 0.147 | 0.522 | 2.052 | 5.291 | 8.106 | 9.150 | |
# Correct | 1000 | 1000 | 992 | 986 | 921 | 769 | 411 | 86 | 3 | 0 | |
Pre-Whitened | Change Points Detected | N/A | 0.002 | 0.004 | 0.002 | 0.006 | 0.004 | 0.007 | 0.005 | 0.022 | 0.080 |
# Correct | N/A | 999 | 998 | 1000 | 997 | 999 | 997 | 998 | 990 | 955 |
0 | 0.1 | 0.2 | 0.3 | 0.4 | 0.5 | 0.6 | 0.7 | 0.8 | 0.9 | ||
---|---|---|---|---|---|---|---|---|---|---|---|
Estimated | N/A | 0.110 | 0.201 | 0.289 | 0.381 | 0.463 | 0.547 | 0.624 | 0.701 | 0.754 | |
With Autocorrelation | Number Detected | 2.997 | 2.999 | 3.002 | 3.013 | 3.053 | 3.141 | 3.291 | 3.701 | 4.273 | 5.090 |
True Positive Rate | 0.972 | 0.965 | 0.956 | 0.945 | 0.937 | 0.894 | 0.838 | 0.779 | 0.681 | 0.596 | |
Perfection Rate | 0.922 | 0.901 | 0.876 | 0.843 | 0.829 | 0.718 | 0.590 | 0.463 | 0.336 | 0.235 | |
After Pre-Whitening | Number Detected | N/A | 2.996 | 2.995 | 2.993 | 2.991 | 2.976 | 2.929 | 2.855 | 2.709 | 2.556 |
True Positive Rate | N/A | 0.962 | 0.949 | 0.927 | 0.892 | 0.795 | 0.667 | 0.536 | 0.354 | 0.284 | |
Perfection Rate | N/A | 0.897 | 0.856 | 0.799 | 0.725 | 0.520 | 0.341 | 0.187 | 0.076 | 0.044 |
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content. |
© 2023 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (https://creativecommons.org/licenses/by/4.0/).
Share and Cite
Qiang, R.; Ruggieri, E. Autocorrelation and Parameter Estimation in a Bayesian Change Point Model. Mathematics 2023, 11, 1082. https://doi.org/10.3390/math11051082
Qiang R, Ruggieri E. Autocorrelation and Parameter Estimation in a Bayesian Change Point Model. Mathematics. 2023; 11(5):1082. https://doi.org/10.3390/math11051082
Chicago/Turabian StyleQiang, Rui, and Eric Ruggieri. 2023. "Autocorrelation and Parameter Estimation in a Bayesian Change Point Model" Mathematics 11, no. 5: 1082. https://doi.org/10.3390/math11051082
APA StyleQiang, R., & Ruggieri, E. (2023). Autocorrelation and Parameter Estimation in a Bayesian Change Point Model. Mathematics, 11(5), 1082. https://doi.org/10.3390/math11051082