The Time Series Forecasting System Charles Hallahan, Economic Research Service/USDA, Washington, DC

Size: px
Start display at page:

Download "The Time Series Forecasting System Charles Hallahan, Economic Research Service/USDA, Washington, DC"

Transcription

1 INTRODUCTION The Time Series Forecasting System Charles Hallahan, Economic Research Service/USDA, Washington, DC The Time Series Forecasting System (TSFS) is a component of SAS/ETS that provides a menu-based front-end for forecasting activities. The tasks of creating a date variable, graphing a data series and quickly seeing the results of differencing and/or applying a log transformation, testing for unit roots, examining autocorrelation and partial autocorrelation plots, performing seasonality tests, and, finally, estimating models and producing forecasts are just a mouse click away. This Tutorial is an introduction to the TSFS. Part 1 shows how to access the system and generate forecasting models for several variables through automatic selection from a default list of models provided with the TSFS. Simulated data will be used for this exercise. Part 2 shows how to override the defaults of the TSFS and take control of specifying a model. This paper is written using the SAS System Version Figure 1 Accessing the TSFS PART 1: USING THE TSFS IN AUTOMATIC MODE The first step is to make sure a libname statement has been executed to point to the directory containing the SAS data set to be analyzed. We ll start with two simulated quarterly data series of length 48 each. Y1 was generated to follow an AR(1) process with an AR parameter of 0.8 and a mean of 2. Y2 was generated as an ARMA(1,1) with parameter values of 0.8 and 0.2, a mean of 2, a linear trend of 0.1 and additive seasonal factors of 0.1, -0.4, 0.3 and 0.1. The TSFS can be accessed either through menu choices (see Figure 1) as Solutions Analysis Forecasting System Figure 2 Starting a Project or by entering the command forecast on the command line or by assigning the command forecast to a function key. The two simulated series are in the SAS dataset mylib.simdata. A new project is started (see Figure 2), and since the SAS dataset does not contain a date variable (see Figure 2 again), one can be created within TSFS (see Figure 3) by selecting a starting date and frequency. We use 1990Q1 and QTR respectively and the default variable name of DATE. Figure 3 Creating a Date Variable

2 To view a series, click on the View Series button and select Y1 (see Figure 4). Figure 6 The Automatic Model Fitting Screen Figure 4 Viewing a Series Clicking on a point on the graph produces the actual data value in a box on the upper right. The buttons along the upper left are for zooming and transformations. For example, clicking on the key creates the first difference and immediately graphs it. The keys down the upper right produce the sample autocorrelation and partial autocorrelation functions and also carry out white noise and unit root tests. These buttons will be used later when building specific models. Before clicking on the Run button to have the best model selected on the basis of the default Model Selection Criterion of the Root Mean Square Error, look at some of the other default options. The default is to keep just the Best Model. Clicking on the Options pull-down menu along the top, click on the option Automatic Fit to change the default to keep the Best 5 Models based on RMSE. Note that the option to have the TSFS automatically perform diagnostics on the variables is checked. These diagnostics will be discussed later. See Figure 7 for this step. Clicking on the return arrow along the top brings back the main menu. TSFS can find the best fitting model for the two variables by selecting from a preset list of models and using RMSE, the root mean square error, as the default goodness-of-fit measure. From the Time Series Forecasting Menu (see Figure 5), click on the Fit Models Automatically button. From the Automatic Model Fitting screen (see Figure 6) click on the Select button on the line Series to Process: and select the two variables Y1 and Y2. Figure 7 The Automatic Model Selection Options Another option of interest is which models are in the selection list as candidates for best fitting model. Click again on the Options pull-down menu and select Model Selection List. The result is Figure 8. Figure 5 Time Series Forecasting Menu The models in this list are characterized by three factors: Ãtrend - either none, deterministic or stochastic (that is, first or second difference) Ãlog or not Ãseasonality or not.

3 using the series diagnostics is not full proof. In this case, Y1 is found to not need a Log transformation (true), to have a trend (not true), and not to be seasonal (true). Y2 gets a Maybe on needing a Log transformation, to have a trend (true), and not to be seasonal (not true). As a result, the true models are not used as candidate models in either case. The Best 5 Models as determined by RMSE are summarized in the Automatic Model Fitting Results screen, Figure 10. Figure 8 Model Selection List For example, Winter s method is a smoothing model for data exhibiting a trend and seasonality; no log is taken. The TSFS documentation clearly explains all the available models. Models not included in this list should be added before selecting the best models. If the option to automatically have TSFS perform the preliminary diagnostics is selected, then the list of models actually fit to a data series is much reduced. To add models to the list, click on the Actions button. For this tutorial we ll add 8 models to the list: AR(1), MA(1), ARMA(1,1), linear trend + seasonal dummies + AR(1), and their log equivalents. For example, to add the model linear trend + seasonal dummies + AR(1) to the list, after clicking on the Actions button, click on Add and then Custom Model. After making the appropriate selections, the result is Figure 9. Figure 10 Automatic Model Fitting Results Screen The best fitting model for Y1 is Damped Trend Exponential Smoothing with a RMSE = and for Y2 is Linear (Holt) Exponential Smoothing with a RMSE = We ll now fit the true for both Y1 and Y2 by clicking on the Close button twice to return to the Main Menu and clicking on the Develop Models button (see Figure 5). Right-clicking in a blank area and selecting Fit Models from List, make sure the box Show All Models is checked (Figure 11). Scroll to the bottom of the list and select the true model, AR(1). Figure 9 Custom Model Selection Screen After adding these 8 models, return to the Automatic Model Fitting screen (Figure 6) and click on Run. A box appears stating that models will be fit to the 2 series Y1 and Y2 and the models will be selected after the series diagnostics are run. The alternative is to fit all the models to each series. While it takes longer to fit all the models in the list, we ll see that Figure 11 Models to Fit Screen

