当前位置:高等教育资讯网  >  中国高校课件下载中心  >  大学文库  >  浏览文档

《数字信号处理》教学参考资料(Numerical Recipes in C,The Art of Scientific Computing Second Edition)Chapter 15.0 Modeling of Data 15.0 Introduction

资源类别:文库,文档格式:PDF,文档页数:2,文件大小:21.32KB,团购合买
点击下载完整版文档(PDF)

Chapter 15. Modeling of Data http://www.nr. 15.0 Introduction or call Given a set of observations,one often wants to condense and summarize the data by fitting it to a"model"that depends on adjustable parameters.Sometimes the 茶关 Cambridge model is simply a convenient class of functions,such as polynomials or Gaussians, NUMERICAL RECIPES IN and the fit supplies the appropriate coefficients.Other times,the model's parameters come from some underlying theory that the data are supposed to satisfy;examples are coefficients of rate equations in a complex network of chemical reactions,or 2 compu orbital elements of a binary star.Modeling can also be used as a kind of constrained Press. C:THEA interpolation,where you want to extend a few data points into a continuous function, but with some underlying idea of what that function should look like. The basic approach in all cases is usually the same:You choose or design a 马 figure-of-merit fumnction("merit function,"for short)that measures the agreement between the data and the model with a particular choice of parameters.The merit SCIENTIFIC function is conventionally arranged so that small values represent close agreement. The parameters of the model are then adjusted to achieve a minimum in the merit function,yielding best-fit parameters.The adjustment process is thus a problem in minimization in many dimensions.This optimization was the subject of Chapter 10: however,there exist special,more efficient,methods that are specific to modeling, 6 r Numer and we will discuss these in this chapter. rical There are important issues that go beyond the mere finding ofbest-fit parameters. Data are generally not exact.They are subject to measurement errors(called noise in the context of signal-processing).Thus,typical data never exactly fit the model that is being used,even when that model is correct.We need the means to assess ecipes whether or not the model is appropriate,that is,we need to test the goodness-offir against some useful statistical standard. We usually also need to know the accuracy with which parameters are determined Software. by the data set.In other words,we need to know the likely errors of the best-fit parameters. Finally,it is not uncommon in fitting data to discover that the merit function America) visit website is not unimodal,with a single minimum.In some cases,we may be interested in machine global rather than local questions.Not,"how good is this fit?"but rather,"how sure am I that there is not a very much better fit in some corner of parameter space?" As we have seen in Chapter 10.especially 810.9.this kind of problem is generally quite difficult to solve. The important message we want to deliver is that fitting of parameters is not the end-all of parameter estimation.To be genuinely useful,a fitting procedure 656

Permission is granted for internet users to make one paper copy for their own personal use. Further reproduction, or any copyin Copyright (C) 1988-1992 by Cambridge University Press. Programs Copyright (C) 1988-1992 by Numerical Recipes Software. Sample page from NUMERICAL RECIPES IN C: THE ART OF SCIENTIFIC COMPUTING (ISBN 0-521-43108-5) g of machine￾readable files (including this one) to any server computer, is strictly prohibited. To order Numerical Recipes books or CDROMs, visit website http://www.nr.com or call 1-800-872-7423 (North America only), or send email to directcustserv@cambridge.org (outside North America). Chapter 15. Modeling of Data 15.0 Introduction Given a set of observations, one often wants to condense and summarize the data by fitting it to a “model” that depends on adjustable parameters. Sometimes the model is simply a convenient class of functions, such as polynomials or Gaussians, and the fit supplies the appropriate coefficients. Other times, the model’s parameters come from some underlying theory that the data are supposed to satisfy; examples are coefficients of rate equations in a complex network of chemical reactions, or orbital elements of a binary star. Modeling can also be used as a kind of constrained interpolation, where you want to extend a few data points into a continuous function, but with some underlying idea of what that function should look like. The basic approach in all cases is usually the same: You choose or design a figure-of-merit function (“merit function,” for short) that measures the agreement between the data and the model with a particular choice of parameters. The merit function is conventionally arranged so that small values represent close agreement. The parameters of the model are then adjusted to achieve a minimum in the merit function, yielding best-fit parameters. The adjustment process is thus a problem in minimization in many dimensions. This optimization was the subject of Chapter 10; however, there exist special, more efficient, methods that are specific to modeling, and we will discuss these in this chapter. There are important issues that go beyond the mere finding of best-fit parameters. Data are generally not exact. They are subject to measurement errors (called noise in the context of signal-processing). Thus, typical data never exactly fit the model that is being used, even when that model is correct. We need the means to assess whether or not the model is appropriate, that is, we need to test the goodness-of-fit against some useful statistical standard. We usually also need to know the accuracy with which parameters are determined by the data set. In other words, we need to know the likely errors of the best-fit parameters. Finally, it is not uncommon in fitting data to discover that the merit function is not unimodal, with a single minimum. In some cases, we may be interested in global rather than local questions. Not, “how good is this fit?” but rather, “how sure am I that there is not a very much better fit in some corner of parameter space?” As we have seen in Chapter 10, especially §10.9, this kind of problem is generally quite difficult to solve. The important message we want to deliver is that fitting of parameters is not the end-all of parameter estimation. To be genuinely useful, a fitting procedure 656

