Pre-entry Review. Industry Applications. NESUG '96 Proceedings 330

Size: px
Start display at page:

Download "Pre-entry Review. Industry Applications. NESUG '96 Proceedings 330"

Transcription

1 ndustry Applcatons THE ROLE OF SAS PROGRAMMERS N CLNCAL TRAL DATA ANALYSS Mng Wang ndependent SAS Consultant Abstract Ths artcle shows n-depth the role of SAS programmers n clncal tral data analyss. t outlnes the task flow of clncal tral data analyss, dscusses project programmng plannng and documentng procedures, descn'bes SAS programmers' tasks and programmng sldls, and provdes nsght on how to work wth people n your team: clncal data managers, statstcans, programmer manager and project manager. Ths paper s a valuable overvew for programmers who are startng out or plan on beng nvolved wth clncal trals, and for data managers and statstcans who work wth SAS programmers n a clncal tral team. t s also a valuable management gudelne for experenced SAS programmers. ntroducton SAS s wdely used n clncal tral data analyss n pharmaceutcal, botech and clncal research companes. SAS programmers play an mportant role n clncal tral data analyss. n addton to doctors and clncans who collect clncal tral data, the group conductng data analyss ncludes statstcans, clncal data managers (COMs) and SAS programmers. Statstcans provde the deas and methods of the data analyss, clncal data managers manage the collected data and control the data qualty. n between, SAS programmers mplement the analyss methods on the collected data and provde the study summary tables, data lstng and graphs to the statstcans andlor clncans to wrte study report. SAS programmers work closely wth statstcans and data managers. They provde the lnk between raw data and the analyss. Ths paper dscusses the SAS programmers' roles n the clncal tral data analyss task flow, descrbes the SAS programmers' tasks and sklls, and provdes nsght on how to work wth people n the team. Task Flow of Clncal Tral Data Analyss A Case Report Form (CRF) desgned for a study s used to collect clncal tral data. The collected data are stored n a correspondng database. These data wll be analyzed and the results wll be ncluded n the study report. An example task flow of clncal data analyss s shown n Fgure 1. The detal steps may vary from company to company. Fnal Blank CRF After the CRF s desgned by clncans, the data analyss group should revew the CRF and make sure that all the felds for analyss can be computerzed. The fnal CRF wll be used to desgn the database and dstrbuted to the ste to. collect data. n the real world t happens sometmes that dfferent versons of CRFs are used to collect data. Ths wll cause extra work n data analyss. Annotate CRF For each secton of the CRF, for nstance demographc secton, adverse event(ae) secton, etc, a database table s usually desgned. For each queston andlor answer on the CRF, a feld n the database table s desgned. The attrbutes of the felds, such as, feld type (numerc or character), length, format, etc. are also consdered. To annotate the CRF s to desgn the database on paper by wrtng down the name of the table, sngle or multple records per patent andlor vst, feld name, type, length, and assocated format. The database tables wll be converted to SAS data sets eventually and an annotated CRF wth the data set name, varable name, type, length, and SAS format s very helpful for programmng and data analyss. Though COMs may wrte an annotaton for the purpose of database desgn, t s suggested that SAS programmers wrte another one for the purpose of SAS programmng. Database Desgn and TestnK n some companes SAS programmers also desgn the database, whle n other companes only COMs desgn the database. A well desgned database provdes convenence n SAS. programmng. Before enterng real data nto a database, the desgned database needs to be tested usng test data and real data to make sure t works the way you expected. The test result should be documented and approved by managers. A data entry nstructon may be wrtten along wth the desgned database to specfy general data entry rules, e.g. all character felds are captalzed, etc. and specfc rules for each fle f needed. Ths wll help data entry people to have a better understandng of the database and wll result n hgher qualty data entry. Pre-entry Revew NESUG '96 Proceedngs 330

2 \. ~ *, 1 Fnal Blank CRF ( \ ( j Annotate CRF r---~~~! l "... '. ~, y ) {,.!Test Database / y ( Data Entry, Clncal Ste y l r ) WO,~;g CRF J Y... Database Desgn 1 \ )... \ ( J! ~ Pre-entry Revew \ j, \ ndustry Applcatons SAS Datasets r-.. SAS... Wlen Database "Oean r Database wth Data ~,,- nput Programs ) 1 ~ l Test Programs Data Cleanng Programs.. Data Clarfcaton ~ ~ tems. ) Clncal Ste Database Audt 'W " ) l. Database Lockup ( \ FnalSAS l Datasets! ~,.. Programs for Tablesllstngs graphs.. Report Tables! Lstngs /Graphs..... ~ ( Analyss PlanlTable Shells '-- Edt Database Fnal Revew byqcgroup t Study Report.'_._ Fgure NESUG '96 Proceedngs

3 ndustry Applcatons When COMs get the workng CRFs from clncans they need to make sure that the data from the CRF can be entered nto database. Ths procedure may provde nput to database modfcaton and generate manual data clarfcaton tems. Data Entry Usually the data entry group has a standard operatng procedure to ensure the data entry qualty. SAS nput Program!! SAS programmers need to wrte programs to read database data to SAS data sets and also generate a SAS format lbrary. A program to prnt out data contents and data book s also useful. Data Cleanng System A SAS programmer wll wrte SAS programs to clean the database data accordng to the edt specfcatons provded by COMs. Ths data cleanng system can be desgned to run at nght. Data clarfcaton tems wll be generated by ths data cleanng system and wll be sent to the clncal ste for a resoluton. Edt Database CDMs wll edt the database accordng to the resoluton of the data clarfcaton tems. The data cleanng cycle wll repeat untl all of the data are entered and all of the queres are resolved. Report Table. Lstng. and Graph Programs n the mean tme, whle data s beng re-entered and cleaned, SAS programmers may start to wrte SAS programs to generate report tables, lstngs, and graphs accordng to the statstcans' analyss plan and tables shells. Drafts of tables, lstngs and graphs wll be revewed by the statstcans and COMs and more data clarfcaton tems may also be generated n ths process. Database Lockup and Fnal Report Tables. Lstngs. and graphs When the database s clean, t wll be locked and fnal SAS data sets wll be generated. An audt for the entre database or random selected ponts may be performed to ensure the qualty of the database. f the audt s passed, the SAS programs wll be rerun to generate tables, lstngs, and graphs, whch wll be revewed by the qualty control group and fnal tables, lstngs and graphs wll be generated and ncluded n the study report. n some companes there s a SOP (Standard Operaton Procedure) for each box n the dagram. t descrbes each of the detaled steps n the procedures. SAS Programmers' Tasks n Clncal Tral Data Analyss Project Drectory Setup For each project create a project drectory. n each project drectory, the basc subdrectores are the followng, though you may not need all of them dependng on the system desgn n your company: raw data (database data or ASC fles) SAS nput programs (SAS programs to convert database data to SAS data sets) SAS format lbrares SAS data sets data cleanng programs SAS macro lbrary lstng programs/output table programs/output graph programs/output tnscellaneous programs documentaton/memos n each drectory, t s convenent to create an ndex fle to ndcate program names, author and table ttles, etc. You may put the above drectores n a development drectory and a producton drectory. Programs are developed and tested under the development drectory. programs can be coped to the producton drectory after they are fully tested and revewed by a programtnng manager, and can be run under the producton drectory to produce fnal tables. There may also be a group wde macro lbrary and SAS format lbrares. You can specfy your macro lbrares, format lbrares, system optons, etc n you autoexec.sas fle. Wrtng Prop=args to Convert or Read n Data from Database to SAS Data sets There are many ways to convert data from a database to SAS data sets dependng on the system setup n your company. For example, Use SAS/ACCESS to access database data drectly and save to temporary or permanent SAS data sets. Output database data to ASC fles, and wrte SAS programs to read data from ASC fle to SAS data sets. Use DBMSCOPY, software whch can convert database data to SAS data sets, or vce versa. n addton to data sets, you also need to create format program to generate format lbrary. You can create more than one SAS format lbrares f necessary. Wrtng Programs to Conduct Data Cleanng NESUG '96 Proceedngs 332

