First… ArcMap is really picky If you’re having problems with a CSV:

Slides:



Advertisements
Similar presentations
Welcome to PHYS 225a Lab Introduction, class rules, error analysis Julia Velkovska.
Advertisements

1 C++ Syntax and Semantics The Development Process.
MEASUREMENT 1.4.
 Review answers  Grades and sample answers posted tonight  Comment sheets available tomorrow (interrupt any meetings) or in class on Thursday.
ECS15 for and sequence. Comments  Another way to repeat.
© 2013 Pearson Education, Inc. Active Learning Lecture Slides For use with Classroom Response Systems Introductory Statistics: Exploring the World through.
Measurements: Every measurement has UNITS.
Computer Science A 14: 3/4. Computing with numbers - Precision - Representation - Computing with numbers - Example.
Latitude longitude review
GEOREFERENCING SYSTEMS
Uncertainty in Measurement Professor Bob Kaplan University Department of Science 1.
NR 422 Quality Control Jim Graham Spring Staircase of Knowledge Increasing Subjectivity Human value added Observation And Measurement Data Information.
Excel Simple Computation. Compute the Mean Place the cursor over a cell, click, and type. Pressing the enter key moves to the next cell. Here I typed.
Accuracy and Precision
Using Scientific Measurements. Uncertainty in Measurements All measurements have uncertainty. 1.Measurements involve estimation by the person making the.
Because mathematical measurements aren’t good enough.
Working with Map Projections Margaret M. Maher Author of “Lining Up Data in ArcGIS: a guide to map projections” Second edition.
Significant Figures Number of digits believed to be correct by the person doing the measuring Includes 1 estimated digit Read to 1/10 the smallest division.
ACCURACY A description of how close measurement is to the true or accepted value of a measurement. Error or Absolute Error = Observed value – accepted.
Chapter 3 Math Toolkit. 3.1~3.2 Significant Figures & in Arithmetic.
Correlation and Prediction Error The amount of prediction error is associated with the strength of the correlation between X and Y.
MEASUREMENT. Chapter One: Measurement  1.1 Measurements  1.2 Time and Distance  1.3 Converting Measurements  1.4 Working with Measurements.
Chapter 14: Inference about the Model. Confidence Intervals for the Regression Slope (p. 788) If we repeated our sampling and computed another model,
Uncertainty How “certain” of the data are we? How much “error” does it contain? Also known as: –Quality Assurance / Quality Control –QAQC.
Uncertainty in Measurement
Normal Distribution.
Significant Figures Always record data as accurately as you can (as many sig. figs. as method allows) The last digit of the value that you record should.
Confidence intervals. Estimation and uncertainty Theoretical distributions require input parameters. For example, the weight of male students in NUS follows.
Measurements in Fluid Mechanics 058:180 (ME:5180) Time & Location: 2:30P - 3:20P MWF 3315 SC Office Hours: 4:00P – 5:00P MWF 223B-5 HL Instructor: Lichuan.
Word Processing. Spell checking How does Word know that “storey” is misspelled?
HRP Copyright © Leland Stanford Junior University. All rights reserved. Warning: This presentation is protected by copyright law and.
Significant Figures Mr. Nelson – Uncertainty The pin is ½ way between the smallest lines on the ruler – what do we do? We have to IMAGINE that there.
Errors in Numerical Methods
How to describe Accuracy And why does it matter Jon Proctor, PhotoTopo GIS In The Rockies: October 10, 2013.
Chapter 3 Vocabulary Measurement Scientific notation.
Latitude & Longitude Practice
CS 125 Lecture 3 Martin van Bommel. Overflow In 16-bit two’s complement, what happens if we add =
Introduction to Algorithmic Processes CMPSC 201C Fall 2000.
PreCalculus 3-4 Solving Exponential and Logarithm Equations.
Science, Measurement, Uncertainty and Error1 Science, Measurements, Uncertainty and Error.
Esri UC 2014 | Demo Theater | Working with Map Projections Margaret M. Maher Author of “Lining Up Data in ArcGIS: a guide to map projections” Second edition.
KEY TERMINOLOGY / CONCEPTS ➢ Accuracy: How close the measurement is to the accepted value, your “correctness” ➢ Precision: How well the measurement can.
2.3 Output Formatting. Outputting Format Specify the number of spaces, “c”, used to print an integer value with specifier %cd, e.g., %3d, %4d. E.g. printf.
Chapter 2 Errors in Numerical Methods and Their Impacts.
A Look at Creating & Updating Point Files
Significant Figures.
Creates the file on disk and opens it for writing
Making a JSON file.
Introduction to estimation: 2 cases
Introduction, class rules, error analysis Julia Velkovska
Meta-analysis statistical models: Fixed-effect vs. random-effects
آشنايی با اصول و پايه های يک آزمايش
Converting and Sig Figs
Solving Exponential and Logarithm Equations
Creates the file on disk and opens it for writing
Storing Information Each memory cell stores a set number of bits (usually 8 bits, or one byte) (byte addressable)
Statistics in Biology.
Estimating the Value of a Parameter Using Confidence Intervals
First… ArcMap is really picky If you’re having problems with a CSV:
Testing and Estimating a Single Variance or Standard Deviation
Measurements and Their Uncertainty 3.1
MEASUREMENT.
Unit 3: Variables in Java
Significant Digits.
MEASUREMENT.
Latitude & Longitude Practice
Confidence Intervals for Proportions
Precision & Uncertainties
Research Methods: Instrument Accuracy
PYTHON - VARIABLES AND OPERATORS
Presentation transcript:

First… ArcMap is really picky If you’re having problems with a CSV: Check the file in NotePad or NotePad++ Excel will hide characters and reformat your data! Header names must be 10 letters or less, no punctuation or spaces No special characters in cells BlueSpray and QGIS are less picky For this assignment, GoogleDocs did something bad.

What happened? Group Benchmark Location NAME Latitude Longitude y_proj x_proj 2 40.871813 -124.080055 3 40.871803 -124.080047 4 40.871804 5 40.871809 -124.080058 6 -124.080059 7 8 9 40.871808 10 11 40.871773 -124.079989 12 -124.079944 13 -124.080066 14 40.871651 -124.080081 15 40.871554 -124.080042 16 40.871822 -124.080043 17 40.871371 -124.080125 18 40.87128 -124.08023 19 40.871824 -124.08004 40.87155 -124.08 4525059 408982.7 40.8716 4525065 408983.3 40.87145 4525048 408979.6 40.87141 4525044 408980.5 40.87135 4525037 408977.8 40.87139 4525041 408976.2 South Stairs B01 40.87148 4525052 408979.4 B02 408979.8 B03 4525051

What happened?

Accuracy and Precision These are the formal terms, accuracy is often used to refer to uncertainty in general High Accuracy Low Precision Low Accuracy High Precision http://en.wikipedia.org/wiki/Accuracy_and_precision

Accuracy and Precision Accuracy = distance from truth Precision = repeatability Wikipedia

Precision Estimate: Manage: Report Standard Deviation: Precision Standard Error: Precision Confidence Interval: Precision Min/Max: Precision Manage: Significant Digits Data types: Doubles, Long Integers Report

Standard Deviation (Precision) Each band represents one standard deviation Source: Wikipedia 8

RMSE From Higher Accuracy