6/1/2015 Acc 522 Statistical Methods for Business Decisions (Gangolly/Dutta) 1 Introduction to Statistics for Business Decisions Jagdish S. Gangolly &

Slides:



Advertisements
Similar presentations
Browse the codebook - to see the list of variables on which you can do statistics select the “Browse codebook in this window” option and then click “Start”
Advertisements

**ESTABLISHING PATTERNS OR TRENDS IN THE DATA COLLECTED** BY DR. ARTEMIO P. SEATRIZ MMSU-CTE LAOAG CITY.
Descriptive Exploratory Data Analysis 9/6/2007 Jagdish S. Gangolly State University of New York at Albany.
Graphic representations in statistics (part II). Statistics graph Data recorded in surveys are displayed by a statistical graph. There are some specific.
Copyright © Allyn & Bacon (2007) Using SPSS for Windows Graziano and Raulin Research Methods This multimedia product and its contents are protected under.
1 Financial Mathematics Clicker review session, Midterm 01.
1 Financial Mathematics Clicker review session, Final.
1 Financial Mathematics Clicker review session, Midterm 01.
I.1 ii.2 iii.3 iv.4 1+1=. i.1 ii.2 iii.3 iv.4 1+1=
6/25/2015 Acc 522 Fall 2001 (Jagdish S. Gangolly) 1 Data Mining I Jagdish Gangolly State University of New York at Albany.
Introduction to Exploratory Descriptive Data Analysis in S-Plus Jagdish S. Gangolly State University of New York at Albany.
I.1 ii.2 iii.3 iv.4 1+1=. i.1 ii.2 iii.3 iv.4 1+1=
Data Description Tables and Graphs Data Reduction.
Thinking Mathematically
Statistics in psychology Describing and analyzing the data.
10/2/2015 Acc 522 Statistical Methods for Forensic Accounting & Assurance (Fall 2008) Gangolly 1 Statistical Methods for Forensic Accounting & Assurance.
Descriptive Exploratory Data Analysis III Jagdish S. Gangolly State University of New York at Albany.
3-5 Equations, Tables, and Graphs Warm Up For each function, find the value of y for x = 0, x = 4, and x = –5. 1. y = 6x – 3 2. y = 3.8x – y = 1.6x.
Notes 9.6 – Statistics and Data - Graphically. I. Variables A.) Def: characteristics of individuals being identified or measured. 1.) CATEGORICAL – Class.
Project Presentation Template (May 6)  Make a 12 minute presentation of your results (14 students ~ 132 mins for the entire class) NOTE: send ppt by mid-night.
Levels of Image Data Representation 4.2. Traditional Image Data Structures 4.3. Hierarchical Data Structures Chapter 4 – Data structures for.
Analyzing and Visualizing Data Dr. Lam TECM 4180.
Chapter Eight: Using Statistics to Answer Questions.
Tabular and Graphical Representations of Data 8/24/11.
Graphical Representation of Data. Introduction Whenever verbal problems involving a certain situation is presented visually before the learners, it makes.
Introduction to Exploratory Descriptive Data Analysis in S-Plus Jagdish S. Gangolly State University of New York at Albany.
CHAPTER 3 ACCOUNTING FOR CURRENCY EXCHANGE RATE CHANGES.
Matrix Multiplication The Introduction. Look at the matrix sizes.
Descriptive Exploratory Data Analysis II Jagdish S. Gangolly State University of New York at Albany.
= the matrix for T relative to the standard basis is a basis for R 2. B is the matrix for T relative to To find B, complete:
ANNOUCEMENTS 9/3/2015 – NO CLASS 11/3/2015 – LECTURE BY PROF.IR.AYOB KATIMON – 2.30 – 4 PM – DKD 5 13/3/2015 – SUBMISSION OF CHAPTER 1,2 & 3.
2-5 Equations, Tables, and Graphs Warm Up Warm Up Lesson Presentation Lesson Presentation Problem of the Day Problem of the Day Lesson Quizzes Lesson Quizzes.
ACC 225 Complete Class Financial Accounting Check this A+ tutorial guideline at 225/ACC-225-Complete-Class. For more.
Graphical Representation of Data
Descriptive Exploratory Data Analysis II
Graph Representations
Circle all of the values that make you want to be a part of this organization. Then go back and narrow the list down to your top five values. Then read.
Experimental Design.
Multivariate Analysis
BUSINESS MATHEMATICS & STATISTICS.
Hazard Mitigation Planning VII
Analyzing and Visualizing Data
Matrix Representation of Graph
Statistics for Psychology
Jagdish Gangolly State University of New York at Albany ther sources
Introduction to Exploratory Descriptive Data Analysis in S-Plus II
Introduction to Statistics
Functions.
Finding Out About II Lecture Notes Prepared by Jagdish S. Gangolly
Dr. Clincy Professor of CS
Wednesday, September 23 Descriptive v. Inferential statistics.
Graphics in S-Plus Jagdish S. Gangolly School of Business
(or why should we learn this stuff?)
Transformations of curves
إحصاء تربوي الفصل الأول: المفاهيم الأساسية الإحصائية
Objective The student will be able to:
Pima Medical Institute Online Education
Starting out with Statistics
Nat 5 Graphic Communication Prelim Study
Introduction to Exploratory Descriptive Data Analysis in S-Plus
Pima Medical Institute Online Education
Graphing Supply.
Index Notation Sunday, 24 February 2019.
Solving Equations 3x+7 –7 13 –7 =.
Chapter Nine: Using Statistics to Answer Questions
The End Min of 9 slides Max of 15 slides You will have 1 minute to explain supply and demand. This project is worth 50 summative points. 10pts -2 graphs.
GRAPHING LINEAR EQUATIONS
Stage            B.Tech.                          MBA I                    Proof of Concept      Mini Plan & Company Description II                  Market.
Browse the codebook - to see the list of variables on which you can do statistics select the “Browse codebook in this window” option and then click “Start”
Chapter 13 Vector Functions
Presentation transcript:

6/1/2015 Acc 522 Statistical Methods for Business Decisions (Gangolly/Dutta) 1 Introduction to Statistics for Business Decisions Jagdish S. Gangolly & Saurav Dutta Department of Accounting & Law State University of New York at Albany

6/1/2015Acc 522 Statistical Methods for Business Decisions (Gangolly/Dutta)2 Introduction Statistics helps us get information from data Statistics can be used to  Get a description of data in graphical form to help us extract information (Descriptive Statistics) (Gangolly)  Draw inferences from data (Inferential Statistics)(Dutta)

6/1/2015Acc 522 Statistical Methods for Business Decisions (Gangolly/Dutta)3 Descriptive Statistics Example: FASBs Changes in Financial accounting Standards Representation of data in an adjacency matrix S-Plus program to represent it visually

6/1/2015Acc 522 Statistical Methods for Business Decisions (Gangolly/Dutta)4 Adjacency matrix Rows & Columns represent standard, the frequencies are the number of changes made by row standard to the column standard

6/1/2015Acc 522 Statistical Methods for Business Decisions (Gangolly/Dutta)5 The Program  > n <- 131  > x <- cos(1:n * (2*pi/n))  > y <- sin(1:n * (2*pi/n))  > mat <- as.matrix(mymatrix)  > from <- row(mat)[mat==1]  > to <- col(mat)[mat==1]  > plot(x,y)  > text(x*1.05,y*1.05,1:n)  > arrows(x[from],y[from],x[to],y[to])

6/1/2015Acc 522 Statistical Methods for Business Decisions (Gangolly/Dutta)6 Descriptive Statistics: An Example: The Graph

6/1/2015Acc 522 Statistical Methods for Business Decisions (Gangolly/Dutta)7 Visual Delights I: Mapuccino (Hyperbolic Tree) The source for the following slides is:

6/1/2015Acc 522 Statistical Methods for Business Decisions (Gangolly/Dutta)8 Visual Delights II: Cheesemap of France

6/1/2015Acc 522 Statistical Methods for Business Decisions (Gangolly/Dutta)9 Visual Delights III: Multivariate Starplot Variables: Price, Gear Ratio and Turning Circle

6/1/2015Acc 522 Statistical Methods for Business Decisions (Gangolly/Dutta)10 Visual Delights IV: Mapping temporal Patterns

6/1/2015Acc 522 Statistical Methods for Business Decisions (Gangolly/Dutta)11 Visual Delights V: Correlogram

6/1/2015Acc 522 Statistical Methods for Business Decisions (Gangolly/Dutta)12 Visual Delights VI: Animated Tri-plot