4 ndustry Applcatons n many companes, an automated data cleanng system s created. t stll needs to be updated or revsed for new projects. A data cleanng specfcaton usually s wrtten by CDMs to specfy what to check on whch data set and whch tem. The checkng s usually performed wthn a data set or across data sets. t ncludes range checkng, mssng value checkng, logc checkng, protocol volaton checkng, etc. f a varable fals to pass the checkng rules, the name and value of ths varable wll be put nto a data set along wth the key varables n the same record, such as patent number, vst data, etc. COMs wll revew and edt ths data set and check whether ths "error" s caused by data entry or orgnally recorded on the CRF. f t s a data entry error, t needs to be corrected n the database. f t s orgnally recorded on the CRF, COMs need to send the data clarfcaton form to the clncal ste. COMs also need to enter an dentfer to the records he/she revewed so that the system won't generate the same data clarfcaton tem agan n the next run. Wrte Provams for Study Tables. Lstngs. and Graphs Programmng report tablesllstngs/graphs (T/UG) s the major task of SAS programmers n a clncal tral study. Appendx lstngs are lsts of varables by patent; report tables are the tables contanng summary nformaton across patents, and usually are counts and statstcal results; graphs can present nformaton for sngle patent or summary nformaton across patents. n T/UG programs, there are usually two parts. The frst part s to prepare the data set through SAS data steps and SAS procedures to get the data set and varables for the output. The second part n TL programs s usually data _NULL_ to put the value of output varables to each column and row along wth table ttles, column ttles, etc. The second part n graph programs s SAS graph procedures. - Prepare Data set Common programmng strateges n ths step nclude subsettng data sets; combnng data sets; reshapng data sets, such as, changng multple records.per patent to. sngle record per patent or vce versa; select statstcal parameters from statstcal procedures, such as mean, medan, mnmum, maxmum, standard devaton, p value, and save them n a SAS data set, etc. t requres programmng and data analyss sklls. You need to: Understand the data structure, such as sngle or multple records per patent, sngle or multple records per vst, etc. Understand the rules n the study. For nstance, the algorthm to collapse Af. records. The algorthms for collapsng AE records n AE lstngs and summary tables can be very complex dependng on how the data were collected. n the lstngs the varaton of the severty, study drug relatedness, etc. of a contnuous AE may be shown. n the summary tables a patent may be counted only once for hs most severe AB. Understand the methods of calculaton. For nstance, to calculate the mean of drug dose over all the patents, where each patent was dosed at many study perods, the mean dose for each patent may be calculated frst, and then the mean of these ndvdual means s calculated. Another example s to calculate the percentage of the counts n each cell n the table. The denomnator could be the overall total, or the row total, or the column total. You need to confrm every detal of the calculaton methods wth statstcans. Understand how SAS works. - Output Lstngs and Tables Usng Data NULL Usng Oata _NULL_and PUT statements, you can output varable values along wth table ttles and column ttles to an output fle. The followng tems are the common ssues. n ths step. Formatted output. Character varables may have rght or left justfed output; numercal varables need to be lned up by decmal ponts; use formatted values for coded varables. f output data set s sorted by patent and vst date (vs_date), output patent number only at frst. patent, output vst date only at trst. vs date. Page Break Pont. Page break pont can be desgned for each new patent number, or vst number, or at any pont when the page s full. For a contnuaton of a patent from prevous page, prnt the patent number followng wth (Cont'd). Calculate the poston of each column. Some SAS programmers wrote macros and tools to enhance the flexblty n ths step. These methods make t easer even when you delete or add columns later on. Prnt program names, generaton date, database lockup date, varable values. etc, n the header or footnote. Make the above varables nto macro varables for the portablty. Wrap long text felds. For nstance a NESUG '96 Proceedngs

5 ndustry Applcatons Prnt page of n. character comment feld needs to be wrapped to 30 characters and put under the comment column. Macros have been developed by SAS programmers to handle ths ssue. They also work for wrappng more than one long text felds. - Common SAS Graph Procedures PROC GPLOT, PROC GCHART and SAS/GRAPH statements are commonly used. PROC GREPLA Y can present more than one graphs on one page. Mscellaneous Database Audtng, Spell checkng, data book programmng, etc Create Tools Wrte SAS macros or Programs to create tools to enhance effcency and standardzaton for your project and/or the entre programmng group. Study Documentaton The followng tems could be ncluded n the study documentaton. Backup and retreval nformaton on archved fles. Study drectores. Study data sets, programs, output fles, and report tablellstng/graph ttles. Rules and algorthms. used n the study data analyss. Backup Data sets and Programs At the end of each study, archve all study related data sets, programs, output fles, memos, etc. on tapes or dskettes. They wll be put to storage along wth other paper documents, such as CRFs, etc. Basc Sklls SAS Programmers Should Have Base SAS, SAS procedures, common Statstcal procedures, SAS/Graph, SAS Macro Processng. Operatng Systems and edtors Fle transfer between dfferent operatng systems, such as between Unx and PC, ncludng text fle and SAS data sets, etc. Convert data set from spread sheets or other database to SAS or vce versa. Experences n programmng usng C, Fortran, etc. Database sklls. Work wth People n Your Team SAS programmers are the lnk between the data and the report tables. So you are also the lnk between statstcans and CDMs. t s your responsblty to dentfy nconsstences between the report table specfcaton and the data n the database, report these nconsstences and fnd a soluton through team dscusson. A regular team meetng s very helpful to summarze, dscuss and solve these knds of problems. Through team meetngs you also can confrm the algorthms or rules you use to subset data sets wth both CDMs and statstcans. These rules may be related to protocols, CRF desgn and the way that the data are recorded. You also need to make sure that the database s consstent for you to apply these rules. Workng wth Clpcal Data Managen fcdmsl You are gong to work wth CDMs on the data and the database. You mayor may not get nvolved n database desgn and the data cleanng process dependng on each company's setup. CDMs wll provde you a database wth data. Durng the process of generatng report lstngs, tables and graphs, report any data problems to CDMs (such as duplcate records, mssng code for AEs, nvald data, nconsstent codng methods, etc.) through e-mal or memo and keep a copy for yourself for trackng and documentaton purpose. When you prnt records wth data problems to CDMs, prnt the records wth key varables, such as patent number, vst date, etc, so that CDMs can locate the records easly from the database. Prnt a ttle or wrte a memo n the prntout to ndcate the problems n the prntout. Workng wth Statstcans You work wth statstcans on report lstngs, tables and graphs. Frst you'll have a dscusson wth the statstcan about the specfcatons the statstcan provdes to you. The specfcaton may be very detal orented wth vara):lle names and algorthms, or just a table shell. A very effcent way found s to study the table shell, wrte down the data sets, varables, and possble algorthms you need for each lstng and table. Dscuss your understandng and plan wth statstcans before you really start to program. Ths process gves you an opportunty to understand the database and the tables. Often you may fmd an nconsstency between database and the table specfcatons. Statstcans may change the specfcatons NESUG '96 Proceedngs 334