15.1 Least Squares as a Maximum Likelihood Estimator 657 should provide (i)parameters,(ii)error estimates on the parameters,and(iii)a statistical measure of goodness-of-fit.When the third item suggests that the model is an unlikely match to the data,then items (i)and (ii)are probably worthless. Unfortunately,many practitioners of parameter estimation never proceed beyond item(i).They deem a fit acceptable if a graph of data and model "looks good."This approach is known as chi-by-eve.Luckily,its practitioners get what they deserve. CITED REFERENCES AND FURTHER READING: Bevington,P.R.1969,Data Reduction and Error Analysis for the Physical Sciences (New York: McGraw-Hill). Brownlee,K.A.1965,Statistical Theory and Methodology,2nd ed.(New York:Wiley). Martin,B.R.1971,Statistics for Physicists(New York:Academic Press). von Mises,R.1964,Mathematical Theory of Probability and Statistics (New York:Academic Press),Chapter X. ICAL Korn,G.A.,and Korn,T.M.1968,Mathematical Handbook for Scientists and Engineers,2nd ed. (New York:McGraw-Hill),Chapters 18-19. RECIPES 15.1 Least Squares as a Maximum Likelihood gF2” 9 Estimator Suppose that we are fitting N data points (i,yi)i=1,...,N,to a model that has M adjustable parameters aj,j=1,...,M.The model predicts a functional IENTIFIC relationship between the measured independent and dependent variables. 6 y(x)=y(x;a1...aM) (15.1.1) where the dependence on the parameters is indicated explicitly on the right-hand side. What,exactly,do we want to minimize to get fitted values for the a;'s?The first thing that comes to mind is the familiar least-squares fit, Numerica 10.621 N 43126 minimize over a1...aM (15.1.2) i=1 But where does this come from?What general principles is it based on?The answer North to these questions takes us into the subject of maximm likelihood estimators. Given a particular data set of i's and yi's,we have the intuitive feeling that some parameter sets a1...aM are very unlikely-those for which the model function y()looks nothing like the data-while others may be very likely-those that closely resemble the data.How can we quantify this intuitive feeling?How can we select fitted parameters that are"most likely"to be correct?It is not meaningful to ask the question,"What is the probability that a particular set of fitted parameters a1...aM is correct?"The reason is that there is no statistical universe of models from which the parameters are drawn.There is just one model,the correct one,and a statistical universe of data sets that are drawn from it!

15.1 Least Squares as a Maximum Likelihood Estimator 657 Permission is granted for internet users to make one paper copy for their own personal use. Further reproduction, or any copyin Copyright (C) 1988-1992 by Cambridge University Press. Programs Copyright (C) 1988-1992 by Numerical Recipes Software. Sample page from NUMERICAL RECIPES IN C: THE ART OF SCIENTIFIC COMPUTING (ISBN 0-521-43108-5) g of machine￾readable files (including this one) to any server computer, is strictly prohibited. To order Numerical Recipes books or CDROMs, visit website http://www.nr.com or call 1-800-872-7423 (North America only), or send email to directcustserv@cambridge.org (outside North America). should provide (i) parameters, (ii) error estimates on the parameters, and (iii) a statistical measure of goodness-of-fit. When the third item suggests that the model is an unlikely match to the data, then items (i) and (ii) are probably worthless. Unfortunately, many practitioners of parameter estimation never proceed beyond item (i). They deem a fit acceptable if a graph of data and model “looks good.” This approach is known as chi-by-eye. Luckily, its practitioners get what they deserve. CITED REFERENCES AND FURTHER READING: Bevington, P.R. 1969, Data Reduction and Error Analysis for the Physical Sciences (New York: McGraw-Hill). Brownlee, K.A. 1965, Statistical Theory and Methodology, 2nd ed. (New York: Wiley). Martin, B.R. 1971, Statistics for Physicists (New York: Academic Press). von Mises, R. 1964, Mathematical Theory of Probability and Statistics (New York: Academic Press), Chapter X. Korn, G.A., and Korn, T.M. 1968, Mathematical Handbook for Scientists and Engineers, 2nd ed. (New York: McGraw-Hill), Chapters 18–19. 15.1 Least Squares as a Maximum Likelihood Estimator Suppose that we are fitting N data points (xi, yi) i = 1,...,N, to a model that has M adjustable parameters aj, j = 1,...,M. The model predicts a functional relationship between the measured independent and dependent variables, y(x) = y(x; a1 ...aM ) (15.1.1) where the dependence on the parameters is indicated explicitly on the right-hand side. What, exactly, do we want to minimize to get fitted values for the aj ’s? The first thing that comes to mind is the familiar least-squares fit, minimize over a1 ...aM :  N i=1 [yi − y(xi; a1 ...aM)]2 (15.1.2) But where does this come from? What general principles is it based on? The answer to these questions takes us into the subject of maximum likelihood estimators. Given a particular data set of xi’s and yi’s, we have the intuitive feeling that some parameter sets a1 ...aM are very unlikely — those for which the model function y(x) looks nothing like the data — while others may be very likely — those that closely resemble the data. How can we quantify this intuitive feeling? How can we select fitted parameters that are “most likely” to be correct? It is not meaningful to ask the question, “What is the probability that a particular set of fitted parameters a1 ...aM is correct?” The reason is that there is no statistical universe of models from which the parameters are drawn. There is just one model, the correct one, and a statistical universe of data sets that are drawn from it!

点击下载完整版文档(PDF)VIP每日下载上限内不扣除下载券和下载次数;
按次数下载不扣除下载券;
注册用户24小时内重复下载只扣除一次;
顺序:VIP每日次数-->可用次数-->下载券;
已到末页,全文结束
相关文档

关于我们|帮助中心|下载说明|相关软件|意见反馈|联系我们

Copyright © 2008-现在 cucdc.com 高等教育资讯网 版权所有