Flag = 1 or 2 or 3 1: 2: 3: [a1, a2, Ea1, Ea2, r] = linear_fit(xyData, xmin, xmax, flag) coefficients x i, y i data in a matrix of n rows by 2 columns.

Slides:



Advertisements
Similar presentations
T-Test Label and list one set of scores in one column List the second set in the second column.
Advertisements

Lecture 6 Basic Statistics Dr. A.K.M. Shafiqul Islam School of Bioprocess Engineering University Malaysia Perlis
Finding Correlation Coefficient & Line of Best Fit.
IB Math Studies – Topic 6 Statistics.
Number of movies Frequency TOTAL: 88 The following data shows the number of movies 88 students watched one week during the summer.
20/05/2015 Skew. 20/05/2015 Skewness 20/05/2015 Examining Skewness 1. Compare the mode, median and mean against each other Symmetrical:mean = median.
Modal Class Exercise. The masses, in grams, of 100 potatoes are shown in the table below: Mass (m) gramsFrequency 0 < m  < m  < m 
Part 4 Chapter 13 Linear Regression
Measures of Dispersion CJ 526 Statistical Analysis in Criminal Justice.
Statistics: Data Presentation & Analysis Fr Clinic I.
T T07-01 Sample Size Effect – Normal Distribution Purpose Allows the analyst to analyze the effect that sample size has on a sampling distribution.
Finding Statistics from a Grouped frequency table.
Hydrologic Statistics
Introduction to Error Analysis
POPULATION DYNAMICS Required background knowledge:
STA Lecture 131 STA 291 Lecture 13, Chap. 6 Describing Quantitative Data – Measures of Central Location – Measures of Variability (spread)
ES 240: Scientific and Engineering Computation. Chapter 13: Linear Regression 13. 1: Statistical Review Uchechukwu Ofoegbu Temple University.
Measures of Central Tendency And Spread Understand the terms mean, median, mode, range, standard deviation.
Finding Mean, Median, Upper Extreme, Lower Extreme and Standard Deviation Using the Graphics Calculator.
1 Measure of Center  Measure of Center the value at the center or middle of a data set 1.Mean 2.Median 3.Mode 4.Midrange (rarely used)
T T03-01 Calculate Descriptive Statistics Purpose Allows the analyst to analyze quantitative data by summarizing it in sorted format, scattergram.
Module 7: Comparing Datasets and Comparing a Dataset with a Standard How different is enough?
Descriptive statistics Petter Mostad Goal: Reduce data amount, keep ”information” Two uses: Data exploration: What you do for yourself when.
Hand out z tables Introduction to Statistics for the Social Sciences SBS200, COMM200, GEOG200, PA200, POL200, or SOC200 Lecture Section 001, Spring 2015.
Scatter Diagrams Objective: Draw and interpret scatter diagrams. Distinguish between linear and nonlinear relations. Use a graphing utility to find the.
Probability: Part 2 Sampling Distributions Wed, March 17 th 2004.
Central Tendency. Variables have distributions A variable is something that changes or has different values (e.g., anger). A distribution is a collection.
Inferences from sample data Confidence Intervals Hypothesis Testing Regression Model.
Created by: Tonya Jagoe. Measures of Central Tendency mean median mode.
13-4 The Sine Function Today’s Objective: I can graph the sine function.
Statistics 1: Introduction to Probability and Statistics Section 3-2.
How Good is a Model? How much information does AIC give us? –Model 1: 3124 –Model 2: 2932 –Model 3: 2968 –Model 4: 3204 –Model 5: 5436.
Engineering Analysis ENG 3420 Fall 2009 Dan C. Marinescu Office: HEC 439 B Office hours: Tu-Th 11:00-12:00.
Regression and Median Fit Lines
Chapter 9 Minitab Recipe Cards. Contingency tests Enter the data from Example 9.1 in C1, C2 and C3.
m/sampling_dist/index.html.
Statistical Analysis – Chapter 8 “Confidence Intervals” Roderick Graham Fashion Institute of Technology.
Lecture 7: Bivariate Statistics. 2 Properties of Standard Deviation Variance is just the square of the S.D. If a constant is added to all scores, it has.
Section 6-1 – Confidence Intervals for the Mean (Large Samples) Estimating Population Parameters.
Comparing Datasets and Comparing a Dataset with a Standard How different is enough?
What do these situations have in common? Explain..
Created by: Tonya Jagoe. Measures of Central Tendency & Spread Input the data for these test scores into your calculator to find.
The Normal Model Chapter 6 Density Curves and Normal Distributions.
6.1 Confidence Intervals for the Mean (Large Samples) Prob & Stats Mrs. O’Toole.
Review 1. Describing variables.
Basic Estimation Techniques
How Good is a Model? How much information does AIC give us?

Measures of Central Tendency
Part Three. Data Analysis
Stat 1301 Percentiles and the Normal Distribution
Basic Estimation Techniques
آشنايی با اصول و پايه های يک آزمايش
DS3 Summary Statistics.
Simple Probability Problem
Today (2/11/16) Learning objectives (Sections 5.1 and 5.2):
Linear regression Fitting a straight line to observations.
Basic analysis Process the data validation editing coding data entry
Statistical Inference about Regression
Coding in the form y = a + bx
Contact: Machine Learning – (Linear) Regression Wilson Mckerrow (Fenyo lab postdoc) Contact:
Statistics 1: Introduction to Probability and Statistics
What Month Were You Born In?
Using Clustering to Make Prediction Intervals For Neural Networks
Finding Correlation Coefficient & Line of Best Fit
Finding Statistics from Data
Finding Statistics from a frequency table
Finding Statistics from a Grouped frequency table
Presentation transcript:

Flag = 1 or 2 or 3 1: 2: 3: [a1, a2, Ea1, Ea2, r] = linear_fit(xyData, xmin, xmax, flag) coefficients x i, y i data in a matrix of n rows by 2 columns Column 1: x i data Column 2: y i data max x value for plot min x value for plot uncertainties correlation coefficient

[area, prob, FWHM, xFWHM1, xFWHM2] = gauss(mu, sigma, x1, x2) Outputs Total area under curve (%) Probability (%) Full Width at Half Maximum and corresponding x values mean Standard deviation Limits for probability calculation Inputs

prob = chi2test(dof, chi2Max) Outputs Probability  2 >  2 max Value of  2 to test Degrees of freedom Inputs

[n, xbar, mode, median, s_pop, s_sample, E] = stat(StatData) Outputs Number of measurements Inputs Mean Mode Median Sample standard deviation Population standard deviation Standard error of the mean Measurements: Frequency Value