6 ndustry Applcatons based on your nput. Keep copes of confrmed specfcatons. After you've fnshed a table or lstng, the statstcan wll revew t to make sure that t s rght and accurate. Before you gve the tables and lstngs to the statstcan, some QC steps are necessary. Check the SAS log to see whether there are any errors, warnngs, unntalzed, etc, messages. Make sure that there are no bugs n you program. Check your programmng logc and accuracy. Check lstng results aganst database prntout (data book). Check tables aganst lstngs. Check statstcal numbers aganst statstcal output. Check format and layout. Make sure varable formats are used correctly. Numbers are lned up by decmal ponts; calculated numbers, such as means, are rounded frst then formatted to the output, etc. f calculated p-value s , then present t as < Also check spellng, justfcaton, etc. communcatons wthn your project team, your deadlnes, and your dffcultes n meetng these deadlnes. The programmng manager also expects you to develop macros, tools or new programmng methods for the whole group to enhance effcency and standardzaton. n some companes, the programmng manager s the prmary revewer of you performance n your annual evaluaton. t s mportant to show that you can ndependently work n a project as a programmer, and n the mean tme constantly provde the programmng manager your performance nformaton. Summary Enhancng SAS programmng sklls, accumulatng clncal tral data analyss experences, and keepng postve atttude n a team work envronment are the keys to success. The fewer errors that a statstcan fnds from your lstngs and tables, the hgher grade you may get from hmlher at the annual evaluaton. Workng wth The Project Manager The Project manager can be the statstcan, or clncal scentst. Dscussng wth the programmng manager, the project manager wll desgn tme lnes and deadlnes. So followng tme lnes and meetng deadlnes are the most mportant thngs that the project manager expects from you. n some companes, you also need to be aware of the budget. f you follow tme lnes and meet deadunes, you usually help managers to control the budget. Wrtng down your own plan for each secton of work s very helpful for you to meet the "bg deadlne". Keep records that explan any dffcultes n meetng the scheduled deadlne. Maybe t s because the database s not clean, specfcatons changed, or a tough SAS programmng ssue. Tme lnes are usually developed by experenced programmers. n addton to planng the tme for studyng specs, wrtng programs, checkng results, you also need to make sure that you have tme for revsons. Desgnng a precse tme lne s dffcult. Havng good communcatons n the group s the most mportant thng to adjust nternal deadlnes n order to meet the bg deadune. Work wth The Programmng Manager The programmng manager s usually your supervsor. He/she mayor may not be n the project that you are workng on. The programmng manager wll help you solve your SAS programmng or computer problems. Keep the programmng manager nformed of 335 NESUG '96 Proceedngs

CHOLESTEROL REFERENCE METHOD LABORATORY NETWORK. Sample Stability Protocol

CHOLESTEROL REFERENCE METHOD LABORATORY NETWORK. Sample Stability Protocol CHOLESTEROL REFERENCE METHOD LABORATORY NETWORK Sample Stablty Protocol Background The Cholesterol Reference Method Laboratory Network (CRMLN) developed certfcaton protocols for total cholesterol, HDL

More information

To manage leave, meeting institutional requirements and treating individual staff members fairly and consistently.

To manage leave, meeting institutional requirements and treating individual staff members fairly and consistently. Corporate Polces & Procedures Human Resources - Document CPP216 Leave Management Frst Produced: Current Verson: Past Revsons: Revew Cycle: Apples From: 09/09/09 26/10/12 09/09/09 3 years Immedately Authorsaton:

More information

The Development of Web Log Mining Based on Improve-K-Means Clustering Analysis

The Development of Web Log Mining Based on Improve-K-Means Clustering Analysis The Development of Web Log Mnng Based on Improve-K-Means Clusterng Analyss TngZhong Wang * College of Informaton Technology, Luoyang Normal Unversty, Luoyang, 471022, Chna wangtngzhong2@sna.cn Abstract.

More information

GMA/FPA SmartBrief. ASTA SmartBrief. The premier source of daily news delivered to the desktops of travel agents and executives.

GMA/FPA SmartBrief. ASTA SmartBrief. The premier source of daily news delivered to the desktops of travel agents and executives. GMA/FPA SmartBref ASTA SmartBref The premer source of daly news delvered to the desktops of travel agents and executves. GMA/FPA SmartBref 2011 Meda Kt Subscrber Profle Reach Travel Agency Professonals

More information

Instructions for Analyzing Data from CAHPS Surveys:

Instructions for Analyzing Data from CAHPS Surveys: Instructons for Analyzng Data from CAHPS Surveys: Usng the CAHPS Analyss Program Verson 4.1 Purpose of ths Document...1 The CAHPS Analyss Program...1 Computng Requrements...1 Pre-Analyss Decsons...2 What

More information

Module 2 LOSSLESS IMAGE COMPRESSION SYSTEMS. Version 2 ECE IIT, Kharagpur

Module 2 LOSSLESS IMAGE COMPRESSION SYSTEMS. Version 2 ECE IIT, Kharagpur Module LOSSLESS IMAGE COMPRESSION SYSTEMS Lesson 3 Lossless Compresson: Huffman Codng Instructonal Objectves At the end of ths lesson, the students should be able to:. Defne and measure source entropy..

More information

Financial Mathemetics

Financial Mathemetics Fnancal Mathemetcs 15 Mathematcs Grade 12 Teacher Gude Fnancal Maths Seres Overvew In ths seres we am to show how Mathematcs can be used to support personal fnancal decsons. In ths seres we jon Tebogo,

More information

DEFINING %COMPLETE IN MICROSOFT PROJECT

DEFINING %COMPLETE IN MICROSOFT PROJECT CelersSystems DEFINING %COMPLETE IN MICROSOFT PROJECT PREPARED BY James E Aksel, PMP, PMI-SP, MVP For Addtonal Informaton about Earned Value Management Systems and reportng, please contact: CelersSystems,

More information

Vembu StoreGrid Windows Client Installation Guide

Vembu StoreGrid Windows Client Installation Guide Ser v cepr ov dered t on Cl enti nst al l at ongu de W ndows Vembu StoreGrd Wndows Clent Installaton Gude Download the Wndows nstaller, VembuStoreGrd_4_2_0_SP_Clent_Only.exe To nstall StoreGrd clent on

