Monte Carlo Methods for Structured Data A

Total Page:16

File Type:pdf, Size:1020Kb

Monte Carlo Methods for Structured Data A MONTE CARLO METHODS FOR STRUCTURED DATA A DISSERTATION SUBMITTED TO THE INSTITUTE FOR COMPUTATIONAL AND MATHEMATICAL ENGINEERING AND THE COMMITTEE ON GRADUATE STUDIES OF STANFORD UNIVERSITY IN PARTIAL FULFILLMENT OF THE REQUIREMENTS FOR THE DEGREE OF DOCTOR OF PHILOSOPHY Adam Guetz January 2012 © 2012 by Adam Nathan Guetz. All Rights Reserved. Re-distributed by Stanford University under license with the author. This work is licensed under a Creative Commons Attribution- Noncommercial 3.0 United States License. http://creativecommons.org/licenses/by-nc/3.0/us/ This dissertation is online at: http://purl.stanford.edu/rg833nw3954 ii I certify that I have read this dissertation and that, in my opinion, it is fully adequate in scope and quality as a dissertation for the degree of Doctor of Philosophy. Susan Holmes, Primary Adviser I certify that I have read this dissertation and that, in my opinion, it is fully adequate in scope and quality as a dissertation for the degree of Doctor of Philosophy. Amin Saberi, Co-Adviser I certify that I have read this dissertation and that, in my opinion, it is fully adequate in scope and quality as a dissertation for the degree of Doctor of Philosophy. Peter Glynn Approved for the Stanford University Committee on Graduate Studies. Patricia J. Gumport, Vice Provost Graduate Education This signature page was generated electronically upon submission of this dissertation in electronic format. An original signed hard copy of the signature page is on file in University Archives. iii Abstract Recent years has seen an increased need for modeling of rich data across many engi- neering and scientific disciplines. Much of this data contains structure, or non-trivial relationships between elements, that should be exploited when performing statistical inference. Sampling from and fitting complicated models present challenging com- putational issues, and available deterministic heuristics may be ineffective. Monte Carlo methods present an attractive framework for finding approximate solutions to these problems. This thesis covers two closely related techniques: adaptive impor- tance sampling, and sequential Monte Carlo. Both of these methods make use of sampling-importance resampling to generate approximate samples from distributions of interest. Sequential importance sampling is well known to have difficulties in high-dimensional settings. I present a technique called conditional sampling-importance resampling, an extension of sampling importance resampling to conditional distributions that improves performance, particularly when independence structure is present. The primary application is to multi-object tracking for a colony of harvester ants in a laboratory setting. Previous approaches tend to make simplifying parametric as- sumptions on the model in order to make computations more tractable, while the approach presented finds approximate solutions to more complicated and realistic models. To analyze structural properties of networks, I expand adaptive importance sampling techniques to the analysis of network growth models such as preferential attachment, using the Plackett-Luce family of distributions on permutations, and I present an application of sequential Monte Carlo to a special form of network growth model called vertex censored stochastic Kronecker product graphs. iv Acknowledgements I'd like to thank my wife Heidi Lubin, my son Levi, my principal advisor Susan Holmes, my co-advisor Amin Saberi, my parents, and all of my friends and extended family. v Contents Abstract iv Acknowledgements v 1 Introduction 1 1.1 Monte Carlo Integration . .2 1.2 Applications . .3 2 Approximate Sampling 6 2.1 Importance Sampling . .7 2.1.1 Effective Sample Size . .9 2.1.2 Sampling Importance Resampling . 11 2.2 Markov Chain Monte Carlo . 13 2.2.1 Markov Chains . 13 2.2.2 Metropolis Hastings . 14 2.2.3 Gibbs Sampler . 14 2.2.4 Data Augmentation . 16 2.2.5 Hit-and-Run . 16 3 Sequential Monte Carlo 18 3.1 Sequential Models . 18 3.2 Sequential Importance Sampling . 20 3.3 Particle Filter . 22 vi 4 Adaptive Importance Sampling 24 4.1 Background . 24 4.1.1 Variance Minimization . 25 4.1.2 Cross-Entropy Method . 26 4.2 Avoiding Degeneracy . 28 4.3 Related Methods . 30 4.3.1 Annealed Importance Sampling . 30 4.3.2 Population Monte Carlo . 31 5 Conditional Sampling Importance Resampling 33 5.1 Motivation . 33 5.2 Conditional Resampling . 34 5.2.1 Estimating Marginal Importance Weights . 36 5.2.2 Conditional Effective Sample Size . 36 5.2.3 Importance Weight Accounting . 37 5.3 Example: Multivariate Normal . 38 6 Multi-Object Particle Tracking 43 6.1 Background . 43 6.1.1 Single Object Tracking . 43 6.1.2 Multi Object Tracking . 45 6.1.3 Tracking Notation . 46 6.2 Conditional SIR Particle Tracking . 47 6.2.1 Grouping Subsets for Multi-Object Tracking . 48 6.3 Application: Tracking Harvester Ants . 49 6.3.1 Object Detection . 49 6.3.2 Observation Model . 51 6.3.3 State-Space Model . 53 6.3.4 Importance Distribution . 54 6.3.5 Computing Relative and Marginal Importance Weights . 62 6.4 Empirical Results . 64 6.4.1 Simulated Data . 64 vii 6.4.2 Short Harvester Ant Video . 65 7 Network Growth Models 70 7.1 Background . 71 7.1.1 Erd¨os-R´enyi . 73 7.1.2 Preferential Attachment . 73 7.1.3 Duplication/Divergence . 75 7.2 Computing Likelihoods with Adaptive Importance Sampling . 75 7.2.1 Marginalizing Vertex Ordering . 78 7.2.2 Plackett-Luce Model as an Importance Distribution . 79 7.2.3 Choice of Description Length Function . 80 7.3 Examples . 81 7.3.1 Modified Preferential Attachment Model . 81 7.3.2 Adaptive Importance sampling . 82 7.3.3 Annealed Importance sampling . 82 7.3.4 Computational Effort . 83 7.3.5 Numerical Results . 84 8 Kronecker Product Graphs 91 8.1 Motivation . 92 8.2 Stochastic Kronecker Product Graph model . 94 8.2.1 Likelihood under Stochastic Kronecker Product Graph model . 94 8.2.2 Sampling Permutations . 96 8.2.3 Computing Gradients . 96 8.3 Vertex Censored Stochastic Kronecker Product Graphs . 97 8.3.1 Importance Sampling for Likelihoods . 98 8.3.2 Choosing Censored Vertices . 100 8.3.3 Sampling Permutations . 100 8.3.4 Multiplicative Attribute Graphs . 101 8.4 Empirical Results . 101 8.4.1 Implementation . 102 viii List of Tables 6.1 Observation event types. 53 7.1 Comparison of estimators for sparse 500 node preferential attachment dataset from Figure 7.1 . 84 7.2 Comparison of estimators for dataset: 5 networks, 30 nodes each, av- erage degree 2, 20 samples each method . 86 7.3 Comparison of estimators for dataset: 2 networks, 100 nodes each, average degree 2 . 86 7.4 Estimated log-likelihoods for Mus Musculus protein-protein interaction networks . 87 ix List of Figures 3.1 Dependence structure of hidden Markov models . 19 5.1 CSIR Normal example: eigenvalues of covariance matrices . 40 5.2 CSIR Normal example: estimate KL-Divergences . 41 5.3 Same experiments as in Figure 5.2, plotted by method. 42 6.1 Example grouping subset functions . 49 6.2 Blob bisection via spectral partitioning . 52 6.3 Association of objects with observations. 'Events' correspond to con- nected components in this bipartite graph, including Normal obser- vations, splitting, merging, false positives, false negatives, and joint events.................................... 57 6.4 \True" distribution of path lengths and trajectories per frame, simu- lated example. 66 6.5 Centroid observations per frame, simulated example. 66 6.6 Distribution of path lengths and trajectories per frame using a sample from the importance distribution, simulated example. 67 6.7 Distribution of path lengths and trajectories per frame using CSIR, simulated example. 67 6.8 GemVident screenshot, showing centroids. 68 6.9 Centroid observations per frame from Harvester ant example. 68 6.10 Distribution of path lengths and trajectories per frame using a sample from the importance distribution, Harvester ant example. 69 x 6.11 Distribution of path lengths and trajectories per frame using CSIR, Harvester ant example. 69 7.1 Example runs comparing annealed importance sampling and adaptive importance sampling . 85 7.2 Likelihoods and importance weights for cross-entropy method. 88 7.3 Mus. Musculus (common mouse) PPI network. 89 7.4 Convergence of adaptive importance sampling and annealed impor- tance sampling for Mus. Musculus PPI network. 90 8.1 Comparison of crude and SIS Monte Carlo for Kronecker graph likeli- hoods. ................................... 103 8.2 Comparison of SKPG and VCSKPG models for AS-ROUTEVIEWS graph . 104 xi Chapter 1 Introduction Contemporary data analysis is often comprised of information with complicated and high-dimensional relationships between elements. Traditional, deterministic analytic techniques are often unable to directly cope with the computational challenge, and must make simplifying assumptions or heuristic approximations. An attractive al- ternate is the suite of randomized methods known as Monte Carlo. The types of problems examined in this thesis often contain both discrete and continuous compo- nents, and can generally be expressed as or related to integral or summation type problems. Suppose one wishes to compute some quantity µ defined as Z µ = X(!)P(d!): (1.1) Ω If X :Ω 7! R is the random variable defined on probability space (Ω; Σ; P), then this can be equivalently expressed as the expected value µ = E[X]: (1.2) In some cases, µ can be computed exactly using analytic techniques. For many examples this is not possible and one must resort to methods of approximation. Deter- ministic numerical integration, or quadrature, generally has good convergence prop- erties for low and moderate dimensional integrals. However, the computational com- plexity of quadrature increases exponentially in the dimension of the sample space 1 CHAPTER 1. INTRODUCTION 2 Ω, making high-dimensional inference computationally intractable. This general phe- nomenon is known as the curse of dimensionality [11], and can be explained in terms of the relative \sparseness" of high-dimensional space.
Recommended publications
  • WHAT DID FISHER MEAN by an ESTIMATE? 3 Ideas but Is in Conflict with His Ideology of Statistical Inference
    Submitted to the Annals of Applied Probability WHAT DID FISHER MEAN BY AN ESTIMATE? By Esa Uusipaikka∗ University of Turku Fisher’s Method of Maximum Likelihood is shown to be a proce- dure for the construction of likelihood intervals or regions, instead of a procedure of point estimation. Based on Fisher’s articles and books it is justified that by estimation Fisher meant the construction of likelihood intervals or regions from appropriate likelihood function and that an estimate is a statistic, that is, a function from a sample space to a parameter space such that the likelihood function obtained from the sampling distribution of the statistic at the observed value of the statistic is used to construct likelihood intervals or regions. Thus Problem of Estimation is how to choose the ’best’ estimate. Fisher’s solution for the problem of estimation is Maximum Likeli- hood Estimate (MLE). Fisher’s Theory of Statistical Estimation is a chain of ideas used to justify MLE as the solution of the problem of estimation. The construction of confidence intervals by the delta method from the asymptotic normal distribution of MLE is based on Fisher’s ideas, but is against his ’logic of statistical inference’. Instead the construc- tion of confidence intervals from the profile likelihood function of a given interest function of the parameter vector is considered as a solution more in line with Fisher’s ’ideology’. A new method of cal- culation of profile likelihood-based confidence intervals for general smooth interest functions in general statistical models is considered. 1. Introduction. ’Collected Papers of R.A.
    [Show full text]
  • Statistical Theory
    Statistical Theory Prof. Gesine Reinert November 23, 2009 Aim: To review and extend the main ideas in Statistical Inference, both from a frequentist viewpoint and from a Bayesian viewpoint. This course serves not only as background to other courses, but also it will provide a basis for developing novel inference methods when faced with a new situation which includes uncertainty. Inference here includes estimating parameters and testing hypotheses. Overview • Part 1: Frequentist Statistics { Chapter 1: Likelihood, sufficiency and ancillarity. The Factoriza- tion Theorem. Exponential family models. { Chapter 2: Point estimation. When is an estimator a good estima- tor? Covering bias and variance, information, efficiency. Methods of estimation: Maximum likelihood estimation, nuisance parame- ters and profile likelihood; method of moments estimation. Bias and variance approximations via the delta method. { Chapter 3: Hypothesis testing. Pure significance tests, signifi- cance level. Simple hypotheses, Neyman-Pearson Lemma. Tests for composite hypotheses. Sample size calculation. Uniformly most powerful tests, Wald tests, score tests, generalised likelihood ratio tests. Multiple tests, combining independent tests. { Chapter 4: Interval estimation. Confidence sets and their con- nection with hypothesis tests. Approximate confidence intervals. Prediction sets. { Chapter 5: Asymptotic theory. Consistency. Asymptotic nor- mality of maximum likelihood estimates, score tests. Chi-square approximation for generalised likelihood ratio tests. Likelihood confidence regions. Pseudo-likelihood tests. • Part 2: Bayesian Statistics { Chapter 6: Background. Interpretations of probability; the Bayesian paradigm: prior distribution, posterior distribution, predictive distribution, credible intervals. Nuisance parameters are easy. 1 { Chapter 7: Bayesian models. Sufficiency, exchangeability. De Finetti's Theorem and its intepretation in Bayesian statistics. { Chapter 8: Prior distributions. Conjugate priors.
    [Show full text]
  • Estimation Methods in Multilevel Regression
    Newsom Psy 526/626 Multilevel Regression, Spring 2019 1 Multilevel Regression Estimation Methods for Continuous Dependent Variables General Concepts of Maximum Likelihood Estimation The most commonly used estimation methods for multilevel regression are maximum likelihood-based. Maximum likelihood estimation (ML) is a method developed by R.A.Fisher (1950) for finding the best estimate of a population parameter from sample data (see Eliason,1993, for an accessible introduction). In statistical terms, the method maximizes the joint probability density function (pdf) with respect to some distribution. With independent observations, the joint probability of the distribution is a product function of the individual probabilities of events, so ML finds the likelihood of the collection of observations from the sample. In other words, it computes the estimate of the population parameter value that is the optimal fit to the observed data. ML has a number of preferred statistical properties, including asymptotic consistency (approaches the parameter value with increasing sample size), efficiency (lower variance than other estimators), and parameterization invariance (estimates do not change when measurements or parameters are transformed in allowable ways). Distributional assumptions are necessary, however, and there are potential biases in significance tests when using ML. ML can be seen as a more general method that encompasses ordinary least squares (OLS), where sample estimates of the population mean and regression parameters are equivalent for the two methods under regular conditions. ML is applied more broadly across statistical applications, including categorical data analysis, logistic regression, and structural equation modeling. Iterative Process For more complex problems, ML is an iterative process [for multilevel regression, usually Expectation- Maximization (EM) or iterative generalized least squares (IGLS) is used] in which initial (or “starting”) values are used first.
    [Show full text]
  • Akaike's Information Criterion
    ESCI 340 Biostatistical Analysis Model Selection with Information Theory "Far better an approximate answer to the right question, which is often vague, than an exact answer to the wrong question, which can always be made precise." − John W. Tukey, (1962), "The future of data analysis." Annals of Mathematical Statistics 33, 1-67. 1 Problems with Statistical Hypothesis Testing 1.1 Indirect approach: − effort to reject null hypothesis (H0) believed to be false a priori (statistical hypotheses are not the same as scientific hypotheses) 1.2 Cannot accommodate multiple hypotheses (e.g., Chamberlin 1890) 1.3 Significance level (α) is arbitrary − will obtain "significant" result if n large enough 1.4 Tendency to focus on P-values rather than magnitude of effects 2 Practical Alternative: Direct Evaluation of Multiple Hypotheses 2.1 General Approach: 2.1.1 Develop multiple hypotheses to answer research question. 2.1.2 Translate each hypothesis into a model. 2.1.3 Fit each model to the data (using least squares, maximum likelihood, etc.). (fitting model ≅ estimating parameters) 2.1.4 Evaluate each model using information criterion (e.g., AIC). 2.1.5 Select model that performs best, and determine its likelihood. 2.2 Model Selection Criterion 2.2.1 Akaike Information Criterion (AIC): relates information theory to maximum likelihood ˆ AIC = −2loge[L(θ | data)]+ 2K θˆ = estimated model parameters ˆ loge[L(θ | data)] = log-likelihood, maximized over all θ K = number of parameters in model Select model that minimizes AIC. 2.2.2 Modification for complex models (K large relative to sample size, n): 2K(K +1) AIC = −2log [L(θˆ | data)]+ 2K + c e n − K −1 use AICc when n/K < 40.
    [Show full text]
  • Plausibility Functions and Exact Frequentist Inference
    Plausibility functions and exact frequentist inference Ryan Martin Department of Mathematics, Statistics, and Computer Science University of Illinois at Chicago [email protected] July 6, 2018 Abstract In the frequentist program, inferential methods with exact control on error rates are a primary focus. The standard approach, however, is to rely on asymptotic ap- proximations, which may not be suitable. This paper presents a general framework for the construction of exact frequentist procedures based on plausibility functions. It is shown that the plausibility function-based tests and confidence regions have the desired frequentist properties in finite samples—no large-sample justification needed. An extension of the proposed method is also given for problems involving nuisance parameters. Examples demonstrate that the plausibility function-based method is both exact and efficient in a wide variety of problems. Keywords and phrases: Bootstrap; confidence region; hypothesis test; likeli- hood; Monte Carlo; p-value; profile likelihood. 1 Introduction In the Neyman–Pearson program, construction of tests or confidence regions having con- trol over frequentist error rates is an important problem. But, despite its importance, there seems to be no general strategy for constructing exact inferential methods. When an exact pivotal quantity is not available, the usual strategy is to select some summary statistic and derive a procedure based on the statistic’s asymptotic sampling distribu- tion. First-order methods, such as confidence regions based on asymptotic normality arXiv:1203.6665v4 [math.ST] 12 Mar 2014 of the maximum likelihood estimator, are known to be inaccurate in certain problems. Procedures with higher-order accuracy are also available (e.g., Brazzale et al.
    [Show full text]
  • An Introduction to Maximum Likelihood in R
    1 INTRODUCTION 1 An introduction to Maximum Likelihood in R Stephen P. Ellner ([email protected]) Department of Ecology and Evolutionary Biology, Cornell University Last compile: June 3, 2010 1 Introduction Maximum likelihood as a general approach to estimation and inference was created by R. A. Fisher between 1912 and 1922, starting with a paper written as a third-year undergraduate. Then, and for many years, it was more of theoretical than practical interest. Now, the ability to do nonlinear optimization on the computer has made likelihood methods practical and very popular. Let’s start with the probability density function for one observation x from normal random variable with mean µ and variance σ2, (x µ)2 1 − − f(x µ, σ)= e 2σ2 . (1) | √2πσ For a set of n replicate independent observations x1,x2, ,xn the joint density is ··· n f(x1,x2, ,xn µ, σ)= f(xi µ, σ) (2) ··· | i=1 | Y We interpret this as follows: given the values of µ and σ, equation (2) tells us the relative probability of different possible values of the observations. Maximum likelihood turns this around by defining the likelihood function n (µ, σ x1,x2, ,xn)= f(xi µ, σ) (3) L | ··· i=1 | Y The right-hand side is the same as (2) but the interpretation is different: given the observations, the function tells us the relative likelihood of different possible values of the parameters for L the process that generated the data. Note: the likelihood function is not a probability, and it does not specifying the relative probability of different parameter values.
    [Show full text]
  • Likelihood Ratios: a Simple and Flexible Statistic for Empirical Psychologists
    Psychonomic Bulletin & Review 2004, 11 (5), 791-806 Likelihood ratios: A simple and flexible statistic for empirical psychologists SCOTT GLOVER Pennsylvania State University, University Park, Pennsylvania and PETER DIXON University of Alberta, Edmonton, Alberta, Canada Empirical studies in psychology typically employ null hypothesis significance testing to draw statis- tical inferences. We propose that likelihood ratios are a more straightforward alternative to this ap- proach. Likelihood ratios provide a measure of the fit of two competing models; the statistic repre- sents a direct comparison of the relative likelihood of the data, given the best fit of the two models. Likelihood ratios offer an intuitive, easily interpretable statistic that allows the researcher great flexi- bility in framing empirical arguments. In support of this position, we report the results of a survey of empirical articles in psychology, in which the common uses of statistics by empirical psychologists is examined. From the results of this survey, we show that likelihood ratios are able to serve all the im- portant statistical needs of researchers in empirical psychology in a format that is more straightforward and easier to interpret than traditional inferential statistics. A likelihood ratio statistic reflects the relative likeli- LIKELIHOOD RATIOS hood of the data, given two competing models. Likelihood ratios provide an intuitive approach to summarizing the A likelihood ratio can be thought of as a comparison of evidence provided by an experiment. Because they de- two statistical models of the observed data. Each model scribe evidence, rather than embody a decision, they can provides a probability density for the observations and a easily be adapted to the various goals for which inferential set of unknown parameters that can be estimated from the statistics might be used.
    [Show full text]
  • SPATIAL and TEMPORAL MODELLING of WATER ACIDITY in TURKEY LAKES WATERSHED Spatial and Temporal Modelling of Water Acidity in Turkey Lakes Watershed
    SPATIAL AND TEMPORAL MODELLING OF WATER ACIDITY IN TURKEY LAKES WATERSHED Spatial and Temporal Modelling of Water Acidity in Turkey Lakes Watershed By Jing Lin, M.A. A Project Submitted to the School of Graduate Studies in Partial Fulfilment of the Requirements for the Degree Master of Science McMaster University ©Copyright by Jing Lin, May, 2005 MASTER OF SCIENCE (2005) McMaster University (Statistics) Hamilton, Ontario TITLE: Spatial and Temporal Modelling for Thrkey Lakes Watershed Acidity AUTHOR: Jing Lin , M.A. (Shandong University, P. R. China) SUPERVISOR: Professor Abdel H. El-Shaarawi NUMBER OF PAGES: x, 74 ll Abstract Acid rain continues to be a major environmental problem. Canada has been monitoring indicators of acid rain in various ecosystems since the 1970s. This project focuses on the analysis of a selected subset of data generated by the Turkey Lakes Watershed (TLW) monitoring program from 1980 to 1997. TLW consists of a series of connected lakes where 6 monitoring stations are strategically located to measure the input from an upper stream lake into a down stream lake. Segment regression models with AR(1) errors and unknown point of change are used to summarize the data. Relative likelihood based methods are applied to estimate the point of change. For pH, all the regression parameters except autocorrelation have been found to change significantly between the model segments. This was not the case for so~- where a single model was found to be adequate. In addition pH has been found to have a moderate increasing trend and pronounced seasonality while so~- showed a dramatic decreasing trend but little seasonality.
    [Show full text]
  • P Values, Hypothesis Testing, and Model Selection: It’S De´Ja` Vu All Over Again1
    FORUM P values, hypothesis testing, and model selection: it’s de´ja` vu all over again1 It was six men of Indostan To learning much inclined, Who went to see the Elephant (Though all of them were blind), That each by observation Might satisfy his mind. ... And so these men of Indostan Disputed loud and long, Each in his own opinion Exceeding stiff and strong, Though each was partly in the right, And all were in the wrong! So, oft in theologic wars The disputants, I ween, Rail on in utter ignorance Of what each other mean, And prate about an Elephant Not one of them has seen! —From The Blind Men and the Elephant: A Hindoo Fable, by John Godfrey Saxe (1872) Even if you didn’t immediately skip over this page (or the entire Forum in this issue of Ecology), you may still be asking yourself, ‘‘Haven’t I seen this before? Do we really need another Forum on P values, hypothesis testing, and model selection?’’ So please bear with us; this elephant is still in the room. We thank Paul Murtaugh for the reminder and the invited commentators for their varying perspectives on the current shape of statistical testing and inference in ecology. Those of us who went through graduate school in the 1970s, 1980s, and 1990s remember attempting to coax another 0.001 out of SAS’s P ¼ 0.051 output (maybe if I just rounded to two decimal places ...), raising a toast to P ¼ 0.0499 (and the invention of floating point processors), or desperately searching the back pages of Sokal and Rohlf for a different test that would cross the finish line and satisfy our dissertation committee.
    [Show full text]
  • Maximum Likelihood Estimation ∗ Contents
    Statistical Inference: Maximum Likelihood Estimation ∗ Konstantin Kashin Spring óþÕ¦ Contents Õ Overview: Maximum Likelihood vs. Bayesian Estimationó ó Introduction to Maximum Likelihood Estimation¢ ó.Õ What is Likelihood and the MLE?..............................................¢ ó.ó Examples of Analytical MLE Derivations..........................................ß ó.ó.Õ MLE Estimation for Sampling from Bernoulli Distribution..........................ß ó.ó.ó MLE Estimation of Mean and Variance for Sampling from Normal Distribution.............. ó.ó.ì Gamma Distribution................................................. ó.ó.¦ Multinomial Distribution..............................................É ó.ó.¢ Uniform Distribution................................................ Õþ ì Properties of MLE: e Basics ÕÕ ì.Õ Functional Invariance of MLE................................................ÕÕ ¦ Fisher Information and Uncertainty of MLE Õó ¦.þ.Õ Example of Calculating Fisher Information: Bernoulli Distribution...................... Õ¦ ¦.Õ e eory of Fisher Information.............................................. Õß ¦.Õ.Õ Derivation of Unit Fisher Information...................................... Õß ¦.Õ.ó Derivation of Sample Fisher Information..................................... ÕÉ ¦.Õ.ì Relationship between Expected and Observed Fisher Information...................... ÕÉ ¦.Õ.¦ Extension to Multiple Parameters......................................... óþ ¢ Proofs of Asymptotic Properties of MLE óÕ ¢.Õ Consistency of MLE.....................................................
    [Show full text]
  • The Ways of Our Errors
    The Ways of Our Errors Optimal Data Analysis for Beginners and Experts c Keith Horne Universit y of St.Andrews DRAFT June 5, 2009 Contents I Optimal Data Analysis 1 1 Probability Concepts 2 1.1 Fuzzy Numbers and Dancing Data Points . 2 1.2 Systematic and Statistical Errors { Bias and Variance . 3 1.3 Probability Maps . 3 1.4 Mean, Variance, and Standard Deviation . 5 1.5 Median and Quantiles . 6 1.6 Fuzzy Algebra . 7 1.7 Why Gaussians are Special . 8 1.8 Why χ2 is Special . 8 2 A Menagerie of Probability Maps 10 2.1 Boxcar or Uniform (ranu.for) . 10 2.2 Gaussian or Normal (rang.for) . 11 2.3 Lorentzian or Cauchy (ranl.for) . 13 2.4 Exponential (rane.for) . 14 2.5 Power-Law (ranpl.for) . 15 2.6 Schechter Distribution . 17 2.7 Chi-Square (ranchi2.for) . 18 2.8 Poisson . 18 2.9 2-Dimensional Gaussian . 19 3 Optimal Statistics 20 3.1 Optimal Averaging . 20 3.1.1 weighted average . 22 3.1.2 inverse-variance weights . 22 3.1.3 optavg.for . 22 3.2 Optimal Scaling . 23 3.2.1 The Golden Rule of Data Analysis . 25 3.2.2 optscl.for . 25 3.3 Summary . 26 3.4 Problems . 26 i ii The Ways of Our Errors c Keith Horne DRAFT June 5, 2009 4 Straight Line Fit 28 4.1 1 data point { degenerate parameters . 28 4.2 2 data points { correlated vs orthogonal parameters . 29 4.3 N data points . 30 4.4 fitline.for .
    [Show full text]
  • Profile Likelihood Estimation of the Vulnerability P(X>V) and the Mixing
    Revista Colombiana de Estadística Diciembre 2013, volumen 36, no. 2, pp. 193 a 208 Profile Likelihood Estimation of the Vulnerability P (X>v) and the Mixing Proportion p Parameters in the Gumbel Mixture Model Estimación de verosimilitud perfil de los parámetros de vulnerabilidad P (X>v) y proporción de mezcla p en el modelo Gumbel de mezclas José A. Montoya1;a, Gudelia Figueroa1;b, Nuša Pukšič2;c 1Departamento de Matemáticas, División de Ciencias Exactas y Naturales, Universidad de Sonora, Hermosillo, México 2Institute of Metals and Technology, Ljubljana, Slovenia Abstract This paper concerns to the problem of making inferences about the vul- nerability θ = P (X>v) and the mixing proportion p parameters, when the random variable X is distributed as a mixture of two Gumbel distributions and v is a known fixed value. A profile likelihood approach is proposed for the estimation of these parameters. This approach is a powerful though sim- ple method for separately estimating a parameter of interest in the presence of unknown nuisance parameters. Inferences about θ, p or (θ; p) are given in terms of profile likelihood regions and can be easily obtained on a computer. This methodology is illustrated through a real problem where the main pur- pose is to model the size of non-metallic inclusions in steel. Key words: Invariance principle, Likelihood approach, Likelihood region, Mixture of distributions. Resumen En este artículo consideramos el problema de hacer inferencias sobre el parámetro de vulnerabilidad θ = P (X>v) y la proporción de mezcla p cuando X es una variable aleatoria cuya distribución es una mezcla de dos distribuciones Gumbel y v es un valor fijo y conocido.
    [Show full text]