4 The RMSE for the AR(1) model is , about an 8% improvement over the best model selected using the series diagnostics. Repeating the same procedure for Y2 and fitting its true model linear trend + seasonal dummies + AR(1) errors leads to a RMSE of , a 16% improvement. The moral is don t rely too strongly on the series diagnostics. I would recommend fitting all available models. PART 2: USING THE TSFS TO DEVELOP MODELS In this example we ll use the variable GCD, personal consumption expenditures on durable goods, found in the SAS dataset SASHELP.CITIQTR. The data is quarterly from 1980/1 1991/4. The object is to find a good forecasting model for GCD. A new project is started for this variable. One decision that needs to be made is whether or not to use a Holdout Sample, that is, put aside some observations when estimating the models and use the held-out observations to evaluate the performance of each model. In this example, we ll find the best models both with and without a holdout sample of 8 periods and see if it makes a difference. Figure 13 Unit Root Test for GCD The first difference of GCD appears to be stationary, in fact, the left-most graph in Figure 14 implies that )GCD is white noise, i.e., GCD is a random walk. The next step is to examine the autocorrelation (ACF) and partial autocorrelation (PACF) functions of )GCD (Figure 15). The first step is to graph the data (Figure 12). Figure 14 Unit Root Test for )GCD Figure 12 Graph of GCD The data obviously has a trend. Seasonality is harder to determine visually. To decide between using a deterministic or stochastic trend, a unit root test can be performed by clicking on the 3 rd button from the top along the right-hand side of the graph (Figure 13). The Dickey-Fuller test (the middle graph) clearly indicates a unit root or stochastic trend and that taking a first difference is appropriate. A first difference is easily obtained by clicking on the ) key along the top of the graph (Figure 14). The ACF and PACF suggest that either an AR(1) or MA(1) model for )GCD is reasonable. We next fit ARIMA(1,1,0) and ARIMA(0,1,1) models both with and without intercepts. Intercepts seem to be needed since Figure 12 looks more like a random walk with drift than without drift. The random walk with drift model was also fit. Based on the Akaike and Schwartz Information Criteria (AIC & SIC) and also RMSE, the ARIMA(1,1,0) model with intercept is the best model when no holdout sample is used. The parameter estimates are shown in Figure 16.

5 Since a holdout sample has not been used at this point, the Fit Range and Evaluation Range are the same, namely, 1980/1 1991/4. The RMSE over this range for the ARIMA(1,1,0) with intercept model is The ARIMA(0,1,1) with intercept model is very close with a RMSE of Figure 15 ACF and PACF for )GCD We can see how this model compares with our candidate list of models by using the Automatic Fit option and not subsetting the list of models by the series diagnostics. The automatic series diagnostics for GCD is undecided on a Log transformation, detects a trend, and rejects seasonality. However, fitting all models in the list results in the best model according to the RMSE criterion to be Seasonal Dummies + Linear Trend + AR(1) with RMSE = According to the MAPE criterion, the two models are essentially equivalent with a MAPE of 2.85%. Figure 17 shows the parameter estimates for the Seasonal Dummies + Linear Trend + AR(1) model. Note that none of the seasonal dummies are significant at the.05 level. Figure 15 Parameter Estimates for ARIMA(1,1,0) Model with Intercept for GCD With t-values in parentheses, the estimates for the intercept and autoregressive coefficient are 5.01 (3.4) and 0.25 (-1.8) respectively. The forecasts for this model can be viewed by clicking on the 2 nd icon from the bottom along the right (Figure 16). Figure 17 Parameter Estimates for Seasonal Dummies + Linear Trend + AR(1) Model We will now define a holdout sample of the last eight observations, 1990/1 1991/4, and evaluate each of the above two models based on the out-of-sample RMSE. To do this, go back to the Develop Models screen and click on the Set Ranges button. This brings up the Time Ranges Specification screen (Figure 18) where a holdout sample of 8 periods is set. The models are now refit by clicking on the Edit menu item along the top of the screen: Edit Refit Models All Models Figure 16 Forecasts for ARIMA(1,1,0) Model with Intercept for GCD

6 SAS and SAS/ETS are registered trademarks or trademarks of SAS Institute Inc. in the USA and other countries. indicates USA registration. CONTACT INFORMATION Figure 18 Time Ranges Specification Screen Author Name: Charles Hallahan Company: Economic Research Service/USDA Address: Room M St, NW City, State ZIP: Washington, DC Work Phone: Fax: hallahan@ers.usda.gov The previous best model, Seasonal Dummies + Linear Trend + AR(1), now has a RMSE of while the ARIMA(1,1,0) with intercept model has a RMSE of However, the overall best model using this particular holdout sample and the RMSE criterion are the ARIMA(1,1,0) NOINT and ARIMA(0,1,1) NOINT models with RMSE s of So the answer to the question What is the best forecasting model is It depends! Topics not covered in this introduction to the TSFS include intervention models, adding explanatory variables, and combining forecasts. CONCLUSION The Time Series Forecasting System provides an intuitive point-and-click interface to the forecasting tools of SAS/ETS software. You can extend the list of candidate models provided by the SAS System and through automatic diagnostic tests for trend, seasonality, and log transformation, a large number of models can be automatically fit to a set of data series. Graphs of data series and error diagnostics are immediately available. Explanatory variables, time trends, seasonal dummies, and interventions are easily included in models. In summary, the TSFS converts the task of forecasting with the SAS System from a batch-oriented process to a straightforward point-and-click operation.

Box-Jenkins Methodology: Linear Time Series Analysis Using R

Box-Jenkins Methodology: Linear Time Series Analysis Using R Box-Jenkins Methodology: Linear Time Series Analysis Using R Melody Ghahramani Mathematics & Statistics January 29, 2014 Melody Ghahramani (U of Winnipeg) R Seminar Series January 29, 2014 1 / 67 Outline

More information

Appendices to Chapter 4. Appendix 4A: Variables used in the Analysis

Appendices to Chapter 4. Appendix 4A: Variables used in the Analysis Appendices to Chapter 4 Appendix 4A: Variables used in the Analysis Dependent Variable 1. Presidential News: 1897-1998. Front Page News Stories on the President as a percentage of all front page news stories,

More information

Processing data with Mestrelab Mnova

Processing data with Mestrelab Mnova Processing data with Mestrelab Mnova This exercise has three parts: a 1D 1 H spectrum to baseline correct, integrate, peak-pick, and plot; a 2D spectrum to plot with a 1 H spectrum as a projection; and

More information

SIDRA INTERSECTION 8.0 UPDATE HISTORY