More information

SPEE Recommended Evaluation Practice #6 Definition of Decline Curve Parameters Background:

SPEE Recommended Evaluation Practice #6 Definition of Decline Curve Parameters Background: SPEE Recommended Evaluaton Practce #6 efnton of eclne Curve Parameters Background: The producton hstores of ol and gas wells can be analyzed to estmate reserves and future ol and gas producton rates and

More information

Updating the E5810B firmware

Updating the E5810B firmware Updatng the E5810B frmware NOTE Do not update your E5810B frmware unless you have a specfc need to do so, such as defect repar or nstrument enhancements. If the frmware update fals, the E5810B wll revert

More information

Small pots lump sum payment instruction

Small pots lump sum payment instruction For customers Small pots lump sum payment nstructon Please read these notes before completng ths nstructon About ths nstructon Use ths nstructon f you re an ndvdual wth Aegon Retrement Choces Self Invested

More information

We assume your students are learning about self-regulation (how to change how alert they feel) through the Alert Program with its three stages:

We assume your students are learning about self-regulation (how to change how alert they feel) through the Alert Program with its three stages: Welcome to ALERT BINGO, a fun-flled and educatonal way to learn the fve ways to change engnes levels (Put somethng n your Mouth, Move, Touch, Look, and Lsten) as descrbed n the How Does Your Engne Run?

More information

E-learning Vendor Management Checklist

E-learning Vendor Management Checklist E-learning Vendor Management Checklist June 2008 Permission is granted to print freely, unmodified, this document from www.doingelearning.com or to copy it in electronic form. If linked to from the net

More information

VRT012 User s guide V0.1. Address: Žirmūnų g. 27, Vilnius LT-09105, Phone: (370-5) 2127472, Fax: (370-5) 276 1380, Email: info@teltonika.

VRT012 User s guide V0.1. Address: Žirmūnų g. 27, Vilnius LT-09105, Phone: (370-5) 2127472, Fax: (370-5) 276 1380, Email: info@teltonika. VRT012 User s gude V0.1 Thank you for purchasng our product. We hope ths user-frendly devce wll be helpful n realsng your deas and brngng comfort to your lfe. Please take few mnutes to read ths manual

More information

1.1 The University may award Higher Doctorate degrees as specified from time-to-time in UPR AS11 1.

1.1 The University may award Higher Doctorate degrees as specified from time-to-time in UPR AS11 1. HIGHER DOCTORATE DEGREES SUMMARY OF PRINCIPAL CHANGES General changes None Secton 3.2 Refer to text (Amendments to verson 03.0, UPR AS02 are shown n talcs.) 1 INTRODUCTION 1.1 The Unversty may award Hgher

More information

Canon NTSC Help Desk Documentation

Canon NTSC Help Desk Documentation Canon NTSC Help Desk Documentaton READ THIS BEFORE PROCEEDING Before revewng ths documentaton, Canon Busness Solutons, Inc. ( CBS ) hereby refers you, the customer or customer s representatve or agent

More information

Vision Mouse. Saurabh Sarkar a* University of Cincinnati, Cincinnati, USA ABSTRACT 1. INTRODUCTION

Vision Mouse. Saurabh Sarkar a* University of Cincinnati, Cincinnati, USA ABSTRACT 1. INTRODUCTION Vson Mouse Saurabh Sarkar a* a Unversty of Cncnnat, Cncnnat, USA ABSTRACT The report dscusses a vson based approach towards trackng of eyes and fngers. The report descrbes the process of locatng the possble

More information

Software project management with GAs

Software project management with GAs Informaton Scences 177 (27) 238 241 www.elsever.com/locate/ns Software project management wth GAs Enrque Alba *, J. Francsco Chcano Unversty of Málaga, Grupo GISUM, Departamento de Lenguajes y Cencas de

More information

GENESYS BUSINESS MANAGER

GENESYS BUSINESS MANAGER GENESYS BUSINESS MANAGER e-manager Onlne Conference User Account Admnstraton User Gude Ths User Gude contans the followng sectons: Mnmum Requrements...3 Gettng Started...4 Sgnng On to Genesys Busness Manager...7

More information

Trivial lump sum R5.0

Trivial lump sum R5.0 Optons form Once you have flled n ths form, please return t wth your orgnal brth certfcate to: Premer PO Box 2067 Croydon CR90 9ND. Fll n ths form usng BLOCK CAPITALS and black nk. Mark all answers wth

More information

Texas Instruments 30X IIS Calculator

Texas Instruments 30X IIS Calculator Texas Instruments 30X IIS Calculator Keystrokes for the TI-30X IIS are shown for a few topcs n whch keystrokes are unque. Start by readng the Quk Start secton. Then, before begnnng a specfc unt of the

More information

Project Networks With Mixed-Time Constraints

Project Networks With Mixed-Time Constraints Project Networs Wth Mxed-Tme Constrants L Caccetta and B Wattananon Western Australan Centre of Excellence n Industral Optmsaton (WACEIO) Curtn Unversty of Technology GPO Box U1987 Perth Western Australa

More information

Causal, Explanatory Forecasting. Analysis. Regression Analysis. Simple Linear Regression. Which is Independent? Forecasting

Causal, Explanatory Forecasting. Analysis. Regression Analysis. Simple Linear Regression. Which is Independent? Forecasting Causal, Explanatory Forecastng Assumes cause-and-effect relatonshp between system nputs and ts output Forecastng wth Regresson Analyss Rchard S. Barr Inputs System Cause + Effect Relatonshp The job of

More information

Research of concurrency control protocol based on the main memory database

Research of concurrency control protocol based on the main memory database Research of concurrency control protocol based on the man memory database Abstract Yonghua Zhang * Shjazhuang Unversty of economcs, Shjazhuang, Shjazhuang, Chna Receved 1 October 2014, www.cmnt.lv The

More information

A Performance Analysis of View Maintenance Techniques for Data Warehouses

A Performance Analysis of View Maintenance Techniques for Data Warehouses A Performance Analyss of Vew Mantenance Technques for Data Warehouses Xng Wang Dell Computer Corporaton Round Roc, Texas Le Gruenwald The nversty of Olahoma School of Computer Scence orman, OK 739 Guangtao

More information

What is Candidate Sampling

What is Candidate Sampling What s Canddate Samplng Say we have a multclass or mult label problem where each tranng example ( x, T ) conssts of a context x a small (mult)set of target classes T out of a large unverse L of possble

More information

Power-of-Two Policies for Single- Warehouse Multi-Retailer Inventory Systems with Order Frequency Discounts

Power-of-Two Policies for Single- Warehouse Multi-Retailer Inventory Systems with Order Frequency Discounts Power-of-wo Polces for Sngle- Warehouse Mult-Retaler Inventory Systems wth Order Frequency Dscounts José A. Ventura Pennsylvana State Unversty (USA) Yale. Herer echnon Israel Insttute of echnology (Israel)

More information

