Overview G. Jogesh Babu. R Programming environment Introduction to R programming language R is an integrated suite of software facilities for data manipulation,

Slides:



Advertisements
Similar presentations
Modeling of Data. Basic Bayes theorem Bayes theorem relates the conditional probabilities of two events A, and B: A might be a hypothesis and B might.
Advertisements

Regression Eric Feigelson Lecture and R tutorial Arcetri Observatory April 2014.
Design of Experiments Lecture I
CmpE 104 SOFTWARE STATISTICAL TOOLS & METHODS MEASURING & ESTIMATING SOFTWARE SIZE AND RESOURCE & SCHEDULE ESTIMATING.
Bayesian Estimation in MARK
Chap 9: Testing Hypotheses & Assessing Goodness of Fit Section 9.1: INTRODUCTION In section 8.2, we fitted a Poisson dist’n to counts. This chapter will.
Objectives (BPS chapter 24)
Simple Linear Regression
Chapter Seventeen HYPOTHESIS TESTING
Resampling techniques Why resampling? Jacknife Cross-validation Bootstrap Examples of application of bootstrap.
Descriptive statistics Experiment  Data  Sample Statistics Experiment  Data  Sample Statistics Sample mean Sample mean Sample variance Sample variance.
2008 Chingchun 1 Bootstrap Chingchun Huang ( 黃敬群 ) Vision Lab, NCTU.
Overview of STAT 270 Ch 1-9 of Devore + Various Applications.
G. Cowan Lectures on Statistical Data Analysis Lecture 10 page 1 Statistical Data Analysis: Lecture 10 1Probability, Bayes’ theorem 2Random variables and.
1 BA 555 Practical Business Analysis Review of Statistics Confidence Interval Estimation Hypothesis Testing Linear Regression Analysis Introduction Case.
Chapter 14 Inferential Data Analysis
Statistics Continued. Purpose of Inferential Statistics Try to reach conclusions that extend beyond the immediate data Make judgments about whether an.
INFERENTIAL STATISTICS – Samples are only estimates of the population – Sample statistics will be slightly off from the true values of its population’s.
Testing Hypotheses.
© 2013 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or posted to a publicly accessible website, in whole or in part.
B. RAMAMURTHY EAP#2: Data Mining, Statistical Analysis and Predictive Analytics for Automotive Domain CSE651C, B. Ramamurthy 1 6/28/2014.
Overview G. Jogesh Babu. Probability theory Probability is all about flip of a coin Conditional probability & Bayes theorem (Bayesian analysis) Expectation,
Additional Slides on Bayesian Statistics for STA 101 Prof. Jerry Reiter Fall 2008.
1 Probability and Statistics  What is probability?  What is statistics?
Prof. Dr. S. K. Bhattacharjee Department of Statistics University of Rajshahi.
Statistical Decision Making. Almost all problems in statistics can be formulated as a problem of making a decision. That is given some data observed from.
● Final exam Wednesday, 6/10, 11:30-2:30. ● Bring your own blue books ● Closed book. Calculators and 2-page cheat sheet allowed. No cell phone/computer.
Various topics Petter Mostad Overview Epidemiology Study types / data types Econometrics Time series data More about sampling –Estimation.
Lecture 3: Statistics Review I Date: 9/3/02  Distributions  Likelihood  Hypothesis tests.
Overview G. Jogesh Babu. Overview of Astrostatistics A brief description of modern astronomy & astrophysics. Many statistical concepts have their roots.
© Copyright McGraw-Hill 2004
Course Outline Presentation Reference Course Outline for MTS-202 (Statistical Inference) Fall-2009 Dated: 27 th August 2009 Course Supervisor(s): Mr. Ahmed.
1 Introduction to Statistics − Day 4 Glen Cowan Lecture 1 Probability Random variables, probability densities, etc. Lecture 2 Brief catalogue of probability.
G. Cowan Lectures on Statistical Data Analysis Lecture 8 page 1 Statistical Data Analysis: Lecture 8 1Probability, Bayes’ theorem 2Random variables and.
1 Introduction to Statistics − Day 3 Glen Cowan Lecture 1 Probability Random variables, probability densities, etc. Brief catalogue of probability densities.
1 Chapter 8: Model Inference and Averaging Presented by Hui Fang.
Stats Term Test 4 Solutions. c) d) An alternative solution is to use the probability mass function and.
Topics Semester I Descriptive statistics Time series Semester II Sampling Statistical Inference: Estimation, Hypothesis testing Relationships, casual models.
Statistical Methods. 2 Concepts and Notations Sample unit – the basic landscape unit at which we wish to establish the presence/absence of the species.
Chapter 13 Understanding research results: statistical inference.
Statistical NLP: Lecture 4 Mathematical Foundations I: Probability Theory (Ch2)
Parameter Estimation. Statistics Probability specified inferred Steam engine pump “prediction” “estimation”
Density Estimation in R Ha Le and Nikolaos Sarafianos COSC 7362 – Advanced Machine Learning Professor: Dr. Christoph F. Eick 1.
NURS 306, Nursing Research Lisa Broughton, MSN, RN, CCRN RESEARCH STATISTICS.
Statistical Decision Making. Almost all problems in statistics can be formulated as a problem of making a decision. That is given some data observed from.
Ch 1. Introduction Pattern Recognition and Machine Learning, C. M. Bishop, Updated by J.-H. Eom (2 nd round revision) Summarized by K.-I.
Canadian Bioinformatics Workshops
Howard Community College
Advanced Data Analytics
Why Model? Make predictions or forecasts where we don’t have data.
Probability Theory and Parameter Estimation I
Math 4030 – 10b Inferences Concerning Variances: Hypothesis Testing
Ch3: Model Building through Regression
Overview G. Jogesh Babu.
12 Inferential Analysis.
Course: Autonomous Machine Learning
Statistics in Applied Science and Technology
Statistical Modelling
Introduction to Statistics
Predictive distributions
More about Posterior Distributions
Filtering and State Estimation: Basic Concepts
Statistical NLP: Lecture 4
Ch13 Empirical Methods.
12 Inferential Analysis.
Simple Linear Regression
Analytics – Statistical Approaches
Introductory Statistics
Probabilistic Surrogate Models
Uncertainty Propagation
Presentation transcript:

Overview G. Jogesh Babu

R Programming environment Introduction to R programming language R is an integrated suite of software facilities for data manipulation, calculation and graphical display. Commonly used techniques such as, graphical description, tabular description, and summary statistics, are illustrated through R.

Exploratory Data Analysis An approach/philosophy for data analysis that employs a variety of techniques (mostly graphical) to: –maximize insight into a data set –uncover underlying structure –extract important variables –detect outliers and anomalies –formulate hypotheses worth testing –develop parsimonious models –provide a basis for further data collection through surveys or experiments

Probability theory Probability is all about flip of a coin Conditional probability & Bayes theorem (Bayesian analysis) Expectation, variance, standard deviation (units free estimates) density of a continuous random variable (as opposed to density defined in physics) Normal (Gaussian) distribution, Chi-square distribution (not Chi-square statistic) Probability inequalities and the CLT

Statistical Inference While Exploratory Data Analysis provides tools to understand what the data shows, the statistical inference helps in reaching conclusions that extend beyond the immediate data alone. Statistical inference helps in making judgments of an observed difference between groups is a dependable one or one that might have happened by chance in a study. Topics include: –Point estimation –Confidence intervals for unknown parameters –Principles of testing of hypotheses

Maximum Likelihood Estimation Likelihood - differs from that of a probability –Probability refers to the occurrence of future events –while a likelihood refers to past events with known outcomes MLE is used for fitting a mathematical model to data. Modeling real world data by estimating maximum likelihood offers a way of tuning the free parameters of the model to provide a good fit.

Regression Underlying principles of linear and multiple linear regression Least squares estimation Maximum Likelihood Method Confidence Intervals for Regression coefficients

Linear regression issues in astronomy Compares different regression lines used in astronomy Illustrates them with Faber-Jackson relation. Measurement Error models are also discussed

Multivariate analysis Analysis of data on two or more attributes (variables) that may depend on each other –Principle components analysis, to reduce the number of variables –Canonical correlation –Tests of hypotheses –Confidence regions –Multivariate regression –Discriminant analysis (supervised learning). Computational aspects are covered in the lab

Cluster Analysis Data mining techniques Classifying data into clusters –k-means –Model clustering –Single linkage (friends of friends) –Complete linkage clustering algorithm

Bayesian Inference As evidence accumulates, the degree of belief in a hypothesis ought to change Bayesian inference takes prior knowledge into account The quality of Bayesian analysis depends on how best one can convert the prior information into mathematical prior probability Methods for parameter estimation, model assessment etc Illustrations with examples from astronomy

Spatial Statistics Spatial Point Processes Gaussian Processes (Inference and computational aspects) Modeling Lattice Data Homogeneous and inhomogeneous Poisson processes Estimation of Ripley's K function (useful for point pattern analysis) Cox Process (doubly stochastic Poisson Process) Markov Point Processes

Monte Carlo Markov Chain MCMC methods are a collection of techniques that use pseudo-random (computer simulated) values to estimate solutions to mathematical problems MCMC for Bayesian inference Illustration of MCMC for the evaluation of expectations with respect to a distribution MCMC for estimation of maxima or minima of functions MCMC procedures are successfully used in the search for extra-solar planets

Nonparametric Statistics These statistical procedures make no assumptions about the probability distributions of the population. The model structure is not specified a priori but is instead determined from data. As non-parametric methods make fewer assumptions, their applicability is much wider Procedures described include: –Sign test –Mann-Whitney two sample test –Kruskal-Wallis test for comparing several samples Density Estimation

Bootstrap How to get most out of repeated use of the data. Bootstrap is similar to Monte Carlo method but the `simulation' is carried out from the data itself. A very general, mostly non-parametric procedure, and is widely applicable. Applications to regression, cases where the procedure fails, and where it outperforms traditional procedures will be also discussed

Goodness of Fit Curve (model) fitting or goodness of fit using bootstrap procedure. Procedure like Kolmogorov-Smirnov does not work in multidimensional case, or when the parameters of the curve are estimated. Bootstrap comes to rescue Some of these procedures are illustrated using R in a lab session on Hypothesis testing and bootstrapping

Model selection The model selection procedures covered include: Chi-square test Rao's score test Likelihood ratio test Cross validation

Time Series Time domain procedures State space models Kernel smoothing Poisson processes Spectral methods for inference A brief discussion of Kalman filter Illustrations with examples from astronomy

Non-parametrics for Astronomy Applications to Red-shift surveys Truncation Malmquist Bias SDSS LSST