Approximate Bayesian Computation for Astrostatistics

Size: px
Start display at page:

Download "Approximate Bayesian Computation for Astrostatistics"

Transcription

1 Approximate Bayesian Computation for Astrostatistics Jessi Cisewski Department of Statistics Yale University October 24, 2016 SAMSI Undergraduate Workshop

2 Our goals Introduction to Bayesian methods Likelihoods, priors, posteriors Learn our ABCs... Approximate Bayesian Computation Image from 1

3 Suppose we randomly select a sample of size n women and measure their heights: x 1, x 2, x 3,..., x n Let s assume this follows a Normal distribution: X N(µ, σ) f (x; µ, σ) = 1 (x µ)2 e 2σ 2 2πσ 2 2

4 Stellar Initial Mass Function 3

5 Probability density function (pdf) the function f (x, µ, σ), with µ fixed and x variable f (x, µ, σ) = 1 (x µ)2 e 2σ 2 2πσ 2 Density µ Height Height (in) Each observation from this 4

6 Probability density function (pdf) the function f (x, µ, σ), with µ fixed and x variable f (x, µ, σ) = 1 (x µ)2 e 2σ 2 2πσ 2 Density µ Height Height (in) Each observation from this Likelihood the function f (x, µ, σ), with µ variable and x fixed f (x, µ, σ) = 1 (x µ)2 e 2σ 2 2πσ 2 Likelihood µ X µ 4

7 Consider a random sample of size n (assuming independence, and a known σ): X 1,..., X n N(3, 2) n 1 f (x, µ, σ) = f (x 1,..., x n, µ, σ)= (x 2πσ 2 e i µ) 2 2σ 2 i=1 (normalized) Likelihood n = 50 n = 100 n = 250 n = 500 µ µ 5

8 Likelihood Principle All of the information in a sample is contained in the likelihood function, a density or distribution function. The data are modeled by a likelihood function. How do we infer µ? Or any unknown parameter(s) θ? 6

9 Maximum likelihood estimation The parameter value, θ, that maximizes the likelihood: ˆθ = max f (x 1,..., x n, θ) θ Likelihood 0e+00 2e-43 4e-43 6e-43 MLE µ µ max µ f (x 1,..., x n, µ, σ) = max µ n i=1 Hence, ˆµ = 1 (x 2πσ 2 e i µ)2 2σ 2 n i=1 x i n = x 7

10 Bayesian framework Suppose θ is our parameter(s) of interest Classical or Frequentist methods for inference consider θ to be fixed and unknown performance of methods evaluated by repeated sampling consider all possible data sets Bayesian methods consider θ to be random only considers observed data set and prior information 8