Luby s Alg. for Maximal Independent Sets using Pairwise Independence

Luby s Alg. for Maximal Independent Sets using Pairwise Independence Lecture Notes for Randomzed Algorthms Luby s Alg. for Maxmal Independent Sets usng Parwse Independence Last Updated by Erc Vgoda on February, 006 8. Maxmal Independent Sets For a graph G = (V, E), an ndependent

More information

Brigid Mullany, Ph.D University of North Carolina, Charlotte

Brigid Mullany, Ph.D University of North Carolina, Charlotte Evaluaton And Comparson Of The Dfferent Standards Used To Defne The Postonal Accuracy And Repeatablty Of Numercally Controlled Machnng Center Axes Brgd Mullany, Ph.D Unversty of North Carolna, Charlotte

More information

1. Measuring association using correlation and regression

1. Measuring association using correlation and regression How to measure assocaton I: Correlaton. 1. Measurng assocaton usng correlaton and regresson We often would lke to know how one varable, such as a mother's weght, s related to another varable, such as a

More information

Simple Interest Loans (Section 5.1) :

Simple Interest Loans (Section 5.1) : Chapter 5 Fnance The frst part of ths revew wll explan the dfferent nterest and nvestment equatons you learned n secton 5.1 through 5.4 of your textbook and go through several examples. The second part

More information

Hollinger Canadian Publishing Holdings Co. ( HCPH ) proceeding under the Companies Creditors Arrangement Act ( CCAA )

Hollinger Canadian Publishing Holdings Co. ( HCPH ) proceeding under the Companies Creditors Arrangement Act ( CCAA ) February 17, 2011 Andrew J. Hatnay ahatnay@kmlaw.ca Dear Sr/Madam: Re: Re: Hollnger Canadan Publshng Holdngs Co. ( HCPH ) proceedng under the Companes Credtors Arrangement Act ( CCAA ) Update on CCAA Proceedngs

More information

One Click.. Ȯne Location.. Ȯne Portal...

One Click.. Ȯne Location.. Ȯne Portal... New Addton to your NJ-HITEC Membershp! Member Portal Detals & Features Insde! One Clck.. Ȯne Locaton.. Ȯne Portal... Connect...Share...Smplfy Health IT Member Portal Benefts Trusted Advsor - NJ-HITEC s

More information

IMPACT ANALYSIS OF A CELLULAR PHONE

IMPACT ANALYSIS OF A CELLULAR PHONE 4 th ASA & μeta Internatonal Conference IMPACT AALYSIS OF A CELLULAR PHOE We Lu, 2 Hongy L Bejng FEAonlne Engneerng Co.,Ltd. Bejng, Chna ABSTRACT Drop test smulaton plays an mportant role n nvestgatng

More information

) of the Cell class is created containing information about events associated with the cell. Events are added to the Cell instance

) of the Cell class is created containing information about events associated with the cell. Events are added to the Cell instance Calbraton Method Instances of the Cell class (one nstance for each FMS cell) contan ADC raw data and methods assocated wth each partcular FMS cell. The calbraton method ncludes event selecton (Class Cell

More information

For example, you might want to capture security group membership changes. A quick web search may lead you to the 632 event.

For example, you might want to capture security group membership changes. A quick web search may lead you to the 632 event. Audtng Wndows & Actve Drectory Changes va Wndows Event Logs Ths document takes a lghtweght look at the steps and consderatons nvolved n settng up Wndows and/or Actve Drectory event log audtng. Settng up

More information

Multiple-Period Attribution: Residuals and Compounding

Multiple-Period Attribution: Residuals and Compounding Multple-Perod Attrbuton: Resduals and Compoundng Our revewer gave these authors full marks for dealng wth an ssue that performance measurers and vendors often regard as propretary nformaton. In 1994, Dens

More information

On the Optimal Control of a Cascade of Hydro-Electric Power Stations

On the Optimal Control of a Cascade of Hydro-Electric Power Stations On the Optmal Control of a Cascade of Hydro-Electrc Power Statons M.C.M. Guedes a, A.F. Rbero a, G.V. Smrnov b and S. Vlela c a Department of Mathematcs, School of Scences, Unversty of Porto, Portugal;

More information

Design and Development of a Security Evaluation Platform Based on International Standards

Design and Development of a Security Evaluation Platform Based on International Standards Internatonal Journal of Informatcs Socety, VOL.5, NO.2 (203) 7-80 7 Desgn and Development of a Securty Evaluaton Platform Based on Internatonal Standards Yuj Takahash and Yoshm Teshgawara Graduate School

More information

IT09 - Identity Management Policy

IT09 - Identity Management Policy IT09 - Identty Management Polcy Introducton 1 The Unersty needs to manage dentty accounts for all users of the Unersty s electronc systems and ensure that users hae an approprate leel of access to these

More information

RESEARCH ON DUAL-SHAKER SINE VIBRATION CONTROL. Yaoqi FENG 1, Hanping QIU 1. China Academy of Space Technology (CAST) yaoqi.feng@yahoo.

RESEARCH ON DUAL-SHAKER SINE VIBRATION CONTROL. Yaoqi FENG 1, Hanping QIU 1. China Academy of Space Technology (CAST) yaoqi.feng@yahoo. ICSV4 Carns Australa 9- July, 007 RESEARCH ON DUAL-SHAKER SINE VIBRATION CONTROL Yaoq FENG, Hanpng QIU Dynamc Test Laboratory, BISEE Chna Academy of Space Technology (CAST) yaoq.feng@yahoo.com Abstract

More information

The Use of Analytics for Claim Fraud Detection Roosevelt C. Mosley, Jr., FCAS, MAAA Nick Kucera Pinnacle Actuarial Resources Inc.

The Use of Analytics for Claim Fraud Detection Roosevelt C. Mosley, Jr., FCAS, MAAA Nick Kucera Pinnacle Actuarial Resources Inc. Paper 1837-2014 The Use of Analytcs for Clam Fraud Detecton Roosevelt C. Mosley, Jr., FCAS, MAAA Nck Kucera Pnnacle Actuaral Resources Inc., Bloomngton, IL ABSTRACT As t has been wdely reported n the nsurance

More information

Politecnico di Torino. Porto Institutional Repository

Politecnico di Torino. Porto Institutional Repository Poltecnco d Torno Porto Insttutonal Repostory [Artcle] A cost-effectve cloud computng framework for acceleratng multmeda communcaton smulatons Orgnal Ctaton: D. Angel, E. Masala (2012). A cost-effectve

More information

benefit is 2, paid if the policyholder dies within the year, and probability of death within the year is ).

benefit is 2, paid if the policyholder dies within the year, and probability of death within the year is ). REVIEW OF RISK MANAGEMENT CONCEPTS LOSS DISTRIBUTIONS AND INSURANCE Loss and nsurance: When someone s subject to the rsk of ncurrng a fnancal loss, the loss s generally modeled usng a random varable or

More information

A hybrid global optimization algorithm based on parallel chaos optimization and outlook algorithm