SIDRA INTERSECTION 8.0 UPDATE HISTORY Akcelik & Associates Pty Ltd PO Box 1075G, Greythorn, Vic 3104 AUSTRALIA ABN 79 088 889 687 For all technical support, sales support and general enquiries: support.sidrasolutions.com SIDRA INTERSECTION

More information

User s Manual. Log Scale (/LG) GX10/GX20/GP10/GP20/GM10 IM 04L51B01-06EN. 3rd Edition

User s Manual. Log Scale (/LG) GX10/GX20/GP10/GP20/GM10 IM 04L51B01-06EN. 3rd Edition User s Manual Model GX10/GX20/GP10/GP20/GM10 Log Scale (/LG) 3rd Edition Introduction Thank you for purchasing the SMARTDAC+ Series GX10/GX20/GP10/GP20/GM10 (hereafter referred to as the recorder, GX,

More information

Sampler Overview. Statistical Demonstration Software Copyright 2007 by Clifford H. Wagner

Sampler Overview. Statistical Demonstration Software Copyright 2007 by Clifford H. Wagner Sampler Overview Statistical Demonstration Software Copyright 2007 by Clifford H. Wagner (w44@psu.edu) Introduction The philosophy behind Sampler is that students learn mathematics and statistics more

More information

Case study: how to create a 3D potential scan Nyquist plot?

Case study: how to create a 3D potential scan Nyquist plot? NOVA Technical Note 11 Case study: how to create a 3D potential scan Nyquist plot? 1 3D plotting in NOVA Advanced 3D plotting In NOVA, it is possible to create 2D or 3D plots. To create a 3D plot, three

More information

4K Video Traffic Prediction using Seasonal Autoregressive Modeling

4K Video Traffic Prediction using Seasonal Autoregressive Modeling 8 Telfor Journal, Vol. 9, o. 1, 2017. 4K Video Traffic Prediction using Seasonal Autoregressive Modeling Dejan R. Marković, Ana M. Gavrovska, Member, IEEE, and Irini S. Reljin, Senior Member, IEEE Abstract

More information

#PS168 - Analysis of Intraventricular Pressure Wave Data (LVP Analysis)

#PS168 - Analysis of Intraventricular Pressure Wave Data (LVP Analysis) BIOPAC Systems, Inc. 42 Aero Camino Goleta, Ca 93117 Ph (805)685-0066 Fax (805)685-0067 www.biopac.com info@biopac.com #PS168 - Analysis of Intraventricular Pressure Wave Data (LVP Analysis) The Biopac

More information

Defining and Labeling Circuits and Electrical Phasing in PLS-CADD

Defining and Labeling Circuits and Electrical Phasing in PLS-CADD 610 N. Whitney Way, Suite 160 Madison, WI 53705 Phone: 608.238.2171 Fax: 608.238.9241 Email:info@powline.com URL: http://www.powline.com Defining and Labeling Circuits and Electrical Phasing in PLS-CADD

More information

BitWise (V2.1 and later) includes features for determining AP240 settings and measuring the Single Ion Area.

BitWise (V2.1 and later) includes features for determining AP240 settings and measuring the Single Ion Area. BitWise. Instructions for New Features in ToF-AMS DAQ V2.1 Prepared by Joel Kimmel University of Colorado at Boulder & Aerodyne Research Inc. Last Revised 15-Jun-07 BitWise (V2.1 and later) includes features

More information

E X P E R I M E N T 1

E X P E R I M E N T 1 E X P E R I M E N T 1 Getting to Know Data Studio Produced by the Physics Staff at Collin College Copyright Collin College Physics Department. All Rights Reserved. University Physics, Exp 1: Getting to

More information

Detecting Medicaid Data Anomalies Using Data Mining Techniques Shenjun Zhu, Qiling Shi, Aran Canes, AdvanceMed Corporation, Nashville, TN

Detecting Medicaid Data Anomalies Using Data Mining Techniques Shenjun Zhu, Qiling Shi, Aran Canes, AdvanceMed Corporation, Nashville, TN Paper SDA-04 Detecting Medicaid Data Anomalies Using Data Mining Techniques Shenjun Zhu, Qiling Shi, Aran Canes, AdvanceMed Corporation, Nashville, TN ABSTRACT The purpose of this study is to use statistical

More information

Speech and Speaker Recognition for the Command of an Industrial Robot

Speech and Speaker Recognition for the Command of an Industrial Robot Speech and Speaker Recognition for the Command of an Industrial Robot CLAUDIA MOISA*, HELGA SILAGHI*, ANDREI SILAGHI** *Dept. of Electric Drives and Automation University of Oradea University Street, nr.

More information

ORM0022 EHPC210 Universal Controller Operation Manual Revision 1. EHPC210 Universal Controller. Operation Manual

ORM0022 EHPC210 Universal Controller Operation Manual Revision 1. EHPC210 Universal Controller. Operation Manual ORM0022 EHPC210 Universal Controller Operation Manual Revision 1 EHPC210 Universal Controller Operation Manual Associated Documentation... 4 Electrical Interface... 4 Power Supply... 4 Solenoid Outputs...

More information

INTRODUCTION TO ENDNOTE

INTRODUCTION TO ENDNOTE INTRODUCTION TO ENDNOTE What is it? EndNote is a bibliographic management tool that allows you to gather, organize, cite, and share research sources. This guide describes the desktop program; a web version

More information

StaMPS Persistent Scatterer Practical

StaMPS Persistent Scatterer Practical StaMPS Persistent Scatterer Practical ESA Land Training Course, Leicester, 10-14 th September, 2018 Andy Hooper, University of Leeds a.hooper@leeds.ac.uk This practical exercise consists of working through

More information

RedRat Control User Guide

RedRat Control User Guide RedRat Control User Guide Chris Dodge RedRat Ltd April 2014 For RedRat Control V3.16 1 Contents 1. Introduction 3 2. Prerequisites and Installation 3 3. The First Step Capture of Remote Control Signals

More information

Analyzing and Saving a Signal

Analyzing and Saving a Signal Analyzing and Saving a Signal Approximate Time You can complete this exercise in approximately 45 minutes. Background LabVIEW includes a set of Express VIs that help you analyze signals. This chapter teaches

More information

APPLICATION OF MULTI-GENERATIONAL MODELS IN LCD TV DIFFUSIONS

APPLICATION OF MULTI-GENERATIONAL MODELS IN LCD TV DIFFUSIONS APPLICATION OF MULTI-GENERATIONAL MODELS IN LCD TV DIFFUSIONS BI-HUEI TSAI Professor of Department of Management Science, National Chiao Tung University, Hsinchu 300, Taiwan Email: bhtsai@faculty.nctu.edu.tw

More information

Lab experience 1: Introduction to LabView

Lab experience 1: Introduction to LabView Lab experience 1: Introduction to LabView LabView is software for the real-time acquisition, processing and visualization of measured data. A LabView program is called a Virtual Instrument (VI) because

More information

Problem Points Score USE YOUR TIME WISELY USE CLOSEST DF AVAILABLE IN TABLE SHOW YOUR WORK TO RECEIVE PARTIAL CREDIT

Problem Points Score USE YOUR TIME WISELY USE CLOSEST DF AVAILABLE IN TABLE SHOW YOUR WORK TO RECEIVE PARTIAL CREDIT Stat 514 EXAM I Stat 514 Name (6 pts) Problem Points Score 1 32 2 30 3 32 USE YOUR TIME WISELY USE CLOSEST DF AVAILABLE IN TABLE SHOW YOUR WORK TO RECEIVE PARTIAL CREDIT WRITE LEGIBLY. ANYTHING UNREADABLE

More information

Upgrading E-learning of basic measurement algorithms based on DSP and MATLAB Web Server. Milos Sedlacek 1, Ondrej Tomiska 2

Upgrading E-learning of basic measurement algorithms based on DSP and MATLAB Web Server. Milos Sedlacek 1, Ondrej Tomiska 2 Upgrading E-learning of basic measurement algorithms based on DSP and MATLAB Web Server Milos Sedlacek 1, Ondrej Tomiska 2 1 Czech Technical University in Prague, Faculty of Electrical Engineeiring, Technicka

More information

Exercise #1: Create and Revise a Smart Group

Exercise #1: Create and Revise a Smart Group EndNote X7 Advanced: Hands-On for CDPH Sheldon Margen Public Health Library, UC Berkeley Exercise #1: Create and Revise a Smart Group Objective: Learn how to create and revise Smart Groups to automate

More information

Blueline, Linefree, Accuracy Ratio, & Moving Absolute Mean Ratio Charts

Blueline, Linefree, Accuracy Ratio, & Moving Absolute Mean Ratio Charts INTRODUCTION This instruction manual describes for users of the Excel Standard Celeration Template(s) the features of each page or worksheet in the template, allowing the user to set up and generate charts

More information

MIE 402: WORKSHOP ON DATA ACQUISITION AND SIGNAL PROCESSING Spring 2003

MIE 402: WORKSHOP ON DATA ACQUISITION AND SIGNAL PROCESSING Spring 2003 MIE 402: WORKSHOP ON DATA ACQUISITION AND SIGNAL PROCESSING Spring 2003 OBJECTIVE To become familiar with state-of-the-art digital data acquisition hardware and software. To explore common data acquisition

More information

Moving on from MSTAT. March The University of Reading Statistical Services Centre Biometrics Advisory and Support Service to DFID

Moving on from MSTAT. March The University of Reading Statistical Services Centre Biometrics Advisory and Support Service to DFID Moving on from MSTAT March 2000 The University of Reading Statistical Services Centre Biometrics Advisory and Support Service to DFID Contents 1. Introduction 3 2. Moving from MSTAT to Genstat 4 2.1 Analysis

More information

User s Manual. Log Scale (/LG) GX10/GX20/GP10/GP20/GM10 IM 04L51B01-06EN. 2nd Edition

User s Manual. Log Scale (/LG) GX10/GX20/GP10/GP20/GM10 IM 04L51B01-06EN. 2nd Edition User s Manual Model GX10/GX20/GP10/GP20/GM10 Log Scale (/LG) User s Manual 2nd Edition Introduction Notes Trademarks Thank you for purchasing the SMARTDAC+ Series GX10/GX20/GP10/GP20/GM10 (hereafter referred

More information

StaMPS Persistent Scatterer Exercise

StaMPS Persistent Scatterer Exercise StaMPS Persistent Scatterer Exercise ESA Land Training Course, Bucharest, 14-18 th September, 2015 Andy Hooper, University of Leeds a.hooper@leeds.ac.uk This exercise consists of working through an example

More information

Source/Receiver (SR) Setup

Source/Receiver (SR) Setup PS User Guide Series 2015 Source/Receiver (SR) Setup For 1-D and 2-D Vs Profiling Prepared By Choon B. Park, Ph.D. January 2015 Table of Contents Page 1. Overview 2 2. Source/Receiver (SR) Setup Main Menu

More information

Analysis of local and global timing and pitch change in ordinary

Analysis of local and global timing and pitch change in ordinary Alma Mater Studiorum University of Bologna, August -6 6 Analysis of local and global timing and pitch change in ordinary melodies Roger Watt Dept. of Psychology, University of Stirling, Scotland r.j.watt@stirling.ac.uk

More information

Getting started with Spike Recorder on PC/Mac/Linux

Getting started with Spike Recorder on PC/Mac/Linux Getting started with Spike Recorder on PC/Mac/Linux You can connect your SpikerBox to your computer using either the blue laptop cable, or the green smartphone cable. How do I connect SpikerBox to computer

More information

Algebra I Module 2 Lessons 1 19

Algebra I Module 2 Lessons 1 19 Eureka Math 2015 2016 Algebra I Module 2 Lessons 1 19 Eureka Math, Published by the non-profit Great Minds. Copyright 2015 Great Minds. No part of this work may be reproduced, distributed, modified, sold,

More information

J.M. Stewart Corporation 2201 Cantu Ct., Suite 218 Sarasota, FL Stewartsigns.com

J.M. Stewart Corporation 2201 Cantu Ct., Suite 218 Sarasota, FL Stewartsigns.com DataMax INDOOR LED MESSAGE CENTER OWNER S MANUAL QUICK START J.M. Stewart Corporation 2201 Cantu Ct., Suite 218 Sarasota, FL 34232 800-237-3928 Stewartsigns.com J.M. Stewart Corporation Indoor LED Message

More information

Linear mixed models and when implied assumptions not appropriate

Linear mixed models and when implied assumptions not appropriate Mixed Models Lecture Notes By Dr. Hanford page 94 Generalized Linear Mixed Models (GLMM) GLMMs are based on GLM, extended to include random effects, random coefficients and covariance patterns. GLMMs are

More information

Welch Allyn CardioPerfect Workstation Tango+ Interface Notes

Welch Allyn CardioPerfect Workstation Tango+ Interface Notes Welch Allyn CardioPerfect Workstation Tango+ Interface Notes To setup Tango+ with the CardioPerfect stress system, simply follow the directions below. 1. Verify Correct RS-232 and ECG Trigger Cables RS-232

More information

Event recording (or logging) with a Fluke 287/289 Digital Multimeter

Event recording (or logging) with a Fluke 287/289 Digital Multimeter Event recording (or logging) with a Fluke 287/289 Digital Multimeter Application Note One of the major features of the Fluke 280 Series digital multimeters (DMM) with TrendCapture is their ability to record

More information

Getting started with

Getting started with Getting started with Electricity consumption monitoring single phase for homes and some smaller light commercial premises OVERVIEW: The OWL Intuition-e electricity monitoring system comprises of three

More information

The EEGer 4.3 Tutorial

The EEGer 4.3 Tutorial The EEGer 4.3 Tutorial How to Conduct A Neurofeedback Session 1 Introduction 3 1.1 How To Use This Tutorial............................................................................ 3 1.2 What You Should

More information

Footnotes and Endnotes

Footnotes and Endnotes Footnotes and Endnotes Sometimes when writing a paper it is necessary to insert text at the bottom of a page in a document to reference something on that page. You do this by placing a footnote at the

More information

PulseCounter Neutron & Gamma Spectrometry Software Manual

PulseCounter Neutron & Gamma Spectrometry Software Manual PulseCounter Neutron & Gamma Spectrometry Software Manual MAXIMUS ENERGY CORPORATION Written by Dr. Max I. Fomitchev-Zamilov Web: maximus.energy TABLE OF CONTENTS 0. GENERAL INFORMATION 1. DEFAULT SCREEN

More information

NetLogo User's Guide

NetLogo User's Guide NetLogo User's Guide Programming Tutorial for synchronizing fireflies (adapted from the official tutorial) NetLogo is a freeware program written in Java (it runs on all major platforms). You can download

More information

Dektak Step by Step Instructions:

Dektak Step by Step Instructions: Dektak Step by Step Instructions: Before Using the Equipment SIGN IN THE LOG BOOK Part 1: Setup 1. Turn on the switch at the back of the dektak machine. Then start up the computer. 2. Place the sample

More information

Rack-Mount Receiver Analyzer 101

Rack-Mount Receiver Analyzer 101 Rack-Mount Receiver Analyzer 101 A Decade s Worth of Innovation No part of this document may be circulated, quoted, or reproduced for distribution without prior written approval from Quasonix, Inc. Copyright

More information

SigPlay User s Guide

SigPlay User s Guide SigPlay User s Guide . . SigPlay32 User's Guide? Version 3.4 Copyright? 2001 TDT. All rights reserved. No part of this manual may be reproduced or transmitted in any form or by any means, electronic or

More information

Common Spatial Patterns 3 class BCI V Copyright 2012 g.tec medical engineering GmbH

Common Spatial Patterns 3 class BCI V Copyright 2012 g.tec medical engineering GmbH g.tec medical engineering GmbH Sierningstrasse 14, A-4521 Schiedlberg Austria - Europe Tel.: (43)-7251-22240-0 Fax: (43)-7251-22240-39 office@gtec.at, http://www.gtec.at Common Spatial Patterns 3 class

More information

Subject-specific observed profiles of change from baseline vs week trt=10000u

Subject-specific observed profiles of change from baseline vs week trt=10000u Mean of age 1 The MEANS Procedure Analysis Variable : age N Mean Std Dev Minimum Maximum ƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒ 109 55.5321101 12.1255537 26.0000000 83.0000000

More information

Appendix D. UW DigiScope User s Manual. Willis J. Tompkins and Annie Foong

Appendix D. UW DigiScope User s Manual. Willis J. Tompkins and Annie Foong Appendix D UW DigiScope User s Manual Willis J. Tompkins and Annie Foong UW DigiScope is a program that gives the user a range of basic functions typical of a digital oscilloscope. Included are such features

More information

Brain-Computer Interface (BCI)

Brain-Computer Interface (BCI) Brain-Computer Interface (BCI) Christoph Guger, Günter Edlinger, g.tec Guger Technologies OEG Herbersteinstr. 60, 8020 Graz, Austria, guger@gtec.at This tutorial shows HOW-TO find and extract proper signal

More information

AMIQ-K2 Program for Transferring Various-Format I/Q Data to AMIQ. Products: AMIQ, SMIQ

AMIQ-K2 Program for Transferring Various-Format I/Q Data to AMIQ. Products: AMIQ, SMIQ Products: AMIQ, SMIQ AMIQ-K2 Program for Transferring Various-Format I/Q Data to AMIQ The software AMIQ-K2 enables you to read, convert, and transfer various-format I/Q data files to AMIQ format. AMIQ-K2

More information

GS122-2L. About the speakers:

GS122-2L. About the speakers: Dan Leighton DL Consulting Andrea Bell GS122-2L A growing number of utilities are adapting Autodesk Utility Design (AUD) as their primary design tool for electrical utilities. You will learn the basics

More information

STAT 250: Introduction to Biostatistics LAB 6

STAT 250: Introduction to Biostatistics LAB 6 STAT 250: Introduction to Biostatistics LAB 6 Dr. Kari Lock Morgan Sampling Distributions In this lab, we ll explore sampling distributions using StatKey: www.lock5stat.com/statkey. We ll be using StatKey,

More information

MANOVA/MANCOVA Paul and Kaila

MANOVA/MANCOVA Paul and Kaila I. Model MANOVA/MANCOVA Paul and Kaila From the Music and Film Experiment (Neuendorf et al.) Covariates (ONLY IN MANCOVA) X1 Music Condition Y1 E20 Contempt Y2 E21 Anticipation X2 Instrument Interaction

More information

MultiSpec Tutorial: Visualizing Growing Degree Day (GDD) Images. In this tutorial, the MultiSpec image processing software will be used to:

MultiSpec Tutorial: Visualizing Growing Degree Day (GDD) Images. In this tutorial, the MultiSpec image processing software will be used to: MultiSpec Tutorial: Background: This tutorial illustrates how MultiSpec can me used for handling and analysis of general geospatial images. The image data used in this example is not multispectral data

More information

Software Quick Manual

Software Quick Manual XX177-24-00 Virtual Matrix Display Controller Quick Manual Vicon Industries Inc. does not warrant that the functions contained in this equipment will meet your requirements or that the operation will be

More information

THE BERGEN EEG-fMRI TOOLBOX. Gradient fmri Artifatcs Remover Plugin for EEGLAB 1- INTRODUCTION

THE BERGEN EEG-fMRI TOOLBOX. Gradient fmri Artifatcs Remover Plugin for EEGLAB 1- INTRODUCTION THE BERGEN EEG-fMRI TOOLBOX Gradient fmri Artifatcs Remover Plugin for EEGLAB 1- INTRODUCTION This EEG toolbox is developed by researchers from the Bergen fmri Group (Department of Biological and Medical

More information

VivoSense. User Manual Galvanic Skin Response (GSR) Analysis Module. VivoSense, Inc. Newport Beach, CA, USA Tel. (858) , Fax.

VivoSense. User Manual Galvanic Skin Response (GSR) Analysis Module. VivoSense, Inc. Newport Beach, CA, USA Tel. (858) , Fax. VivoSense User Manual Galvanic Skin Response (GSR) Analysis VivoSense Version 3.1 VivoSense, Inc. Newport Beach, CA, USA Tel. (858) 876-8486, Fax. (248) 692-0980 Email: info@vivosense.com; Web: www.vivosense.com

More information

MODFLOW - Grid Approach

MODFLOW - Grid Approach GMS 7.0 TUTORIALS MODFLOW - Grid Approach 1 Introduction Two approaches can be used to construct a MODFLOW simulation in GMS: the grid approach and the conceptual model approach. The grid approach involves

More information

A Matlab toolbox for. Characterisation Of Recorded Underwater Sound (CHORUS) USER S GUIDE

A Matlab toolbox for. Characterisation Of Recorded Underwater Sound (CHORUS) USER S GUIDE Centre for Marine Science and Technology A Matlab toolbox for Characterisation Of Recorded Underwater Sound (CHORUS) USER S GUIDE Version 5.0b Prepared for: Centre for Marine Science and Technology Prepared

More information

Cable Calibration Function for the 2400B/C and 2500A/B Series Microwave Signal Generators. Technical Brief

Cable Calibration Function for the 2400B/C and 2500A/B Series Microwave Signal Generators. Technical Brief Cable Calibration Function for the 2400B/C and 2500A/B Series Microwave Signal Generators Technical Brief Quickly and easily apply a level correction table to compensate for external losses or power variations

More information

InPlace User Guide for Faculty of Arts, Education and Social Sciences Staff

InPlace User Guide for Faculty of Arts, Education and Social Sciences Staff InPlace User Guide for Faculty of Arts, Education and Social Sciences Staff Page 1 of 56 Contents Accessing InPlace... 4 Main Menu... 5 Home... 5 My Details... 5 Help... 6 Alert Notifications... 7 Placement

More information

Getting started with

Getting started with PART NO. CMA11 3 MADE IN CHINA 1. Measuring CAT II 2. Max. voltage 250V ~ 3. Max. current 71 Amp Getting started with Electricity consumption & Solar PV generation monitoring single phase, for homes fitted

More information

Tutorial 0: Uncertainty in Power and Sample Size Estimation. Acknowledgements:

Tutorial 0: Uncertainty in Power and Sample Size Estimation. Acknowledgements: Tutorial 0: Uncertainty in Power and Sample Size Estimation Anna E. Barón, Keith E. Muller, Sarah M. Kreidler, and Deborah H. Glueck Acknowledgements: The project was supported in large part by the National

More information

48 TV Caller ID TV CALLER ID

48 TV Caller ID TV CALLER ID 48 TV Caller ID TV CALLER ID What is TV Caller ID? TV Caller ID is just like phone-based Caller ID, with the added benefit of being able to view Caller ID information on your TV screen before the phone

More information

Example the number 21 has the following pairs of squares and numbers that produce this sum.

Example the number 21 has the following pairs of squares and numbers that produce this sum. by Philip G Jackson info@simplicityinstinct.com P O Box 10240, Dominion Road, Mt Eden 1446, Auckland, New Zealand Abstract Four simple attributes of Prime Numbers are shown, including one that although

More information

v. 8.0 GMS 8.0 Tutorial MODFLOW Grid Approach Build a MODFLOW model on a 3D grid Prerequisite Tutorials None Time minutes

v. 8.0 GMS 8.0 Tutorial MODFLOW Grid Approach Build a MODFLOW model on a 3D grid Prerequisite Tutorials None Time minutes v. 8.0 GMS 8.0 Tutorial Build a MODFLOW model on a 3D grid Objectives The grid approach to MODFLOW pre-processing is described in this tutorial. In most cases, the conceptual model approach is more powerful

More information

Common Spatial Patterns 2 class BCI V Copyright 2012 g.tec medical engineering GmbH

Common Spatial Patterns 2 class BCI V Copyright 2012 g.tec medical engineering GmbH g.tec medical engineering GmbH Sierningstrasse 14, A-4521 Schiedlberg Austria - Europe Tel.: (43)-7251-22240-0 Fax: (43)-7251-22240-39 office@gtec.at, http://www.gtec.at Common Spatial Patterns 2 class

More information

Modelling Intervention Effects in Clustered Randomized Pretest/Posttest Studies. Ed Stanek

Modelling Intervention Effects in Clustered Randomized Pretest/Posttest Studies. Ed Stanek Modelling Intervention Effects in Clustered Randomized Pretest/Posttest Studies Introduction Ed Stanek We consider a study design similar to the design for the Well Women Project, and discuss analyses

More information

User s Manual. Log Scale (/LG) GX10/GP10/GX20/GP20 IM 04L51B01-06EN. 1st Edition

User s Manual. Log Scale (/LG) GX10/GP10/GX20/GP20 IM 04L51B01-06EN. 1st Edition User s Manual Model GX10/GP10/GX20/GP20 Log Scale (/LG) User s Manual 1st Edition Introduction Notes Trademarks Thank you for purchasing the SMARTDAC+ Series GX10/GX20/GP10/GP20 (hereafter referred to

More information

MAutoPitch. Presets button. Left arrow button. Right arrow button. Randomize button. Save button. Panic button. Settings button

MAutoPitch. Presets button. Left arrow button. Right arrow button. Randomize button. Save button. Panic button. Settings button MAutoPitch Presets button Presets button shows a window with all available presets. A preset can be loaded from the preset window by double-clicking on it, using the arrow buttons or by using a combination

More information

Measurement User Guide

Measurement User Guide N4906 91040 Measurement User Guide The Serial BERT offers several different kinds of advanced measurements for various purposes: DUT Output Timing/Jitter This type of measurement is used to measure the

More information

Getting Started with the LabVIEW Sound and Vibration Toolkit

Getting Started with the LabVIEW Sound and Vibration Toolkit 1 Getting Started with the LabVIEW Sound and Vibration Toolkit This tutorial is designed to introduce you to some of the sound and vibration analysis capabilities in the industry-leading software tool

More information

Please feel free to download the Demo application software from analogarts.com to help you follow this seminar.

Please feel free to download the Demo application software from analogarts.com to help you follow this seminar. Hello, welcome to Analog Arts spectrum analyzer tutorial. Please feel free to download the Demo application software from analogarts.com to help you follow this seminar. For this presentation, we use a

More information

PCASP-X2 Module Manual

PCASP-X2 Module Manual Particle Analysis and Display System (PADS): PCASP-X2 Module Manual DOC-0295 A; PADS 3.5 PCASP-X2 Module 3.5.0 2545 Central Avenue Boulder, CO 80301-5727 USA C O P Y R I G H T 2 0 1 1 D R O P L E T M E

More information

AUTOPILOT DLM Satellite Downlink Manager USER GUIDE

AUTOPILOT DLM Satellite Downlink Manager USER GUIDE AUTOPILOT DLM Satellite Downlink Manager USER GUIDE AUTOPILOT User Guide Rev 3.70 Nov. 2004. Broadcast Automation Systems, Inc. 35 Sunnypoint Crescent, Scarborough, ON, Canada M1M 1B8 tel: 416-264-8415

More information

How to create a video of your presentation mind map

How to create a video of your presentation mind map How to create a video of your presentation mind map Creating a narrated video of your mind map and placing it on YouTube or on your corporate website is an excellent way to draw attention to your ideas,

More information

Practicum 3, Fall 2010

Practicum 3, Fall 2010 A. F. Miller 2010 T1 Measurement 1 Practicum 3, Fall 2010 Measuring the longitudinal relaxation time: T1. Strychnine, dissolved CDCl3 The T1 is the characteristic time of relaxation of Z magnetization

More information

ECONOMICS 351* -- INTRODUCTORY ECONOMETRICS. Queen's University Department of Economics. ECONOMICS 351* -- Winter Term 2005 INTRODUCTORY ECONOMETRICS

ECONOMICS 351* -- INTRODUCTORY ECONOMETRICS. Queen's University Department of Economics. ECONOMICS 351* -- Winter Term 2005 INTRODUCTORY ECONOMETRICS Queen's University Department of Economics ECONOMICS 351* -- Winter Term 2005 INTRODUCTORY ECONOMETRICS Winter Term 2005 Instructor: Web Site: Mike Abbott Office: Room A521 Mackintosh-Corry Hall or Room

More information

Keyframing TOPICS. Camera Keyframing 'Key Camera' Popover Controlling the 'Key Camera' Transition Starting the 'Key Camera' Operation

Keyframing TOPICS. Camera Keyframing 'Key Camera' Popover Controlling the 'Key Camera' Transition Starting the 'Key Camera' Operation Keyframing Keyframing is an animation technique commonly used to produce a smooth transition between a defned start and end point. In Animation Pro, it is possible to create either a smooth camera, fgure

More information

Analysis of AP/axon classes and PSP on the basis of AP amplitude

Analysis of AP/axon classes and PSP on the basis of AP amplitude Analysis of AP/axon classes and PSP on the basis of AP amplitude In this analysis manual, we aim to measure and analyze AP amplitudes recorded with a suction electrode and synaptic potentials recorded

More information

Physics 105. Spring Handbook of Instructions. M.J. Madsen Wabash College, Crawfordsville, Indiana

Physics 105. Spring Handbook of Instructions. M.J. Madsen Wabash College, Crawfordsville, Indiana Physics 105 Handbook of Instructions Spring 2010 M.J. Madsen Wabash College, Crawfordsville, Indiana 1 During the Middle Ages there were all kinds of crazy ideas, such as that a piece of rhinoceros horn

More information

Initially, you can access the Schedule Xpress Scheduler from any repair order screen.

Initially, you can access the Schedule Xpress Scheduler from any repair order screen. Chapter 4 Schedule Xpress Scheduler Schedule Xpress Scheduler The Schedule Xpress scheduler is a quick scheduler that allows you to schedule appointments from the Repair Order screens. At the time of scheduling,

More information

MindMouse. This project is written in C++ and uses the following Libraries: LibSvm, kissfft, BOOST File System, and Emotiv Research Edition SDK.

MindMouse. This project is written in C++ and uses the following Libraries: LibSvm, kissfft, BOOST File System, and Emotiv Research Edition SDK. Andrew Robbins MindMouse Project Description: MindMouse is an application that interfaces the user s mind with the computer s mouse functionality. The hardware that is required for MindMouse is the Emotiv

More information

m RSC Chromatographie Integration Methods Second Edition CHROMATOGRAPHY MONOGRAPHS Norman Dyson Dyson Instruments Ltd., UK

m RSC Chromatographie Integration Methods Second Edition CHROMATOGRAPHY MONOGRAPHS Norman Dyson Dyson Instruments Ltd., UK m RSC CHROMATOGRAPHY MONOGRAPHS Chromatographie Integration Methods Second Edition Norman Dyson Dyson Instruments Ltd., UK THE ROYAL SOCIETY OF CHEMISTRY Chapter 1 Measurements and Models The Basic Measurements

More information

QUICK START GUIDE FOR DEMONSTRATION CIRCUIT /12/14 BIT 10 TO 105 MSPS ADC

QUICK START GUIDE FOR DEMONSTRATION CIRCUIT /12/14 BIT 10 TO 105 MSPS ADC LTC2280, LTC2282, LTC2284, LTC2286, LTC2287, LTC2288 LTC2289, LTC2290, LTC2291, LTC2292, LTC2293, LTC2294, LTC2295, LTC2296, LTC2297, LTC2298 or LTC2299 DESCRIPTION Demonstration circuit 851 supports a

More information

EDL8 Race Dash Manual Engine Management Systems

EDL8 Race Dash Manual Engine Management Systems Engine Management Systems EDL8 Race Dash Manual Engine Management Systems Page 1 EDL8 Race Dash Page 2 EMS Computers Pty Ltd Unit 9 / 171 Power St Glendenning NSW, 2761 Australia Phone.: +612 9675 1414

More information

Pictures To Exe Version 5.0 A USER GUIDE. By Lin Evans And Jeff Evans (Appendix F By Ray Waddington)

Pictures To Exe Version 5.0 A USER GUIDE. By Lin Evans And Jeff Evans (Appendix F By Ray Waddington) Pictures To Exe Version 5.0 A USER GUIDE By Lin Evans And Jeff Evans (Appendix F By Ray Waddington) Contents 1. INTRODUCTION... 7 2. SCOPE... 8 3. BASIC OPERATION... 8 3.1 General... 8 3.2 Main Window

More information

PRELIMINARY INFORMATION. Professional Signal Generation and Monitoring Options for RIFEforLIFE Research Equipment

PRELIMINARY INFORMATION. Professional Signal Generation and Monitoring Options for RIFEforLIFE Research Equipment Integrated Component Options Professional Signal Generation and Monitoring Options for RIFEforLIFE Research Equipment PRELIMINARY INFORMATION SquareGENpro is the latest and most versatile of the frequency

More information

A-ATF (1) PictureGear Pocket. Operating Instructions Version 2.0

A-ATF (1) PictureGear Pocket. Operating Instructions Version 2.0 A-ATF-200-11(1) PictureGear Pocket Operating Instructions Version 2.0 Introduction PictureGear Pocket What is PictureGear Pocket? What is PictureGear Pocket? PictureGear Pocket is a picture album application

More information

Part No. ENC-LAB01 Users Manual Introduction EncoderLAB

Part No. ENC-LAB01 Users Manual Introduction EncoderLAB PCA Incremental Encoder Laboratory For Testing and Simulating Incremental Encoder signals Part No. ENC-LAB01 Users Manual The Encoder Laboratory combines into the one housing and updates two separate encoder

More information

Vision Call Statistics User Guide

Vision Call Statistics User Guide The Vision Call Reporting package is a web based near real time statistical tool that enables users to understand the call flow of inbound traffic both in terms of where calls have come from and also how

More information

Mixed Effects Models Yan Wang, Bristol-Myers Squibb, Wallingford, CT

Mixed Effects Models Yan Wang, Bristol-Myers Squibb, Wallingford, CT PharmaSUG 2016 - Paper PO06 Mixed Effects Models Yan Wang, Bristol-Myers Squibb, Wallingford, CT ABSTRACT The MIXED procedure has been commonly used at the Bristol-Myers Squibb Company for quality of life

More information

Ultra 4K Tool Box. Version Release Note

Ultra 4K Tool Box. Version Release Note Ultra 4K Tool Box Version 2.1.43.0 Release Note This document summarises the enhancements introduced in Version 2.1 of the software for the Omnitek Ultra 4K Tool Box and related products. It also details

More information

ONSIGHT CONNECT FOR SMARTPHONES GUIDE

ONSIGHT CONNECT FOR SMARTPHONES GUIDE ONSIGHT CONNECT FOR SMARTPHONES GUIDE Librestream Guide Onsight Connect for Smartphones Doc #: 400288-01, rev. B February 2018 Information in this document is subject to change without notice. Reproduction

More information

StrataSync. DSAM 24 Hour POP Report

StrataSync. DSAM 24 Hour POP Report DSAM 24 Hour POP Report Thursday, January 28, 2016 Page 1 of 19 Table of Contents... 1... 1 Table of Contents... 2 Introduction... 3 POP Test Configuration Location File, Channel Plan, Limit Plan... 4

More information

TechNote: MuraTool CA: 1 2/9/00. Figure 1: High contrast fringe ring mura on a microdisplay

TechNote: MuraTool CA: 1 2/9/00. Figure 1: High contrast fringe ring mura on a microdisplay Mura: The Japanese word for blemish has been widely adopted by the display industry to describe almost all irregular luminosity variation defects in liquid crystal displays. Mura defects are caused by

More information

PCIe: EYE DIAGRAM ANALYSIS IN HYPERLYNX

PCIe: EYE DIAGRAM ANALYSIS IN HYPERLYNX PCIe: EYE DIAGRAM ANALYSIS IN HYPERLYNX w w w. m e n t o r. c o m PCIe: Eye Diagram Analysis in HyperLynx PCI Express Tutorial This PCI Express tutorial will walk you through time-domain eye diagram analysis

More information

Optiflex Interactive Video System

Optiflex Interactive Video System Optiflex Interactive Video System Optiflex Interactive Video System 1 Before You Start...............2 On-site Video Surveillance.......6 Touchscreen Interface Viewing...10 Secure Remote Look-in........16

More information

Bootstrap Methods in Regression Questions Have you had a chance to try any of this? Any of the review questions?

Bootstrap Methods in Regression Questions Have you had a chance to try any of this? Any of the review questions? ICPSR Blalock Lectures, 2003 Bootstrap Resampling Robert Stine Lecture 3 Bootstrap Methods in Regression Questions Have you had a chance to try any of this? Any of the review questions? Getting class notes

More information

December 2006 Edition /A. Getting Started Guide for the VSX Series Version 8.6 for SCCP

December 2006 Edition /A. Getting Started Guide for the VSX Series Version 8.6 for SCCP December 2006 Edition 3725-24333-001/A Getting Started Guide for the VSX Series Version 8.6 for SCCP GETTING STARTED GUIDE FOR THE VSX SERIES Trademark Information Polycom and the Polycom logo design are

More information