11 Posterior distribution Likelihood Prior {}}{{}}{ Data {}}{ f (x θ) π(θ) π(θ x ) = = f (x) Θ f (x θ)π(θ) f (x θ)π(θ) dθf (x θ)π(θ) The prior distribution allows you to easily incorporate your beliefs about the parameter(s) of interest Posterior is a distribution on the parameter space given the observed data 9

12 Data: y 1,..., y 4 N(µ = 3, σ = 2), ȳ = Prior: N(µ 0 = 3, σ 0 = 5) Posterior: N(µ 1 = 1.114, σ 1 = 0.981) Density Likelihood Prior Posterior µ 10

13 Data: y 1,..., y 4 N(µ = 3, σ = 2), ȳ = Prior: N(µ 0 = 3, σ 0 = 1) Posterior: N(µ 1 = 0.861, σ 1 = 0.707) Density Likelihood Prior Posterior µ 11

14 Data: y 1,..., y 200 N(µ = 3, σ = 2), ȳ = Prior: N(µ 0 = 3, σ 0 = 1) Posterior: N(µ 1 = 2.881, σ 1 = 0.140) Density Likelihood Prior Posterior µ 12

15 Prior distribution The prior distribution allows you to easily incorporate your beliefs about the parameter(s) of interest If one has a specific prior in mind, then it fits nicely into the definition of the posterior But how do you go from prior information to a prior distribution? And what if you don t actually have prior information? 13

16 Prior distribution The prior distribution allows you to easily incorporate your beliefs about the parameter(s) of interest If one has a specific prior in mind, then it fits nicely into the definition of the posterior But how do you go from prior information to a prior distribution? And what if you don t actually have prior information? And what if you don t know the likelihood?? 13

17 Approximate Bayesian Computation Likelihood-free approach to approximating π(θ x obs ) i.e. f (x obs θ) not specified Proceeds via simulation of the forward process Why would we not know f (x obs θ)? 1 Physical model too complex to write as a closed form function of θ 2 Strong dependency in data 3 Observational limitations ABC in Astronomy: Ishida et al. (2015); Akeret et al. (2015); Weyant et al. (2013); Schafer and Freeman (2012); Cameron and Pettitt (2012) 14

18 15

19 Basic ABC algorithm For the observed data x obs and prior π(θ): Algorithm 1 Sample θ prop from prior π(θ) 2 Generate x prop from forward process f (x θ prop ) 3 Accept θ prop if x obs = x prop 4 Return to step 1 Introduced in Pritchard et al. (1999) (population genetics) 16

20 Step 3: Accept θ prop if x obs = x prop Waiting for proposals such that x obs = x prop would be computationally prohibitive Instead, accept proposals with (x obs, x prop ) ɛ for some distance and some tolerance threshold ɛ When x is high-dimensional, will have to make ɛ too large in order to keep acceptance probability reasonable. Instead, reduce the dimension by comparing summaries S(x prop ) and S(x obs ) 17

21 Gaussian illustration Data x obs consists of 25 iid draws from Normal(µ, 1) Summary statistics S(x) = x Distance function (S(x prop ), S(x obs )) = x prop x obs Tolerance ɛ = 0.50 and 0.10 Prior π(µ) = Normal(0,10) 18

22 Gaussian illustration: posteriors for µ Density Tolerance: 0.5, N:1000, n:25 True Posterior ABC Posterior Input value Density Tolerance: 0.1, N:1000, n:25 True Posterior ABC Posterior Input value µ µ 19

23 How to pick a tolerance, ɛ? Instead of starting the ABC algorithm over with a smaller tolerance (ɛ), decrease the tolerance and use the already sampled particle system as a proposal distribution rather than drawing from the prior distribution. Particle system: (1) retained sampled values, (2) importance weights Beaumont et al. (2009); Moral et al. (2011); Bonassi and West (2004) 20

24 Gaussian illustration: sequential posteriors N:1000, n:25 Density True Posterior ABC Posterior Input value Tolerance sequence, ɛ 1:10 : µ 21

25 Stellar Initial Mass Function 22

26 Stellar Initial Mass Function: the distribution of star masses after a star formation event within a specified volume of space Molecular cloud Protostars Stars Image: adapted from 23

27 Broken power-law (Kroupa, 2001) Φ(M) M α i, M 1i M M 2i α 1 = 0.3 α 2 = 1.3 for 0.01 M/MSun 0.08 [Sub-stellar] for 0.08 M/M Sun 0.50 α 3 = 2.3 for 0.50 M/M Sun M max Many other models, e.g. Salpeter (1955); Chabrier (2003) 1 M Sun = 1 Solar Mass (the mass of our Sun) 24

28 ABC for the Stellar Initial Mass Function Frequency Mass Image (left): Adapted from 25

29 IMF Likelihood Start with a power-law distribution: each star s mass is independently drawn from a power law distribution with density ( ) 1 α f (m) = Mmax 1 α M 1 α m α, m (M min, M max ) min Then the likelihood is ( ) ntot 1 α n tot L(α m 1:ntot ) = Mmax 1 α M 1 α min n tot = total number of stars in cluster i=1 m α i 26

30 Observational limitations: aging Lifecycle of star depends on mass more massive stars die faster Cluster age of τ Myr only observe stars with masses < T age τ 2/5 10 8/5 If age = 30 Myr so the aging cutoff is T age 10 M Sun Then the likelihood is ( L(α m 1:nobs, n tot) = T 1 α age 1 α M 1 α min ) ( nobs nobs i=1 m α i ) P(M > T age) ntot n obs n tot = # of stars in cluster n obs = # stars observed in cluster Image: 27

31 Observational limitations: completeness Completeness function: 0, m < C min m C P(observing star m) = min C max C min, m [C min, C max ] 1, m > C max Probability of observing a particular star given its mass Depends on the flux limit, stellar crowding, etc. Image: NASA, J. Trauger (JPL), J. Westphal (Caltech) 28

32 Observational limitations: measurement error Incorporating log-normal measurement error gives our final likelihood: L(α m 1:nobs, n tot ) = ( ( 1 α P(M > T age ) + Mmax 1 α M 1 α min n { obs Tage (2πσ 2 ) 1 2 m 1 i e 1 i=1 2 ( ( ) M Cmin I {M > C max} + C max C min ) Cmax C min M α 2σ 2 (log(m i ) log(m))2 ( I {C min M C max} ( 1 M C ) ) n tot n obs min dm C max C min ) 1 α Mmax 1 α M 1 α M α min ) } dm 29

33 IMF With aging, completeness, and error Density Density Mass Mass Sample size = 1000 stars, [C min, C max ] = [2, 4], σ =

34 Simulation Study: forward model Draw from ( f (m) = Aged 30 Myrs 1 α 60 1 α 2 1 α ) m α, m (2, 60) Observational completeness: 0, m < 4 P(obs m) = m 2 2, m [2, 4] 1, m > 4. Uncertainty: log M = log m η (with η N(0, 1)) Prior: α U[0, 6] 31

35 Simulation Study: summary statistics We want to account for the following with our summary statistics and distance functions: 1. Shape of the observed Mass Function [ } ] 2 1/2 ρ 1 (m sim, m obs ) = {ˆf log (x) ˆf msim log (x) mobs dx 32

36 2. Number of stars observed ρ 2 (m sim, m obs ) = 1 n sim /n obs m sim = masses of the stars simulated from the forward model m obs = masses of observed stars n sim = number of stars simulated from the forward model n obs = number of observed stars 33

37 Simulation Study 1 Draw n = 10 3 stars 2 IMF slope α = 2.35 with M min = 2 and M max = 60 3 N = 10 3 particles 4 T = 30 sequential time steps Observed Mass Function Density Mass 34

38 IMF Observed MF Density Density N = 1000 Bandwidth = N = 510 Bandwidth = Sample size = 1000 stars, [C min, C max ] = [2, 4], σ =

39 Simulation Study results 1 Draw n = 10 3 stars 2 IMF slope α = 2.35 with M min = 2 and M max = 60 3 N = 10 3 particles 4 T = 30 sequential time steps Log10(f M) (A) Observed Mass Function Observed MF 95% Credible band Posterior Median Log10(M) Density (B) Posteriors Initial ABC posterior ABC Posterior... True Posterior Intermediate ABC posterior Input value... Final ABC Posterior α 36

40 Summary ABC can be a useful tool when data are too complex to define a reasonable likelihood, E.g. the Stellar Initial Mass Function Selection of good summary statistics is crucial for ABC posterior to be meaningful 37

41 Summary ABC can be a useful tool when data are too complex to define a reasonable likelihood, E.g. the Stellar Initial Mass Function Selection of good summary statistics is crucial for ABC posterior to be meaningful THANK YOU! 37

42 Bibliography I Akeret, J., Refregier, A., Amara, A., Seehars, S., and Hasner, C. (2015), Approximate Bayesian computation for forward modeling in cosmology, Journal of Cosmology and Astroparticle Physics, 2015, 043. Bate, M. R. (2012), Stellar, brown dwarf and multiple star properties from a radiation hydrodynamical simulation of star cluster formation, Monthly Notices of the Royal Astronomical Society, 419, Beaumont, M. A., Cornuet, J.-M., Marin, J.-M., and Robert, C. P. (2009), Adaptive approximate Bayesian computation, Biometrika, 96, Bonassi, F. V. and West, M. (2004), Sequential Monte Carlo with Adaptive Weights for Approximate Bayesian Computation, Bayesian Analysis, 1, Cameron, E. and Pettitt, A. N. (2012), Approximate Bayesian Computation for Astronomical Model Analysis: A Case Study in Galaxy Demographics and Morphological Transformation at High Redshift, Monthly Notices of the Royal Astronomical Society, 425, Chabrier, G. (2003), The galactic disk mass function: Reconciliation of the hubble space telescope and nearby determinations, The Astrophysical Journal Letters, 586, L133. Ishida, E. E. O., Vitenti, S. D. P., Penna-Lima, M., Cisewski, J., de Souza, R. S., Trindade, A. M. M., Cameron, E., and Busti, V. C. (2015), cosmoabc: Likelihood-free inference via Population Monte Carlo Approximate Bayesian Computation, Astronomy and Computing, 13, Kroupa, P. (2001), On the variation of the initial mass function, Monthly Notices of the Royal Astronomical Society, 322, Moral, P. D., Doucet, A., and Jasra, A. (2011), An adaptive sequential Monte Carlo method for approximate Bayesian computation, Statistics and Computing, 22, Pritchard, J. K., Seielstad, M. T., and Perez-Lezaun, A. (1999), Population Growth of Human Y Chromosomes: A study of Y Chromosome Microsatellites, Molecular Biology and Evolution, 16, Salpeter, E. E. (1955), The luminosity function and stellar evolution. The Astrophysical Journal, 121, 161. Schafer, C. M. and Freeman, P. E. (2012), Statistical Challenges in Modern Astronomy V, Springer, chap. 1, Lecture Notes in Statistics, pp Weyant, A., Schafer, C., and Wood-Vasey, W. M. (2013), Likeihood-free cosmological inference with type Ia supernovae: approximate Bayesian computation for a complete treatment of uncertainty, The Astrophysical Journal, 764,

Approximate Bayesian Computation for the Stellar Initial Mass Function

Approximate Bayesian Computation for the Stellar Initial Mass Function Approximate Bayesian Computation for the Stellar Initial Mass Function Jessi Cisewski Department of Statistics Yale University SCMA6 Collaborators: Grant Weller (Savvysherpa), Chad Schafer (Carnegie Mellon),

More information

Approximate Bayesian Computation

Approximate Bayesian Computation Approximate Bayesian Computation Jessi Cisewski Department of Statistics Yale University October 26, 2016 SAMSI Astrostatistics Course Our goals... Approximate Bayesian Computation (ABC) 1 Background:

More information

Bayes via forward simulation. Approximate Bayesian Computation

Bayes via forward simulation. Approximate Bayesian Computation : Approximate Bayesian Computation Jessi Cisewski Carnegie Mellon University June 2014 What is Approximate Bayesian Computing? Likelihood-free approach Works by simulating from the forward process What

More information

Introduction to Bayesian Methods

Introduction to Bayesian Methods Introduction to Bayesian Methods Jessi Cisewski Department of Statistics Yale University Sagan Summer Workshop 2016 Our goal: introduction to Bayesian methods Likelihoods Priors: conjugate priors, non-informative

More information

Addressing the Challenges of Luminosity Function Estimation via Likelihood-Free Inference

Addressing the Challenges of Luminosity Function Estimation via Likelihood-Free Inference Addressing the Challenges of Luminosity Function Estimation via Likelihood-Free Inference Chad M. Schafer www.stat.cmu.edu/ cschafer Department of Statistics Carnegie Mellon University June 2011 1 Acknowledgements

More information

Hierarchical Bayesian Modeling with Approximate Bayesian Computation

Hierarchical Bayesian Modeling with Approximate Bayesian Computation Hierarchical Bayesian Modeling with Approximate Bayesian Computation Jessi Cisewski Carnegie Mellon University June 2014 Goal of lecture Bring the ideas of Hierarchical Bayesian Modeling (HBM), Approximate

More information

Approximate Bayesian Computation: a simulation based approach to inference

Approximate Bayesian Computation: a simulation based approach to inference Approximate Bayesian Computation: a simulation based approach to inference Richard Wilkinson Simon Tavaré 2 Department of Probability and Statistics University of Sheffield 2 Department of Applied Mathematics

More information

Fitting the Bartlett-Lewis rainfall model using Approximate Bayesian Computation

Fitting the Bartlett-Lewis rainfall model using Approximate Bayesian Computation 22nd International Congress on Modelling and Simulation, Hobart, Tasmania, Australia, 3 to 8 December 2017 mssanz.org.au/modsim2017 Fitting the Bartlett-Lewis rainfall model using Approximate Bayesian

More information

Tutorial on Approximate Bayesian Computation

Tutorial on Approximate Bayesian Computation Tutorial on Approximate Bayesian Computation Michael Gutmann https://sites.google.com/site/michaelgutmann University of Helsinki Aalto University Helsinki Institute for Information Technology 16 May 2016

More information

Approximate Bayesian Computation

Approximate Bayesian Computation Approximate Bayesian Computation Michael Gutmann https://sites.google.com/site/michaelgutmann University of Helsinki and Aalto University 1st December 2015 Content Two parts: 1. The basics of approximate

More information

The Initial Mass Function Elisa Chisari

The Initial Mass Function Elisa Chisari The Initial Mass Function AST 541 Dec 4 2012 Outline The form of the IMF Summary of observations Ingredients of a complete model A Press Schechter model Numerical simulations Conclusions The form of the

More information

Statistical Inference: Maximum Likelihood and Bayesian Approaches

Statistical Inference: Maximum Likelihood and Bayesian Approaches Statistical Inference: Maximum Likelihood and Bayesian Approaches Surya Tokdar From model to inference So a statistical analysis begins by setting up a model {f (x θ) : θ Θ} for data X. Next we observe

More information

Measurement Error and Linear Regression of Astronomical Data. Brandon Kelly Penn State Summer School in Astrostatistics, June 2007

Measurement Error and Linear Regression of Astronomical Data. Brandon Kelly Penn State Summer School in Astrostatistics, June 2007 Measurement Error and Linear Regression of Astronomical Data Brandon Kelly Penn State Summer School in Astrostatistics, June 2007 Classical Regression Model Collect n data points, denote i th pair as (η

More information

Robust and accurate inference via a mixture of Gaussian and terrors

Robust and accurate inference via a mixture of Gaussian and terrors Robust and accurate inference via a mixture of Gaussian and terrors Hyungsuk Tak ICTS/SAMSI Time Series Analysis for Synoptic Surveys and Gravitational Wave Astronomy 22 March 2017 Joint work with Justin

More information

Tutorial on ABC Algorithms

Tutorial on ABC Algorithms Tutorial on ABC Algorithms Dr Chris Drovandi Queensland University of Technology, Australia c.drovandi@qut.edu.au July 3, 2014 Notation Model parameter θ with prior π(θ) Likelihood is f(ý θ) with observed

More information

Proceedings of the 2012 Winter Simulation Conference C. Laroque, J. Himmelspach, R. Pasupathy, O. Rose, and A. M. Uhrmacher, eds.

Proceedings of the 2012 Winter Simulation Conference C. Laroque, J. Himmelspach, R. Pasupathy, O. Rose, and A. M. Uhrmacher, eds. Proceedings of the 2012 Winter Simulation Conference C. Laroque, J. Himmelspach, R. Pasupathy, O. Rose, and A. M. Uhrmacher, eds. OPTIMAL PARALLELIZATION OF A SEQUENTIAL APPROXIMATE BAYESIAN COMPUTATION

More information

Lectures in AstroStatistics: Topics in Machine Learning for Astronomers

Lectures in AstroStatistics: Topics in Machine Learning for Astronomers Lectures in AstroStatistics: Topics in Machine Learning for Astronomers Jessi Cisewski Yale University American Astronomical Society Meeting Wednesday, January 6, 2016 1 Statistical Learning - learning

More information

Bayesian Analysis of RR Lyrae Distances and Kinematics

Bayesian Analysis of RR Lyrae Distances and Kinematics Bayesian Analysis of RR Lyrae Distances and Kinematics William H. Jefferys, Thomas R. Jefferys and Thomas G. Barnes University of Texas at Austin, USA Thanks to: Jim Berger, Peter Müller, Charles Friedman

More information

Statistics: Learning models from data

Statistics: Learning models from data DS-GA 1002 Lecture notes 5 October 19, 2015 Statistics: Learning models from data Learning models from data that are assumed to be generated probabilistically from a certain unknown distribution is a crucial

More information

The Jackknife-Like Method for Assessing Uncertainty of Point Estimates for Bayesian Estimation in a Finite Gaussian Mixture Model

The Jackknife-Like Method for Assessing Uncertainty of Point Estimates for Bayesian Estimation in a Finite Gaussian Mixture Model Thai Journal of Mathematics : 45 58 Special Issue: Annual Meeting in Mathematics 207 http://thaijmath.in.cmu.ac.th ISSN 686-0209 The Jackknife-Like Method for Assessing Uncertainty of Point Estimates for

More information

[MCEN 5228]: Project report: Markov Chain Monte Carlo method with Approximate Bayesian Computation

[MCEN 5228]: Project report: Markov Chain Monte Carlo method with Approximate Bayesian Computation [MCEN 228]: Project report: Markov Chain Monte Carlo method with Approximate Bayesian Computation Olga Doronina December 2, 217 Contents 1 Introduction 1 2 Background 2 2.1 Autonomic Closure (AC)...........................................

More information

Space Telescope Science Institute statistics mini-course. October Inference I: Estimation, Confidence Intervals, and Tests of Hypotheses

Space Telescope Science Institute statistics mini-course. October Inference I: Estimation, Confidence Intervals, and Tests of Hypotheses Space Telescope Science Institute statistics mini-course October 2011 Inference I: Estimation, Confidence Intervals, and Tests of Hypotheses James L Rosenberger Acknowledgements: Donald Richards, William

More information

Review from last class:

Review from last class: Review from last class: Properties of photons Flux and luminosity, apparent magnitude and absolute magnitude, colors Spectroscopic observations. Doppler s effect and applications Distance measurements

More information

Stellar Populations: Resolved vs. unresolved

Stellar Populations: Resolved vs. unresolved Outline Stellar Populations: Resolved vs. unresolved Individual stars can be analyzed Applicable for Milky Way star clusters and the most nearby galaxies Integrated spectroscopy / photometry only The most

More information

Module 22: Bayesian Methods Lecture 9 A: Default prior selection

Module 22: Bayesian Methods Lecture 9 A: Default prior selection Module 22: Bayesian Methods Lecture 9 A: Default prior selection Peter Hoff Departments of Statistics and Biostatistics University of Washington Outline Jeffreys prior Unit information priors Empirical

More information

Bayesian Indirect Inference using a Parametric Auxiliary Model

Bayesian Indirect Inference using a Parametric Auxiliary Model Bayesian Indirect Inference using a Parametric Auxiliary Model Dr Chris Drovandi Queensland University of Technology, Australia c.drovandi@qut.edu.au Collaborators: Tony Pettitt and Anthony Lee February

More information

Lecture 3 The IGIMF and implications

Lecture 3 The IGIMF and implications Stellar populations and star clusters as galactic building blocks Lecture 3 The IGIMF and implications Selected Chapters on Astrophysics Charles University, Praha, November & December 2015 Pavel Kroupa

More information

One Pseudo-Sample is Enough in Approximate Bayesian Computation MCMC

One Pseudo-Sample is Enough in Approximate Bayesian Computation MCMC Biometrika (?), 99, 1, pp. 1 10 Printed in Great Britain Submitted to Biometrika One Pseudo-Sample is Enough in Approximate Bayesian Computation MCMC BY LUKE BORNN, NATESH PILLAI Department of Statistics,

More information

Introduction to Bayes

Introduction to Bayes Introduction to Bayes Alan Heavens September 3, 2018 ICIC Data Analysis Workshop Alan Heavens Introduction to Bayes September 3, 2018 1 / 35 Overview 1 Inverse Problems 2 The meaning of probability Probability

More information

Lecture 21 Formation of Stars November 15, 2017

Lecture 21 Formation of Stars November 15, 2017 Lecture 21 Formation of Stars November 15, 2017 1 2 Birth of Stars Stars originally condense out of a COLD, interstellar cloud composed of H and He + trace elements. cloud breaks into clumps (gravity)

More information

MCMC for big data. Geir Storvik. BigInsight lunch - May Geir Storvik MCMC for big data BigInsight lunch - May / 17

MCMC for big data. Geir Storvik. BigInsight lunch - May Geir Storvik MCMC for big data BigInsight lunch - May / 17 MCMC for big data Geir Storvik BigInsight lunch - May 2 2018 Geir Storvik MCMC for big data BigInsight lunch - May 2 2018 1 / 17 Outline Why ordinary MCMC is not scalable Different approaches for making

More information

Sequential Monte Carlo with Adaptive Weights for Approximate Bayesian Computation

Sequential Monte Carlo with Adaptive Weights for Approximate Bayesian Computation Bayesian Analysis (2004) 1, Number 1, pp. 1 19 Sequential Monte Carlo with Adaptive Weights for Approximate Bayesian Computation Fernando V Bonassi Mike West Department of Statistical Science, Duke University,

More information

Is the IMF a probability density distribution function or is star formation a self-regulated process?

Is the IMF a probability density distribution function or is star formation a self-regulated process? Is the IMF a probability density distribution function or is star formation a self-regulated process? Observatoire astronomique de Strasbourg 25th of September 2015 Pavel Kroupa Helmholtz-Institut fuer

More information

Fast Likelihood-Free Inference via Bayesian Optimization

Fast Likelihood-Free Inference via Bayesian Optimization Fast Likelihood-Free Inference via Bayesian Optimization Michael Gutmann https://sites.google.com/site/michaelgutmann University of Helsinki Aalto University Helsinki Institute for Information Technology

More information

Department of Statistics Carnegie Mellon University 5000 Forbes Avenue Pittsburgh, PA citizenship: U.S.A.

Department of Statistics Carnegie Mellon University 5000 Forbes Avenue Pittsburgh, PA citizenship: U.S.A. Chad M. Schafer Department of Statistics Carnegie Mellon University 5000 Forbes Avenue Pittsburgh, PA 15213 cschafer@cmu.edu citizenship: U.S.A. Positions Held Associate Professor Department of Statistics,

More information

Galaxies and Cosmology

Galaxies and Cosmology Galaxies and Cosmology Attendance Quiz Are you here today? (a) yes (b) no Here! (c) Cosmetology? Like hair and nails and makeup? Next Tuesday, 5/30: Dr. Jorge Moreno is unavailable, so class will be cancelled

More information

Physics of Galaxies 2016 Exercises with solutions batch I

Physics of Galaxies 2016 Exercises with solutions batch I Physics of Galaxies 2016 Exercises with solutions batch I 1. Distance and brightness at low redshift You discover an interesting galaxy in the local Universe and measure its redshift to be z 0.053 and

More information

Hubble s Law and the Cosmic Distance Scale

Hubble s Law and the Cosmic Distance Scale Lab 7 Hubble s Law and the Cosmic Distance Scale 7.1 Overview Exercise seven is our first extragalactic exercise, highlighting the immense scale of the Universe. It addresses the challenge of determining

More information

Galaxies and Cosmology

Galaxies and Cosmology 4/28/17 The Discovery of Galaxies Up to the 1920 s, astronomers were not sure exactly how far away galaxies were, and thus didn t know how big they are! Spiral Nebulae could be assumed to be inside our

More information

PARAMETER ESTIMATION: BAYESIAN APPROACH. These notes summarize the lectures on Bayesian parameter estimation.

PARAMETER ESTIMATION: BAYESIAN APPROACH. These notes summarize the lectures on Bayesian parameter estimation. PARAMETER ESTIMATION: BAYESIAN APPROACH. These notes summarize the lectures on Bayesian parameter estimation.. Beta Distribution We ll start by learning about the Beta distribution, since we end up using

More information

CAULDRON: dynamics meets gravitational lensing. Matteo Barnabè

CAULDRON: dynamics meets gravitational lensing. Matteo Barnabè CAULDRON: dynamics meets gravitational lensing Matteo Barnabè KIPAC/SLAC, Stanford University Collaborators: Léon Koopmans (Kapteyn), Oliver Czoske (Vienna), Tommaso Treu (UCSB), Aaron Dutton (MPIA), Matt

More information

Lecture : Probabilistic Machine Learning

Lecture : Probabilistic Machine Learning Lecture : Probabilistic Machine Learning Riashat Islam Reasoning and Learning Lab McGill University September 11, 2018 ML : Many Methods with Many Links Modelling Views of Machine Learning Machine Learning

More information

Review of stellar evolution and color-magnitude diagrams

Review of stellar evolution and color-magnitude diagrams Review of stellar evolution and color-magnitude diagrams The evolution of stars can be used to study the properties of galaxies Very characteristic features pinpoint at the age (chemistry) of the stars

More information

arxiv: v1 [stat.me] 30 Sep 2009

arxiv: v1 [stat.me] 30 Sep 2009 Model choice versus model criticism arxiv:0909.5673v1 [stat.me] 30 Sep 2009 Christian P. Robert 1,2, Kerrie Mengersen 3, and Carla Chen 3 1 Université Paris Dauphine, 2 CREST-INSEE, Paris, France, and

More information

Parameter estimation! and! forecasting! Cristiano Porciani! AIfA, Uni-Bonn!

Parameter estimation! and! forecasting! Cristiano Porciani! AIfA, Uni-Bonn! Parameter estimation! and! forecasting! Cristiano Porciani! AIfA, Uni-Bonn! Questions?! C. Porciani! Estimation & forecasting! 2! Cosmological parameters! A branch of modern cosmological research focuses

More information

Star Cluster Formation and the Origin of Stellar Properties. Matthew Bate University of Exeter

Star Cluster Formation and the Origin of Stellar Properties. Matthew Bate University of Exeter Star Cluster Formation and the Origin of Stellar Properties Matthew Bate University of Exeter Typical molecular cloud (Bate et al. 2003) Denser cloud (Bate & Bonnell 2005) Jeans mass 1 M, Opacity limit

More information

Data Analysis Methods

Data Analysis Methods Data Analysis Methods Successes, Opportunities, and Challenges Chad M. Schafer Department of Statistics & Data Science Carnegie Mellon University cschafer@cmu.edu The Astro/Data Science Community LSST

More information

Stellar Life Cycle in Giant Galactic Nebula NGC edited by David L. Alles Western Washington University

Stellar Life Cycle in Giant Galactic Nebula NGC edited by David L. Alles Western Washington University Stellar Life Cycle in Giant Galactic Nebula NGC 3603 edited by David L. Alles Western Washington University e-mail: alles@biol.wwu.edu Introduction NGC 3603 is a giant HII region in the Carina spiral arm

More information

A100 Exploring the Universe: Discovering Galaxies. Martin D. Weinberg UMass Astronomy

A100 Exploring the Universe: Discovering Galaxies. Martin D. Weinberg UMass Astronomy A100 Exploring the Universe: Discovering Martin D. Weinberg UMass Astronomy astron100-mdw@courses.umass.edu November 13, 2014 Read: Chaps 19, 20 11/13/14 slide 1 ! and Elliptical Irregular : summary Exam

More information

Probability distribution functions

Probability distribution functions Probability distribution functions Everything there is to know about random variables Imperial Data Analysis Workshop (2018) Elena Sellentin Sterrewacht Universiteit Leiden, NL Ln(a) Sellentin Universiteit

More information

Active Galaxies and Galactic Structure Lecture 22 April 18th

Active Galaxies and Galactic Structure Lecture 22 April 18th Active Galaxies and Galactic Structure Lecture 22 April 18th FINAL Wednesday 5/9/2018 6-8 pm 100 questions, with ~20-30% based on material covered since test 3. Do not miss the final! Extra Credit: Thursday

More information

Bayesian Modeling for Type Ia Supernova Data, Dust, and Distances

Bayesian Modeling for Type Ia Supernova Data, Dust, and Distances Bayesian Modeling for Type Ia Supernova Data, Dust, and Distances Kaisey Mandel Supernova Group Harvard-Smithsonian Center for Astrophysics ichasc Astrostatistics Seminar 17 Sept 213 1 Outline Brief Introduction

More information

Chapter 19 Galaxies. Hubble Ultra Deep Field: Each dot is a galaxy of stars. More distant, further into the past. halo

Chapter 19 Galaxies. Hubble Ultra Deep Field: Each dot is a galaxy of stars. More distant, further into the past. halo Chapter 19 Galaxies Hubble Ultra Deep Field: Each dot is a galaxy of stars. More distant, further into the past halo disk bulge Barred Spiral Galaxy: Has a bar of stars across the bulge Spiral Galaxy 1

More information

Abundance Constraints on Early Chemical Evolution. Jim Truran

Abundance Constraints on Early Chemical Evolution. Jim Truran Abundance Constraints on Early Chemical Evolution Jim Truran Astronomy and Astrophysics Enrico Fermi Institute University of Chicago Argonne National Laboratory MLC Workshop Probing Early Structure with

More information

The Milky Way. Finding the Center. Milky Way Composite Photo. Finding the Center. Milky Way : A band of and a. Milky Way

The Milky Way. Finding the Center. Milky Way Composite Photo. Finding the Center. Milky Way : A band of and a. Milky Way The Milky Way Milky Way : A band of and a The band of light we see is really 100 billion stars Milky Way probably looks like Andromeda. Milky Way Composite Photo Milky Way Before the 1920 s, astronomers

More information

Review of stellar evolution and color-magnitude diagrams

Review of stellar evolution and color-magnitude diagrams Review of stellar evolution and color-magnitude diagrams The evolution of stars can be used to study the properties of galaxies Very characteristic features pinpoint at the age (chemistry) of the stars

More information

Lecture 13 Fundamentals of Bayesian Inference

Lecture 13 Fundamentals of Bayesian Inference Lecture 13 Fundamentals of Bayesian Inference Dennis Sun Stats 253 August 11, 2014 Outline of Lecture 1 Bayesian Models 2 Modeling Correlations Using Bayes 3 The Universal Algorithm 4 BUGS 5 Wrapping Up

More information

The Impact of Positional Uncertainty on Gamma-Ray Burst Environment Studies

The Impact of Positional Uncertainty on Gamma-Ray Burst Environment Studies The Impact of Positional Uncertainty on Gamma-Ray Burst Environment Studies Peter Blanchard Harvard University In collaboration with Edo Berger and Wen-fai Fong arxiv:1509.07866 Topics in AstroStatistics

More information

Bayesian Regression Linear and Logistic Regression

Bayesian Regression Linear and Logistic Regression When we want more than point estimates Bayesian Regression Linear and Logistic Regression Nicole Beckage Ordinary Least Squares Regression and Lasso Regression return only point estimates But what if we

More information

Lecture 5: Bayes pt. 1

Lecture 5: Bayes pt. 1 Lecture 5: Bayes pt. 1 D. Jason Koskinen koskinen@nbi.ku.dk Photo by Howard Jackman University of Copenhagen Advanced Methods in Applied Statistics Feb - Apr 2016 Niels Bohr Institute 2 Bayes Probabilities

More information

M31 Color Mag Diagram Brown et al 592:L17-L20!

M31 Color Mag Diagram Brown et al 592:L17-L20! The physical origin of the form of the IMF is not well understood Use the stellar mass-luminosity relation and present day stellar luminosity function together with a model of how the star formation rate

More information

Approximate Bayesian computation: methods and applications for complex systems

Approximate Bayesian computation: methods and applications for complex systems Approximate Bayesian computation: methods and applications for complex systems Mark A. Beaumont, School of Biological Sciences, The University of Bristol, Bristol, UK 11 November 2015 Structure of Talk

More information

Lecture 25: The Cosmic Distance Scale Sections 25-1, 26-4 and Box 26-1

Lecture 25: The Cosmic Distance Scale Sections 25-1, 26-4 and Box 26-1 Lecture 25: The Cosmic Distance Scale Sections 25-1, 26-4 and Box 26-1 Key Ideas The Distance Problem Geometric Distances Trigonometric Parallaxes Luminosity Distances Standard Candles Spectroscopic Parallaxes

More information

Approximate Bayesian computation: an application to weak-lensing peak counts

Approximate Bayesian computation: an application to weak-lensing peak counts STATISTICAL CHALLENGES IN MODERN ASTRONOMY VI Approximate Bayesian computation: an application to weak-lensing peak counts Chieh-An Lin & Martin Kilbinger SAp, CEA Saclay Carnegie Mellon University, Pittsburgh

More information

ASTR Astrophysics 1 - Stellar and Interstellar. Phil Armitage. office: JILA tower A909

ASTR Astrophysics 1 - Stellar and Interstellar. Phil Armitage. office: JILA tower A909 ASTR 3730 Astrophysics 1 - Stellar and Interstellar Phil Armitage office: JILA tower A909 email: pja@jilau1.colorado.edu Part one of a year-long introduction to astrophysics: Aim - develop physical understanding

More information

Foundations of Statistical Inference

Foundations of Statistical Inference Foundations of Statistical Inference Julien Berestycki Department of Statistics University of Oxford MT 2016 Julien Berestycki (University of Oxford) SB2a MT 2016 1 / 20 Lecture 6 : Bayesian Inference

More information

Distinguishing between WDM and CDM by studying the gap power spectrum of stellar streams

Distinguishing between WDM and CDM by studying the gap power spectrum of stellar streams Distinguishing between WDM and CDM by studying the gap power spectrum of stellar streams based on arxiv:1804.04384, JCAP 07(2018)061 Nilanjan Banik Leiden University/GRAPPA, University of Amsterdam In

More information

Chapter 30. Galaxies and the Universe. Chapter 30:

Chapter 30. Galaxies and the Universe. Chapter 30: Chapter 30 Galaxies and the Universe Chapter 30: Galaxies and the Universe Chapter 30.1: Stars with varying light output allowed astronomers to map the Milky Way, which has a halo, spiral arm, and a massive

More information

Weakness of Beta priors (or conjugate priors in general) They can only represent a limited range of prior beliefs. For example... There are no bimodal beta distributions (except when the modes are at 0

More information

Nonparametric Estimation of Luminosity Functions

Nonparametric Estimation of Luminosity Functions x x Nonparametric Estimation of Luminosity Functions Chad Schafer Department of Statistics, Carnegie Mellon University cschafer@stat.cmu.edu 1 Luminosity Functions The luminosity function gives the number

More information

Approximate Bayesian computation for spatial extremes via open-faced sandwich adjustment

Approximate Bayesian computation for spatial extremes via open-faced sandwich adjustment Approximate Bayesian computation for spatial extremes via open-faced sandwich adjustment Ben Shaby SAMSI August 3, 2010 Ben Shaby (SAMSI) OFS adjustment August 3, 2010 1 / 29 Outline 1 Introduction 2 Spatial

More information

Choosing the Summary Statistics and the Acceptance Rate in Approximate Bayesian Computation

Choosing the Summary Statistics and the Acceptance Rate in Approximate Bayesian Computation Choosing the Summary Statistics and the Acceptance Rate in Approximate Bayesian Computation COMPSTAT 2010 Revised version; August 13, 2010 Michael G.B. Blum 1 Laboratoire TIMC-IMAG, CNRS, UJF Grenoble

More information

arxiv: v1 [stat.co] 26 Mar 2015

arxiv: v1 [stat.co] 26 Mar 2015 Bayesian Analysis (2015) 10, Number 1, pp. 171 187 Sequential Monte Carlo with Adaptive Weights for Approximate Bayesian Computation arxiv:1503.07791v1 [stat.co] 26 Mar 2015 Fernando V. Bonassi, and Mike

More information

A Very Brief Summary of Bayesian Inference, and Examples

A Very Brief Summary of Bayesian Inference, and Examples A Very Brief Summary of Bayesian Inference, and Examples Trinity Term 009 Prof Gesine Reinert Our starting point are data x = x 1, x,, x n, which we view as realisations of random variables X 1, X,, X

More information

Astronomy 102: Stars and Galaxies Examination 3 Review Problems

Astronomy 102: Stars and Galaxies Examination 3 Review Problems Astronomy 102: Stars and Galaxies Examination 3 Review Problems Multiple Choice Questions: The first eight questions are multiple choice. Except where explicitly noted, only one answer is correct for each

More information

The Cosmological Redshift. Cepheid Variables. Hubble s Diagram

The Cosmological Redshift. Cepheid Variables. Hubble s Diagram SOME NEGATIVE EFFECTS OF THE EXPANSION OF THE UNIVERSE. Lecture 22 Hubble s Law and the Large Scale Structure of the Universe PRS: According to modern ideas and observations, what can be said about the

More information

CONDITIONING ON PARAMETER POINT ESTIMATES IN APPROXIMATE BAYESIAN COMPUTATION

CONDITIONING ON PARAMETER POINT ESTIMATES IN APPROXIMATE BAYESIAN COMPUTATION CONDITIONING ON PARAMETER POINT ESTIMATES IN APPROXIMATE BAYESIAN COMPUTATION by Emilie Haon Lasportes Florence Carpentier Olivier Martin Etienne K. Klein Samuel Soubeyrand Research Report No. 45 July

More information

Chapter 20: Galaxies and the Foundation of Modern Cosmology

Chapter 20: Galaxies and the Foundation of Modern Cosmology Chapter 20 Lecture Chapter 20: Galaxies and the Foundation of Modern Cosmology Galaxies and the Foundation of Modern Cosmology 20.1 Islands of Stars Our goals for learning: How are the lives of galaxies

More information

Principles of Bayesian Inference

Principles of Bayesian Inference Principles of Bayesian Inference Sudipto Banerjee 1 and Andrew O. Finley 2 1 Biostatistics, School of Public Health, University of Minnesota, Minneapolis, Minnesota, U.S.A. 2 Department of Forestry & Department

More information

Galaxies. With a touch of cosmology

Galaxies. With a touch of cosmology Galaxies With a touch of cosmology Types of Galaxies Spiral Elliptical Irregular Spiral Galaxies Spiral Galaxies Disk component where the spiral arms are Interstellar medium Star formation Spheroidal

More information

Minimum Message Length Analysis of the Behrens Fisher Problem

Minimum Message Length Analysis of the Behrens Fisher Problem Analysis of the Behrens Fisher Problem Enes Makalic and Daniel F Schmidt Centre for MEGA Epidemiology The University of Melbourne Solomonoff 85th Memorial Conference, 2011 Outline Introduction 1 Introduction

More information

Part two of a year-long introduction to astrophysics:

Part two of a year-long introduction to astrophysics: ASTR 3830 Astrophysics 2 - Galactic and Extragalactic Phil Armitage office: JILA tower A909 email: pja@jilau1.colorado.edu Spitzer Space telescope image of M81 Part two of a year-long introduction to astrophysics:

More information

Parameter Estimation. William H. Jefferys University of Texas at Austin Parameter Estimation 7/26/05 1

Parameter Estimation. William H. Jefferys University of Texas at Austin Parameter Estimation 7/26/05 1 Parameter Estimation William H. Jefferys University of Texas at Austin bill@bayesrules.net Parameter Estimation 7/26/05 1 Elements of Inference Inference problems contain two indispensable elements: Data

More information

Relativity and Astrophysics Lecture 15 Terry Herter. RR Lyrae Variables Cepheids Variables Period-Luminosity Relation. A Stellar Properties 2

Relativity and Astrophysics Lecture 15 Terry Herter. RR Lyrae Variables Cepheids Variables Period-Luminosity Relation. A Stellar Properties 2 Stellar Properties Relativity and Astrophysics Lecture 15 Terry Herter Outline Spectroscopic Parallax Masses of Stars Periodic Variable Stars RR Lyrae Variables Cepheids Variables Period-Luminosity Relation

More information

Lecture Outlines. Chapter 23. Astronomy Today 8th Edition Chaisson/McMillan Pearson Education, Inc.

Lecture Outlines. Chapter 23. Astronomy Today 8th Edition Chaisson/McMillan Pearson Education, Inc. Lecture Outlines Chapter 23 Astronomy Today 8th Edition Chaisson/McMillan Chapter 23 The Milky Way Galaxy Units of Chapter 23 23.1 Our Parent Galaxy 23.2 Measuring the Milky Way Discovery 23-1 Early Computers

More information

Weakness of Beta priors (or conjugate priors in general) They can only represent a limited range of prior beliefs. For example... There are no bimodal beta distributions (except when the modes are at 0

More information

PHYS1118 Astronomy II

PHYS1118 Astronomy II PHYS1118 Astronomy II Course Description: This course is designed for non-science students. A study of astronomy as related to humans and society. Topics include elements of Newtonian physics, Relativity,

More information

ASTRO 310: Galactic & Extragalactic Astronomy Prof. Jeff Kenney. Class 2 August 29, 2018 The Milky Way Galaxy: Stars in the Solar Neighborhood

ASTRO 310: Galactic & Extragalactic Astronomy Prof. Jeff Kenney. Class 2 August 29, 2018 The Milky Way Galaxy: Stars in the Solar Neighborhood ASTRO 310: Galactic & Extragalactic Astronomy Prof. Jeff Kenney Class 2 August 29, 2018 The Milky Way Galaxy: Stars in the Solar Neighborhood What stars are we seeing in an optical image of a galaxy? Milky

More information

6. Star Colors and the Hertzsprung-Russell Diagram

6. Star Colors and the Hertzsprung-Russell Diagram 6. Star Colors and the Hertzsprung-Russell Diagram http://apod.nasa.gov/apod/ Supernovae Type Ia in M82 January 22, 2014 Still rising may go to m = 8 (or 10?) What we can learn about stars from their light:

More information

6. Star Colors and the Hertzsprung-Russell Diagram.

6. Star Colors and the Hertzsprung-Russell Diagram. 6. Star Colors and the Hertzsprung-Russell Diagram http://apod.nasa.gov/apod/ Supernovae Type Ia in M82 January 22, 2014 Still rising may go to m = 8 (or 10?) What we can learn about stars from their light:

More information

Age Dating A SSP. Quick quiz: please write down a 3 sentence explanation of why these plots look like they do.

Age Dating A SSP. Quick quiz: please write down a 3 sentence explanation of why these plots look like they do. Color is only a weak function of age after ~3Gyrs (for a given metallicity) (See MBW pg 473) But there is a strong change in M/L V and weak change in M/L K Age Dating A SSP Quick quiz: please write down

More information

Phys333 - sample questions for final

Phys333 - sample questions for final Phys333 - sample questions for final USEFUL INFO: c=300,000 km/s ; AU = 1.5 x 10 11 m ; 1000 nm hc/ev ; ev/k 10 4 K; H-ionization energy is 13.6 ev Name MULTIPLE CHOICE. Choose the one alternative that

More information

6. Star Colors and the Hertzsprung-Russell Diagram

6. Star Colors and the Hertzsprung-Russell Diagram What we can learn about stars from their light: II Color In addition to its brightness, light in general is characterized by its color (actually its wavelength) 6. Star Colors and the Hertzsprung-Russell

More information

Cosmologists dedicate a great deal of effort to determine the density of matter in the universe. Type Ia supernovae observations are consistent with

Cosmologists dedicate a great deal of effort to determine the density of matter in the universe. Type Ia supernovae observations are consistent with Notes for Cosmology course, fall 2005 Dark Matter Prelude Cosmologists dedicate a great deal of effort to determine the density of matter in the universe Type Ia supernovae observations are consistent

More information

Bayesian Inference. Chapter 1. Introduction and basic concepts

Bayesian Inference. Chapter 1. Introduction and basic concepts Bayesian Inference Chapter 1. Introduction and basic concepts M. Concepción Ausín Department of Statistics Universidad Carlos III de Madrid Master in Business Administration and Quantitative Methods Master

More information

Today in Astronomy 142

Today in Astronomy 142 Normal stars: the main sequence Relationships among luminosity, mass and effective temperature Stellar evolution Changes on the main sequence Shell hydrogen fusion and subgiants Today in Astronomy 142

More information

Lecture PowerPoints. Chapter 33 Physics: Principles with Applications, 7 th edition Giancoli

Lecture PowerPoints. Chapter 33 Physics: Principles with Applications, 7 th edition Giancoli Lecture PowerPoints Chapter 33 Physics: Principles with Applications, 7 th edition Giancoli This work is protected by United States copyright laws and is provided solely for the use of instructors in teaching

More information

d(m/m 1 ) (15.01) φ(m)dm m (1+x) dm = φ 1 m 1

d(m/m 1 ) (15.01) φ(m)dm m (1+x) dm = φ 1 m 1 Galaxy Evolution There are four types of galaxy evolution: morphological evolution, dynamical evolution, photometric evolution, and chemical evolution. Morphological evolution is difficult to study theoretically,

More information

Lecture Outlines. Chapter 24. Astronomy Today 8th Edition Chaisson/McMillan Pearson Education, Inc.

Lecture Outlines. Chapter 24. Astronomy Today 8th Edition Chaisson/McMillan Pearson Education, Inc. Lecture Outlines Chapter 24 Astronomy Today 8th Edition Chaisson/McMillan Chapter 24 Galaxies Units of Chapter 24 24.1 Hubble s Galaxy Classification 24.2 The Distribution of Galaxies in Space 24.3 Hubble

More information

Spitzer Space Telescope Cycle-6 Exploration Science Programs

Spitzer Space Telescope Cycle-6 Exploration Science Programs Spitzer Space Telescope Cycle-6 Exploration Science Programs LSL-1 Introduction Cryogen depletion expected in mid-april 2009 No changes in expected instrument performance since Call for Proposals issued

More information