A hybrid global optimization algorithm based on parallel chaos optimization and outlook algorithm Avalable onlne www.ocpr.com Journal of Chemcal and Pharmaceutcal Research, 2014, 6(7):1884-1889 Research Artcle ISSN : 0975-7384 CODEN(USA) : JCPRC5 A hybrd global optmzaton algorthm based on parallel

More information

PRACTICE 1: MUTUAL FUNDS EVALUATION USING MATLAB.

PRACTICE 1: MUTUAL FUNDS EVALUATION USING MATLAB. PRACTICE 1: MUTUAL FUNDS EVALUATION USING MATLAB. INDEX 1. Load data usng the Edtor wndow and m-fle 2. Learnng to save results from the Edtor wndow. 3. Computng the Sharpe Rato 4. Obtanng the Treynor Rato

More information

NPAR TESTS. One-Sample Chi-Square Test. Cell Specification. Observed Frequencies 1O i 6. Expected Frequencies 1EXP i 6

NPAR TESTS. One-Sample Chi-Square Test. Cell Specification. Observed Frequencies 1O i 6. Expected Frequencies 1EXP i 6 PAR TESTS If a WEIGHT varable s specfed, t s used to replcate a case as many tmes as ndcated by the weght value rounded to the nearest nteger. If the workspace requrements are exceeded and samplng has

More information

BUSINESS PROCESS PERFORMANCE MANAGEMENT USING BAYESIAN BELIEF NETWORK. 0688, dskim@ssu.ac.kr

BUSINESS PROCESS PERFORMANCE MANAGEMENT USING BAYESIAN BELIEF NETWORK. 0688, dskim@ssu.ac.kr Proceedngs of the 41st Internatonal Conference on Computers & Industral Engneerng BUSINESS PROCESS PERFORMANCE MANAGEMENT USING BAYESIAN BELIEF NETWORK Yeong-bn Mn 1, Yongwoo Shn 2, Km Jeehong 1, Dongsoo

More information

= (2) T a,2 a,2. T a,3 a,3. T a,1 a,1

= (2) T a,2 a,2. T a,3 a,3. T a,1 a,1 A set of tools for buldng PostgreSQL dstrbuted databases n bomedcal envronment. M. Cavaller, R. Prudentno, U. Pozzol, G. Ren IRCCS E. Medea, Bosso Parn (LC), Italy. E-mal: gren@bp.lnf.t Abstract PostgreSQL

More information

Study on Model of Risks Assessment of Standard Operation in Rural Power Network

Study on Model of Risks Assessment of Standard Operation in Rural Power Network Study on Model of Rsks Assessment of Standard Operaton n Rural Power Network Qngj L 1, Tao Yang 2 1 Qngj L, College of Informaton and Electrcal Engneerng, Shenyang Agrculture Unversty, Shenyang 110866,

More information

CHAPTER 14 MORE ABOUT REGRESSION

CHAPTER 14 MORE ABOUT REGRESSION CHAPTER 14 MORE ABOUT REGRESSION We learned n Chapter 5 that often a straght lne descrbes the pattern of a relatonshp between two quanttatve varables. For nstance, n Example 5.1 we explored the relatonshp

More information

Risk Model of Long-Term Production Scheduling in Open Pit Gold Mining

Risk Model of Long-Term Production Scheduling in Open Pit Gold Mining Rsk Model of Long-Term Producton Schedulng n Open Pt Gold Mnng R Halatchev 1 and P Lever 2 ABSTRACT Open pt gold mnng s an mportant sector of the Australan mnng ndustry. It uses large amounts of nvestments,

More information

Types of Injuries. (20 minutes) LEARNING OBJECTIVES MATERIALS NEEDED

Types of Injuries. (20 minutes) LEARNING OBJECTIVES MATERIALS NEEDED U N I T 3 Types of Injures (20 mnutes) PURPOSE: To help coaches learn how to recognze the man types of acute and chronc njures. LEARNING OBJECTIVES In ths unt, coaches wll learn how most njures occur,

More information

An Alternative Way to Measure Private Equity Performance

An Alternative Way to Measure Private Equity Performance An Alternatve Way to Measure Prvate Equty Performance Peter Todd Parlux Investment Technology LLC Summary Internal Rate of Return (IRR) s probably the most common way to measure the performance of prvate

More information

Using Series to Analyze Financial Situations: Present Value

Using Series to Analyze Financial Situations: Present Value 2.8 Usng Seres to Analyze Fnancal Stuatons: Present Value In the prevous secton, you learned how to calculate the amount, or future value, of an ordnary smple annuty. The amount s the sum of the accumulated

More information

How To Understand The Results Of The German Meris Cloud And Water Vapour Product

How To Understand The Results Of The German Meris Cloud And Water Vapour Product Ttel: Project: Doc. No.: MERIS level 3 cloud and water vapour products MAPP MAPP-ATBD-ClWVL3 Issue: 1 Revson: 0 Date: 9.12.1998 Functon Name Organsaton Sgnature Date Author: Bennartz FUB Preusker FUB Schüller

More information

8 Algorithm for Binary Searching in Trees

8 Algorithm for Binary Searching in Trees 8 Algorthm for Bnary Searchng n Trees In ths secton we present our algorthm for bnary searchng n trees. A crucal observaton employed by the algorthm s that ths problem can be effcently solved when the

More information

Frequency Selective IQ Phase and IQ Amplitude Imbalance Adjustments for OFDM Direct Conversion Transmitters

Frequency Selective IQ Phase and IQ Amplitude Imbalance Adjustments for OFDM Direct Conversion Transmitters Frequency Selectve IQ Phase and IQ Ampltude Imbalance Adjustments for OFDM Drect Converson ransmtters Edmund Coersmeer, Ernst Zelnsk Noka, Meesmannstrasse 103, 44807 Bochum, Germany edmund.coersmeer@noka.com,

More information

Feature selection for intrusion detection. Slobodan Petrović NISlab, Gjøvik University College

Feature selection for intrusion detection. Slobodan Petrović NISlab, Gjøvik University College Feature selecton for ntruson detecton Slobodan Petrovć NISlab, Gjøvk Unversty College Contents The feature selecton problem Intruson detecton Traffc features relevant for IDS The CFS measure The mrmr measure

More information

Tuition Fee Loan application notes

Tuition Fee Loan application notes Tuton Fee Loan applcaton notes for new part-tme EU students 2012/13 About these notes These notes should be read along wth your Tuton Fee Loan applcaton form. The notes are splt nto three parts: Part 1

More information

Can Auto Liability Insurance Purchases Signal Risk Attitude?

Can Auto Liability Insurance Purchases Signal Risk Attitude? Internatonal Journal of Busness and Economcs, 2011, Vol. 10, No. 2, 159-164 Can Auto Lablty Insurance Purchases Sgnal Rsk Atttude? Chu-Shu L Department of Internatonal Busness, Asa Unversty, Tawan Sheng-Chang

More information

VIP X1600 M4S Encoder module. Installation and Operating Manual

VIP X1600 M4S Encoder module. Installation and Operating Manual VIP X1600 M4S Encoder module en Installaton and Operatng Manual VIP X1600 XFM4 VIP X1600 Table of Contents en 3 Table of Contents 1 Preface 7 1.1 About ths Manual 7 1.2 Conventons n ths Manual 7 1.3 Intended

More information

Meta-Analysis of Hazard Ratios

Meta-Analysis of Hazard Ratios NCSS Statstcal Softare Chapter 458 Meta-Analyss of Hazard Ratos Introducton Ths module performs a meta-analyss on a set of to-group, tme to event (survval), studes n hch some data may be censored. These

More information

A Novel Methodology of Working Capital Management for Large. Public Constructions by Using Fuzzy S-curve Regression

A Novel Methodology of Working Capital Management for Large. Public Constructions by Using Fuzzy S-curve Regression Novel Methodology of Workng Captal Management for Large Publc Constructons by Usng Fuzzy S-curve Regresson Cheng-Wu Chen, Morrs H. L. Wang and Tng-Ya Hseh Department of Cvl Engneerng, Natonal Central Unversty,

More information

Time Value of Money Module

Time Value of Money Module Tme Value of Money Module O BJECTIVES After readng ths Module, you wll be able to: Understand smple nterest and compound nterest. 2 Compute and use the future value of a sngle sum. 3 Compute and use the

More information

Hosted Voice Self Service Installation Guide

Hosted Voice Self Service Installation Guide Hosted Voce Self Servce Installaton Gude Contact us at 1-877-355-1501 learnmore@elnk.com www.earthlnk.com 2015 EarthLnk. Trademarks are property of ther respectve owners. All rghts reserved. 1071-07629

More information

Enterprise Content Management

Enterprise Content Management Enterprse Content Management for the Laboratory Jm Mller Drector of Informatcs and Software Aglent Technologes Branden Humphrey Global Data Archve Program Manager Pfzer Global Research The content exploson

More information

The OC Curve of Attribute Acceptance Plans

The OC Curve of Attribute Acceptance Plans The OC Curve of Attrbute Acceptance Plans The Operatng Characterstc (OC) curve descrbes the probablty of acceptng a lot as a functon of the lot s qualty. Fgure 1 shows a typcal OC Curve. 10 8 6 4 1 3 4

More information

the Manual on the global data processing and forecasting system (GDPFS) (WMO-No.485; available at http://www.wmo.int/pages/prog/www/manuals.

the Manual on the global data processing and forecasting system (GDPFS) (WMO-No.485; available at http://www.wmo.int/pages/prog/www/manuals. Gudelne on the exchange and use of EPS verfcaton results Update date: 30 November 202. Introducton World Meteorologcal Organzaton (WMO) CBS-XIII (2005) recommended that the general responsbltes for a Lead

More information

Lecture 2: Single Layer Perceptrons Kevin Swingler

Lecture 2: Single Layer Perceptrons Kevin Swingler Lecture 2: Sngle Layer Perceptrons Kevn Sngler kms@cs.str.ac.uk Recap: McCulloch-Ptts Neuron Ths vastly smplfed model of real neurons s also knon as a Threshold Logc Unt: W 2 A Y 3 n W n. A set of synapses

More information

Calculation of Sampling Weights

Calculation of Sampling Weights Perre Foy Statstcs Canada 4 Calculaton of Samplng Weghts 4.1 OVERVIEW The basc sample desgn used n TIMSS Populatons 1 and 2 was a two-stage stratfed cluster desgn. 1 The frst stage conssted of a sample

More information

Traffic State Estimation in the Traffic Management Center of Berlin

Traffic State Estimation in the Traffic Management Center of Berlin Traffc State Estmaton n the Traffc Management Center of Berln Authors: Peter Vortsch, PTV AG, Stumpfstrasse, D-763 Karlsruhe, Germany phone ++49/72/965/35, emal peter.vortsch@ptv.de Peter Möhl, PTV AG,

More information

www.olr.ccli.com Introducing Online Reporting Your step-by-step guide to the new online copy report Online Reporting

www.olr.ccli.com Introducing Online Reporting Your step-by-step guide to the new online copy report Online Reporting Onlne Reportng Introducng Onlne Reportng www.olr.ccl.com Your step-by-step gude to the new onlne copy report Important nformaton for all lcence holders No more software to download Reportng as you go...

More information

Statistical Methods to Develop Rating Models

Statistical Methods to Develop Rating Models Statstcal Methods to Develop Ratng Models [Evelyn Hayden and Danel Porath, Österrechsche Natonalbank and Unversty of Appled Scences at Manz] Source: The Basel II Rsk Parameters Estmaton, Valdaton, and

More information

Question 2: What is the variance and standard deviation of a dataset?

Question 2: What is the variance and standard deviation of a dataset? Queston 2: What s the varance and standard devaton of a dataset? The varance of the data uses all of the data to compute a measure of the spread n the data. The varance may be computed for a sample of

More information

A powerful tool designed to enhance innovation and business performance

A powerful tool designed to enhance innovation and business performance A powerful tool desgned to enhance nnovaton and busness performance The LEGO Foundaton has taken over the responsblty for the LEGO SERIOUS PLAY method. Ths change wll help create the platform for the contnued

More information

Enterprise Master Patient Index

Enterprise Master Patient Index Enterprse Master Patent Index Healthcare data are captured n many dfferent settngs such as hosptals, clncs, labs, and physcan offces. Accordng to a report by the CDC, patents n the Unted States made an

More information

PEER REVIEWER RECOMMENDATION IN ONLINE SOCIAL LEARNING CONTEXT: INTEGRATING INFORMATION OF LEARNERS AND SUBMISSIONS

PEER REVIEWER RECOMMENDATION IN ONLINE SOCIAL LEARNING CONTEXT: INTEGRATING INFORMATION OF LEARNERS AND SUBMISSIONS PEER REVIEWER RECOMMENDATION IN ONLINE SOCIAL LEARNING CONTEXT: INTEGRATING INFORMATION OF LEARNERS AND SUBMISSIONS Yunhong Xu, Faculty of Management and Economcs, Kunmng Unversty of Scence and Technology,

More information

iavenue iavenue i i i iavenue iavenue iavenue

iavenue iavenue i i i iavenue iavenue iavenue Saratoga Systems' enterprse-wde Avenue CRM system s a comprehensve web-enabled software soluton. Ths next generaton system enables you to effectvely manage and enhance your customer relatonshps n both

More information

Joint Scheduling of Processing and Shuffle Phases in MapReduce Systems

Joint Scheduling of Processing and Shuffle Phases in MapReduce Systems Jont Schedulng of Processng and Shuffle Phases n MapReduce Systems Fangfe Chen, Mural Kodalam, T. V. Lakshman Department of Computer Scence and Engneerng, The Penn State Unversty Bell Laboratores, Alcatel-Lucent

More information

EE31 Series. Manual. Logger & Visualisation Software. BA_EE31_VisuLoggerSW_01_eng // Technical data are subject to change V1.0

EE31 Series. Manual. Logger & Visualisation Software. BA_EE31_VisuLoggerSW_01_eng // Technical data are subject to change V1.0 EE31 Seres Manual Logger & Vsualsaton Software BA_EE31_VsuLoggerSW_01_eng // Techncal data are subject to change V1.0 Logger & Vsualsaton Software - EE31 Seres GENERAL Ths software has been developed by

More information

Linear Circuits Analysis. Superposition, Thevenin /Norton Equivalent circuits

Linear Circuits Analysis. Superposition, Thevenin /Norton Equivalent circuits Lnear Crcuts Analyss. Superposton, Theenn /Norton Equalent crcuts So far we hae explored tmendependent (resste) elements that are also lnear. A tmendependent elements s one for whch we can plot an / cure.

More information

Institute of Informatics, Faculty of Business and Management, Brno University of Technology,Czech Republic

Institute of Informatics, Faculty of Business and Management, Brno University of Technology,Czech Republic Lagrange Multplers as Quanttatve Indcators n Economcs Ivan Mezník Insttute of Informatcs, Faculty of Busness and Management, Brno Unversty of TechnologCzech Republc Abstract The quanttatve role of Lagrange

More information

MONITORING METHODOLOGY TO ASSESS THE PERFORMANCE OF GSM NETWORKS

MONITORING METHODOLOGY TO ASSESS THE PERFORMANCE OF GSM NETWORKS Electronc Communcatons Commttee (ECC) wthn the European Conference of Postal and Telecommuncatons Admnstratons (CEPT) MONITORING METHODOLOGY TO ASSESS THE PERFORMANCE OF GSM NETWORKS Athens, February 2008

More information

CHAPTER 5 RELATIONSHIPS BETWEEN QUANTITATIVE VARIABLES

CHAPTER 5 RELATIONSHIPS BETWEEN QUANTITATIVE VARIABLES CHAPTER 5 RELATIONSHIPS BETWEEN QUANTITATIVE VARIABLES In ths chapter, we wll learn how to descrbe the relatonshp between two quanttatve varables. Remember (from Chapter 2) that the terms quanttatve varable

More information

SIMPLIFYING NDA PROGRAMMING WITH PROt SQL

SIMPLIFYING NDA PROGRAMMING WITH PROt SQL SIMPLIFYING NDA PROGRAMMING WITH PROt SQL Aeen L. Yam, Besseaar Assocates, Prnceton, NJ ABSRACf The programmng of New Drug Appcaton (NDA) Integrated Summary of Safety (ISS) usuay nvoves obtanng patent

More information

Testing Database Programs using Relational Symbolic Execution

Testing Database Programs using Relational Symbolic Execution Testng Database Programs usng Relatonal Symbolc Executon Mchaël Marcozz 1, Wm Vanhoof, Jean-Luc Hanaut Faculty of Computer Scence Unversty of Namur Rue Grandgagnage, 21 5000 Namur, Belgum Abstract Symbolc

More information

Invoicing and Financial Forecasting of Time and Amount of Corresponding Cash Inflow

Invoicing and Financial Forecasting of Time and Amount of Corresponding Cash Inflow Dragan Smć Svetlana Smć Vasa Svrčevć Invocng and Fnancal Forecastng of Tme and Amount of Correspondng Cash Inflow Artcle Info:, Vol. 6 (2011), No. 3, pp. 014-021 Receved 13 Janyary 2011 Accepted 20 Aprl

More information

Course outline. Financial Time Series Analysis. Overview. Data analysis. Predictive signal. Trading strategy

Course outline. Financial Time Series Analysis. Overview. Data analysis. Predictive signal. Trading strategy Fnancal Tme Seres Analyss Patrck McSharry patrck@mcsharry.net www.mcsharry.net Trnty Term 2014 Mathematcal Insttute Unversty of Oxford Course outlne 1. Data analyss, probablty, correlatons, vsualsaton

More information

Section 5.3 Annuities, Future Value, and Sinking Funds

Section 5.3 Annuities, Future Value, and Sinking Funds Secton 5.3 Annutes, Future Value, and Snkng Funds Ordnary Annutes A sequence of equal payments made at equal perods of tme s called an annuty. The tme between payments s the payment perod, and the tme

More information

Demographic and Health Surveys Methodology

Demographic and Health Surveys Methodology samplng and household lstng manual Demographc and Health Surveys Methodology Ths document s part of the Demographc and Health Survey s DHS Toolkt of methodology for the MEASURE DHS Phase III project, mplemented

More information

Computer-assisted Auditing for High- Volume Medical Coding

Computer-assisted Auditing for High- Volume Medical Coding Computer-asssted Audtng for Hgh-Volume Medcal Codng Computer-asssted Audtng for Hgh- Volume Medcal Codng by Danel T. Henze, PhD; Peter Feller, MS; Jerry McCorkle, BA; and Mark Morsch, MS Abstract The volume

More information

The Current Employment Statistics (CES) survey,

The Current Employment Statistics (CES) survey, Busness Brths and Deaths Impact of busness brths and deaths n the payroll survey The CES probablty-based sample redesgn accounts for most busness brth employment through the mputaton of busness deaths,

More information

A Study on Secure Data Storage Strategy in Cloud Computing

A Study on Secure Data Storage Strategy in Cloud Computing Journal of Convergence Informaton Technology Volume 5, Number 7, Setember 00 A Study on Secure Data Storage Strategy n Cloud Comutng Danwe Chen, Yanjun He, Frst Author College of Comuter Technology, Nanjng

More information

Tools for Privacy Preserving Distributed Data Mining

Tools for Privacy Preserving Distributed Data Mining Tools for Prvacy Preservng Dstrbuted Data Mnng hrs lfton, Murat Kantarcoglu, Jadeep Vadya Purdue Unversty Department of omputer Scences 250 N Unversty St West Lafayette, IN 47907-2066 USA (clfton, kanmurat,

More information

A Master Time Value of Money Formula. Floyd Vest

A Master Time Value of Money Formula. Floyd Vest A Master Tme Value of Money Formula Floyd Vest For Fnancal Functons on a calculator or computer, Master Tme Value of Money (TVM) Formulas are usually used for the Compound Interest Formula and for Annutes.

More information

Search Efficient Representation of Healthcare Data based on the HL7 RIM

Search Efficient Representation of Healthcare Data based on the HL7 RIM 181 JOURNAL OF COMPUTERS, VOL. 5, NO. 12, DECEMBER 21 Search Effcent Representaton of Healthcare Data based on the HL7 RIM Razan Paul Department of Computer Scence and Engneerng, Bangladesh Unversty of

More information

Construction Rules for Morningstar Canada Target Dividend Index SM

Construction Rules for Morningstar Canada Target Dividend Index SM Constructon Rules for Mornngstar Canada Target Dvdend Index SM Mornngstar Methodology Paper October 2014 Verson 1.2 2014 Mornngstar, Inc. All rghts reserved. The nformaton n ths document s the property

More information

Alarm Task Script Language

Alarm Task Script Language Alarm Task Scrpt Language Verson 5.51 en Scrpt Language Alarm Task Scrpt Language Table of Contents 3 Table of contents 1 Introducton 4 2 Defntons 5 2.1 Actons 5 2.2 Events and states 5 2.3 Alarm Task

More information