Handout #5. Introduction to the Design of Experiments (DOX) (Reading: FCDAE, Chapter 1~3)

Size: px
Start display at page:

Download "Handout #5. Introduction to the Design of Experiments (DOX) (Reading: FCDAE, Chapter 1~3)"

Transcription

1 Hadout #5 Ttle: FAE Course: Eco 368/01 Spr/015 Istructor: Dr. I-M Chu Itroducto to the Des of Expermets (DOX) (Read: FCDAE, Chapter 1~3) I hadout oe, we leared that data ca be ether observatoal or expermetal. Us observatoal data, we ca detect assocatos betwee varables; however, t s dffcult to buld causal relatoshps. Oe of the advataes of us the expermetal data s t s collected a cotrolled evromet, ad therefore, a causal relatoshp ca be establshed betwee causes ad effects. Des of expermets helps us establsh causalty betwee respose () ad treatmets (Xs) ve that the cofoud effects ca be reduced to the mmum. Whle we wll use the examples ad the correspod data from the FCDAE ad BR books mostly, I wll provde a smulated data set to exame the effectveess of three lear evromets prcples of ecoomcs classes; amely, o-ste, o-le, ad hybrd. Compoets of a expermet: a) Treatmets. b) Expermet uts. c) Respose. d) Assmet method. e.. Does short-term carcerato of spouse abusers deter future assaults? Treatmets: war, cousel but ot booked o chares, ad arrest. Expermet uts: dvduals who assault ther spouses. Respose: the leth of tme utl recurrece of assault. Assmet method: radomzato. Notce: DOX s ot about the statstcal aalyss; t s about how we collect data for further aalyss. Radomzato: a expermet s radomzed f the method for ass treatmets to uts volves a kow, well-uderstood probablstc scheme. The probablstc scheme s called a radomzato. Radomzato reduces cofoud. What s cofoud? e.. Weather Drv Speed Accdets 1

2 e.. ew dru treatmet vs. bypass surery for coroary artery dsease. e.. productve of two varety of cor; oe s plated Wscos ad the other s plated Iowa. Completely Radomzed Dess (CRD) Structure of a CRD We have treatmets to compare ad N uts to use our expermet. For a completely radomzed des: 1. Select sample szes 1,,..., wth N.. Choose 1 uts at radom to receve treatmet 1, uts at radom from the N 1 rema to receve treatmet, ad so o. Ths radomzato produces a CRD; all possble arraemets of the N uts to roups wth szes 1 thouh are equally lkely. Note that complete radomzato oly addresses the assmet of treatmets to uts; selecto of treatmets, expermetal uts, ad resposes s also requred. Model: A model for the data s a specfcato of the statstcal dstrbuto for the data (sampl scheme). Parameter: Statstcal dstrbuto depeds o parameters. e.. Bomal (, ), Normal (, ) Expermetal data: a) Model for the mea b) Model for the error Model 1: Separate meas model, j +, j + +, j (equvaletly;, j N(, )) Model : Sle mea model, j +, j (equvaletly;, j N(, )) Sle mea model s a reduced model; t s a specal case of the roup meas model. Estmates of parameters both models

3 Notatos:, j (roup total) 1, j 1 (rad total) /, / (treatmet mea) j /N (rad mea) - - (treatmet effects), j - +, j Aalyss of Varace (Oe way ANOVA): ANOVA ca be cosdered as a exteso of two-sample t-test; I wll revew t our ed of lecture exercses. Please refer to the BR book, pp. 193~03, for a varety of two-sample t-tests., j - ( - ) + (, j - ) (, j ) 1 1 ( ) + (, j 1 ) SS T SS Trt + SS E Where SS Trt 1 ( ) ( ) 1 1 ANOVA Table Source DF SS MS F Treatmets - 1 SS Trt SS Trt /-1 MS Trt / MS E Error N - SS E SS E /N- 3

4 H 0 : there s o treatmet effect H A : otherwse Decso rule: Reject ull f F s lare. Exercse 3. (FCDAE, pp. 60) A expermeter radomly allocated 15 male turkeys to fve treatmet roups: cotrol ad treatmets A, B, C, ad D. There were 5 brds each roup, ad the mea results were.16,.45,.91, 3.00, ad.71, respectvely. The sum of squares for expermetal error was Test the ull hypothess that the fve roup meas are the same aast the alteratve that oe or more of the treatmets dffers from the cotrol. Oe-Way ANOVA SS T SS Trt + SS E Based o the formato ve the questo, we ca calculate both SS Trt ad SS E ad the coduct a F test. (Why do we use F test?) Correcto: - ; are ve the questo ad ( )/5.646 SS Trt SS E SS Trt , 0.196, 0.64, 0.354, ad *( ) F Obs MS MS Trt E SS SS E / 4 / 10 Trt / / Sce F Obs < F 0.95,4,10 (.447) or the p-value 0.061, therefore, we caot reject the ull hypothess that roup meas are the same. ANOVA Table Source DF SS MS F Treatmets Error Total

5 Use R for ONE-WA ANOVA The purpose s to test whether the meas of multple samples (>) are the same., j + +, j Where dcates levels (factors) ad j dcates observatos. Later you wll fd that the above equato s smlar to lear reresso model, the dfferece s the type of explaatory varable (quattatve or qualtatve). If there are both types of explaatory varables, the model s termed ANCOVA some felds. Ecoomsts do t use ths term. We wat to test H 0 :, j +, j H 1 :, j + +, j We ll do may R exercses the class meet. I wo t prepare the R code fle for ths lecture ad the oal s to see whether you re famlar wth some basc R usaes. e.. det ad blood coaulato > lbrary("faraway") > data(coaulato) > ames(coaulato) > attach(coaulato) > plot(coa~det) > Model1 lm(coa~det,coaulato) > summary(model1) Call: lm(formula coa ~ det, data coaulato) Resduals: M 1Q Meda 3Q Max Coeffcets: Estmate Std. Error t value Pr(> t ) (Itercept) 6.100e e < e-16 *** detb 5.000e e ** detc 7.000e e *** detd e e Sf. codes: 0 *** ** 0.01 * Resdual stadard error:.366 o 0 derees of freedom 5

6 Multple R-squared: , Adjusted R-squared: 0.61 F-statstc: o 3 ad 0 DF, p-value: 4.658e-05 > Model1ull lm(coa~1,coaulato) > aova(model1ull,model1) Aalyss of Varace Table Model 1: coa ~ 1 Model : coa ~ det Res.Df RSS Df Sum of Sq F Pr(>F) e-05 *** --- Sf. codes: 0 *** ** 0.01 * Exercses: (a) Please use the BodyTemperature.txt data fle to aalyze whether Geder s a cotrbut factor to the Temperature (revew two-sample t-test) (b) Please use ecolear.csv data fle to exame whether lear evromets cotrbute to dfferet lear outcomes. *For those who are terested two-way ANOVA or -way ANOVA, please read FCDAE or BR to lear how to deal wth two (or ) treatmets. 6

Comparative Study of Word Alignment Heuristics and Phrase-Based SMT

Comparative Study of Word Alignment Heuristics and Phrase-Based SMT Comparatve Study of Word Algmet Heurstcs ad Phrase-Based SMT Hua Wu ad Hafeg Wag Toshba (Cha) Research ad Developmet Ceter 5/F., Tower W2, Oretal Plaza No., East Chag A Ave., Dog Cheg Dstrct Bejg, 00738,

More information

Scheme For Finding The Next Term Of A Sequence Based On Evolution {File Closing Version 4}. ISSN

Scheme For Finding The Next Term Of A Sequence Based On Evolution {File Closing Version 4}. ISSN Bagad, R. (207). Scheme For Fdg The ext Term Of A Sequece Based O voluto {Fle Closg Verso 3}. ISS 75-3030. PHILICA.COM Artcle umber 40. htt://www.hlca.com/dsla_artcle.h?artcle_d=40 Scheme For Fdg The ext

More information

RCBD with Sampling Pooling Experimental and Sampling Error

RCBD with Sampling Pooling Experimental and Sampling Error RCBD with Sampling Pooling Experimental and Sampling Error As we had with the CRD with sampling, we will have a source of variation for sampling error. Calculation of the Experimental Error df is done

More information

Exploiting the Marginal Profits of Constraints with Evolutionary Multi-objective Optimization Techniques

Exploiting the Marginal Profits of Constraints with Evolutionary Multi-objective Optimization Techniques Eplotg the Margal Profts of Costrats wth Evolutoary Mult-objectve Optmzato Techques Ya Zheyu Zh We Kag Lsha Laboratory of Software Egeerg Departmet of Computer Scece Laboratory of Software Egeerg Wuha

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

Positive-living skills for children aged 3 to 6

Positive-living skills for children aged 3 to 6 Table of Cotets Gudeles Postve-lvg sklls for chldre aged 3 to 6 A troducto to M MdMasters Suggestos o how to use the M MdMasters actvtes Tps o usg M MdMasters wth chldre who have a physcal dsablty Stages

More information

Use the template below as a guide for organizing the text of your story.

Use the template below as a guide for organizing the text of your story. Plot Ptch Template Use the template below as a gude for orgazg the text of your story. Ths template s a suggesto of how the text of a 14-page chldre s pcture storybook could be orgazed. It does ot clude

More information

Music Performer Recognition Using an Ensemble of Simple Classifiers

Music Performer Recognition Using an Ensemble of Simple Classifiers Musc Performer Recogto Usg a Esemble of Smple Classfers Efstathos Stamatatos 1 ad Gerhard Wdmer 2 Abstract. Ths. paper addresses the problem of detfyg the most lkely musc performer, gve a set of performaces

More information

GLM Example: One-Way Analysis of Covariance

GLM Example: One-Way Analysis of Covariance Understanding Design and Analysis of Research Experiments An animal scientist is interested in determining the effects of four different feed plans on hogs. Twenty four hogs of a breed were chosen and

More information

A Genetic Programming Framework for Error Recovery in Robotic Assembly Systems

A Genetic Programming Framework for Error Recovery in Robotic Assembly Systems A Geetc Programmg Framework for Error Recovery Robotc Assembly Systems Cem M. Baydar cbaydar@umch.edu Kazuhro Satou kazu@umch.edu Departmet of Mechacal Egeerg ad Appled Mechacs Uversty of Mchga A Arbor,

More information

RANDOMIZED COMPLETE BLOCK DESIGN (RCBD) Probably the most used and useful of the experimental designs.

RANDOMIZED COMPLETE BLOCK DESIGN (RCBD) Probably the most used and useful of the experimental designs. Description of the Design RANDOMIZED COMPLETE BLOCK DESIGN (RCBD) Probably the most used and useful of the experimental designs. Takes advantage of grouping similar experimental units into blocks or replicates.

More information

Read Only Memory (ROM)

Read Only Memory (ROM) ECE 545 igital System esig with VHL Lecture A igital Logic Reresher Part A Combiatioal Logic Buildig Blocks Cot. Problem 2 What is a size o ROM with a 4-bit address iput ad a 8-bit data output? What is

More information

Real-time Scheduling of Flexible Manufacturing Systems using Support Vector Machines and Neural Networks

Real-time Scheduling of Flexible Manufacturing Systems using Support Vector Machines and Neural Networks Real-tme Schedulg of Flexble Maufacturg Systems usg Support Vector Maches ad Neural Networks P. Prore, R. Po, J. Parreño, J. Lozao ad M. Moterrey EPI de Gó, Campus de Vesques, 33203 Gó, Asturas, Spa Abstract

More information

Instructions for Contributors to the International Journal of Microwave and Wireless Technologies

Instructions for Contributors to the International Journal of Microwave and Wireless Technologies Instructons for Contrbutors to the Internatonal Journal of Mcrowave and Wreless Technologes Frst A. Author 1, Second Author 1,2, Thrd Author 2 1 Cambrdge Unversty Press, Ednburgh Buldng, Shaftesbury Road,

More information

Resampling Statistics. Conventional Statistics. Resampling Statistics

Resampling Statistics. Conventional Statistics. Resampling Statistics Resampling Statistics Introduction to Resampling Probability Modeling Resample add-in Bootstrapping values, vectors, matrices R boot package Conclusions Conventional Statistics Assumptions of conventional

More information

Minimum Penalized Hellinger Distance for Model Selection in Small Samples

Minimum Penalized Hellinger Distance for Model Selection in Small Samples Ope Joural of Statstcs,,, 369-38 ttp://dxdoorg/436/os445 ublsed Ole October (ttp://wwwscrorg/oural/os) Mu ealzed ellger Dstace for Model Selecto Sall Saples apa Ngo *, Bertrad Ntep Laboratore de Mateatques

More information

Lost on the Web: Does Web Distribution Stimulate or Depress Television Viewing?

Lost on the Web: Does Web Distribution Stimulate or Depress Television Viewing? Lost on the Web: Does Web Dstrbuton Stmulate or Depress Televson Vewng? Joel Waldfogel The Wharton School Unversty of Pennsylvana August 10, 2007 Prelmnary comments welcome Abstract In the past few years,

More information

Rank Inclusion in Criteria Hierarchies

Rank Inclusion in Criteria Hierarchies Mat-.08 deedet Research Project Aled Mathematcs Rak cluso Crtera Herarches Jue 00 Helsk Uversty of Techology ystems Aalyss Laboratory Att Pukka Deartmet of Egeerg Physcs ad Mathematcs 48484T Cotets. NTRODUCTON...3.

More information

11 Hybrid Cables. n f Hz. kva i P. Hybrid Cables Description INFORMATION Description

11 Hybrid Cables. n f Hz. kva i P. Hybrid Cables Description INFORMATION Description Hybrd Cables Descrpto Hybrd Cables INFORMATION Ths secto shows the techcal data o the hybrd cables avalable at SEW- EURODRIVE. For assgmet o hybrd cables to the products, reer to the respectve sectos..

More information

QUICK START GUIDE v0.98

QUICK START GUIDE v0.98 QUICK START GUIDE v0.98 QUICK HELP Q A 1 STEP BY STEP 3 GLOSSARY 2 A B C 1 INSTALLATION 1. Make sure that the hardware nstallaton s performed by a certfed vendor 2. Install OTOTRAK app from Apple s App

More information

Recognizing Names in Biomedical Texts using Hidden Markov Model and SVM plus Sigmoid

Recognizing Names in Biomedical Texts using Hidden Markov Model and SVM plus Sigmoid Recogzg Names Bomedcal Texts usg Hdde Markov Model ad SVM plus Sgmod ZHOU GuoDog Isttute for Ifocomm Research 2 Heg Mu Keg Terrace Sgapore 963 Emal: zhougd@2r.a-star.edu.sg ABSTRACT I ths paper, we preset

More information

A Realistic E-Learning System based on Mixed Reality

A Realistic E-Learning System based on Mixed Reality A Realstc E-Learg System based o Mxed Realty Kyusug Cho 1, Juho Lee 1, Jaem Soh 1, Juseok Lee 2, Hyu S. Yag 1 1 Departmet of Computer Scece, Korea Advaced Isttute of Scece ad Techology, 373-1 Guseog-dog,

More information

Cost Control of the Transmission Congestion Management in Electricity Systems Based on Ant Colony Algorithm

Cost Control of the Transmission Congestion Management in Electricity Systems Based on Ant Colony Algorithm Eergy ad Power Egeerg, 2011, 3, 17-23 do:10.4236/epe.2011.31003 Publshed Ole February 2011 (http://www.scrp.org/joural/epe) Cost Cotrol of the Trasmsso Cogesto Maagemet Electrcty Systems Based o At Coloy

More information

Model II ANOVA: Variance Components

Model II ANOVA: Variance Components Model II ANOVA: Variance Components Model II MS A = s 2 + ns 2 A MS A MS W = ns 2 A (MS A MS W )/n = ns 2 A /n = s2 A Usually Expressed: s 2 A /(s2 A + s2 W ) x 100 Assumptions of ANOVA Random Sampling

More information

Statistics AGAIN? Descriptives

Statistics AGAIN? Descriptives Cal State Northrdge Ψ427 Andrew Answorth PhD Statstcs AGAIN? What do we want to do wth statstcs? Organze and Descrbe patterns n data Takng ncomprehensble data and convertng t to: Tables that summarze the

More information

current activity shows on the top right corner in green. The steps appear in yellow

current activity shows on the top right corner in green. The steps appear in yellow Browzwear Tutorals Tutoral ntroducton Ths tutoral leads you through the best practces of color ways operatons usng an llustrated step by step approach. Each slde shows the actual applcaton at the stage

More information

Block Block Block

Block Block Block Advanced Biostatistics Quiz 3 Name March 16, 2005 9 or 10 Total Points Directions: Thoroughly, clearly and neatly answer the following two problems in the space given, showing all relevant calculations.

More information

Replicated Latin Square and Crossover Designs

Replicated Latin Square and Crossover Designs Replicated Latin Square and Crossover Designs Replicated Latin Square Latin Square Design small df E, low power If 3 treatments 2 df error If 4 treatments 6 df error Can use replication to increase df

More information

Technical Information

Technical Information CHEMCUT Techncal Informaton CORPORATION Introducton The Chemcut CC8000 etcher has many new features desgned to reduce the cost of manufacturng and, just as mportantly, the cost of ownershp. Keepng the

More information

Latin Square Design. Design of Experiments - Montgomery Section 4-2

Latin Square Design. Design of Experiments - Montgomery Section 4-2 Latin Square Design Design of Experiments - Montgomery Section 4-2 Latin Square Design Can be used when goal is to block on two nuisance factors Constructed so blocking factors orthogonal to treatment

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

Small Area Co-Modeling of Point Estimates and Their Variances for Domains in the Current Employment Statistics Survey

Small Area Co-Modeling of Point Estimates and Their Variances for Domains in the Current Employment Statistics Survey Small Area Co-Modelng of Pont Estmates and Ther Varances for Domans n the Current Employment Statstcs Survey Jule Gershunskaya, Terrance D. Savtsky U.S. Bureau of Labor Statstcs FCSM, March 2018 Dsclamer:

More information

THE IMPORTANCE OF ARM-SWING DURING FORWARD DIVE AND REVERSE DIVE ON SPRINGBOARD

THE IMPORTANCE OF ARM-SWING DURING FORWARD DIVE AND REVERSE DIVE ON SPRINGBOARD THE MPORTANCE OF ARM-SWNG DURNG FORWARD DVE AND REVERSE DVE ON SPRNGBOARD Ken Yokoyama Laboratory of Bomechancs Faculty ofeducaton Kanazawa Unversty Kanazawa, Japan J unjro Nagano Department of Physcal

More information

PROC GLM AND PROC MIXED CODES FOR TREND ANALYSES FOR ROW-COLUMN DESIGNED EXPERIMENTS

PROC GLM AND PROC MIXED CODES FOR TREND ANALYSES FOR ROW-COLUMN DESIGNED EXPERIMENTS PROC GLM AND PROC MIXED CODES FOR TREND ANALYSES FOR ROW-COLUMN DESIGNED EXPERIMENTS BU-1491-M June,2000 Walter T. Federer Dept. of Biometrics Cornell University Ithaca, NY 14853 wtfl@cornell.edu and Russell

More information

Explanation on FY2015

Explanation on FY2015 Explto o FY2015 (2014/4/1 2015/3/31) Gl Ic. 2015/5/15 Topcs o Q4(2015.01 2015.03) Busess Smrtphoe Apps Moble RPG Flyff All Strs Eglsh Frce OS d Adrod Golf Gme Dugeos & Golf Eglsh Jp

More information

Conettix D6600/D6100IPv6 Communications Receiver/Gateway Quick Start

Conettix D6600/D6100IPv6 Communications Receiver/Gateway Quick Start Conettx / Communcatons Recever/Gateway Quck Start.0 Parts Lst able : Conettx System Components Qty. Descrpton Conettx Communcatons Recever/Gateway AC power cord Battery cable P660 I/O cable P660 Rack mount

More information

Analysis of Subscription Demand for Pay-TV

Analysis of Subscription Demand for Pay-TV Analyss of Subscrpton Demand for Pay-TV Manabu Shshkura Researcher Insttute for Informaton and Communcatons Polcy 2-1-2 Kasumgasek, Chyoda-ku Tokyo 110-8926 Japan m-shshkura@soumu.go.jp Tel: 03-5253-5496

More information

Statistical Consulting Topics. RCBD with a covariate

Statistical Consulting Topics. RCBD with a covariate Statistical Consulting Topics RCBD with a covariate Goal: to determine the optimal level of feed additive to maximize the average daily gain of steers. VARIABLES Y = Average Daily Gain of steers for 160

More information

EE260: Digital Design, Spring /3/18. n Combinational Logic: n Output depends only on current input. n Require cascading of many structures

EE260: Digital Design, Spring /3/18. n Combinational Logic: n Output depends only on current input. n Require cascading of many structures EE260: igital esig, prig 208 4/3/8 EE 260: Itroductio to igital esig equetial Logic Elemets ao Zheg epartmet of Electrical Egieerig Uiversity of Hawaiʻi at Māoa equetial ircuits ombiatioal Logic: Output

More information

Hybrid Transcoding for QoS Adaptive Video-on-Demand Services

Hybrid Transcoding for QoS Adaptive Video-on-Demand Services 732 IEEE Transactons on Consumer Electroncs, Vol. 50, No. 2, MAY 2004 Hybrd Transcodng for QoS Adaptve Vdeo-on-Demand Servces Ilhoon Shn and Kern Koh Abstract Transcodng s a core technque that s used n

More information

Object Modeling for Multicamera Correspondence Using Fuzzy Region Color Adjacency Graphs

Object Modeling for Multicamera Correspondence Using Fuzzy Region Color Adjacency Graphs Obect Modelg for Mltcamera Correspodece Usg Fzzy Rego Color Adacecy Graphs Amr Hosse Khall 1 ad Shohreh Kasae 2 1 Sharf Uersty of Techology, Tehra, Ira a_khall@ce.sharf.ed 2 Sharf Uersty of Techology,

More information

A BROADCASTING PROTOCOL FOR COMPRESSED VIDEO

A BROADCASTING PROTOCOL FOR COMPRESSED VIDEO Proceegs of the EUROMEDIA 99 Coferece (Much, Aprl 6-8, 1999), pp78-84 A BROADCASTING PROTOCOL FOR COMPRESSED VIDEO Jeha-Fraços Pârs 1 Departmet of Computer Scece Uversty of Housto Housto, TX 7704-475 pars@csuheu

More information

Modeling Form for On-line Following of Musical Performances

Modeling Form for On-line Following of Musical Performances Modelng Form for On-lne Followng of Muscal Performances Bryan Pardo 1 and Wllam Brmngham 2 1 Computer Scence Department, Northwestern Unversty, 1890 Maple Ave, Evanston, IL 60201 2 Department of Math and

More information

V (D) i (gm) Except for 56-7,63-8 Flute and Oboe are the same. Orchestration will only list Fl for space purposes

V (D) i (gm) Except for 56-7,63-8 Flute and Oboe are the same. Orchestration will only list Fl for space purposes Measure # 1 2 3 5 6 7 8 9 10 11 12 13 1 15 16 17 18 Intro Motve 1 A Motve 1 B - "Wakarathe" Dynamcs mp terraced dymancs to mm.7 p Moderately fast and lght (quarter=96) 3 G Mnor motve 1 con't mp melody

More information

Comment #147, #169: Problems of high DFE coefficients

Comment #147, #169: Problems of high DFE coefficients Comment #147, #169: Problems of high DFE coefficients Yasuo Hidaka Fujitsu Laboratories of America, Inc. September 16-18, 215 IEEE P82.3by 25 Gb/s Ethernet Task Force Comment #147 1 IEEE P82.3by 25 Gb/s

More information

For children aged 5 7

For children aged 5 7 For childre aged THE BEACH, THE CHILDREN AND THE TURTLE Childre thik about special places, special people ad people, their feeligs ad the wishes they make. Throughout, the term childre refers to those

More information

ANCHOR PRO. Version User Manual

ANCHOR PRO. Version User Manual S. K. Ghosh Associates Inc. Seismic and Building Code Consulting ANCHOR PRO Version 2.0.1 User Manual 334 East Colfax Street, Unit E 43 Vantis Drive Palatine, IL 60067 Aliso Viejo, CA 92656 Ph: (847) 991-2700

More information

Product Information. Universal swivel units SRU-plus

Product Information. Universal swivel units SRU-plus Product Informaton Unversal swvel unts SRU-plus SRU-plus Unversal swvel unts Robust. Fast. Hgh Performance. SRU-plus unversal rotary actuator Unversal unt for pneumatc swvel and turnng movements. Feld

More information

Math of Projections:Overview. Perspective Viewing. Perspective Projections. Perspective Projections. Math of perspective projection

Math of Projections:Overview. Perspective Viewing. Perspective Projections. Perspective Projections. Math of perspective projection Math of Projectios:Overview Math of perspective projectio, stadard cofiguratio OpeGL perspective projectios Math of orthographic projectio OpeGL orthographic projectios Viewport trasformatios ad settig

More information

Craig Webre, Sheriff Personnel Division/Law Enforcement Complex 1300 Lynn Street Thibodaux, Louisiana 70301

Craig Webre, Sheriff Personnel Division/Law Enforcement Complex 1300 Lynn Street Thibodaux, Louisiana 70301 DATE OF APPLCATON: Craig Webre, Sheriff Personnel Division/Law Enforcement Complex 1300 Lynn Street Thibodaux, Louisiana 70301 N GENERAL EMAL ADDRESS: For Local Calls - (985) 532-4380 (985) 446-2255 (985)

More information

Do delay tactics affect silking date and yield of maize inbreds? Stephen Zimmerman Creative Component November 2015

Do delay tactics affect silking date and yield of maize inbreds? Stephen Zimmerman Creative Component November 2015 Do delay tactics affect silking date and yield of maize inbreds? Stephen Zimmerman Creative Component November 2015 Overview Acknowledgements My Background Introduction Materials and Methods Results and

More information

Correcting Image Placement Errors Using Registration Control (RegC ) Technology In The Photomask Periphery

Correcting Image Placement Errors Using Registration Control (RegC ) Technology In The Photomask Periphery Correctng Image Placement Errors Usng Regstraton Control (RegC ) Technology In The Photomask Perphery Av Cohen 1, Falk Lange 2 Guy Ben-Zv 1, Erez Gratzer 1, Dmtrev Vladmr 1 1. Carl Zess SMS Ltd., Karmel

More information

LOW-COMPLEXITY VIDEO ENCODER FOR SMART EYES BASED ON UNDERDETERMINED BLIND SIGNAL SEPARATION

LOW-COMPLEXITY VIDEO ENCODER FOR SMART EYES BASED ON UNDERDETERMINED BLIND SIGNAL SEPARATION LOW-COMPLEXITY VIDEO ENCODER FOR SMART EYES BASED ON UNDERDETERMINED BLIND SIGNAL SEPARATION Jng Lu, Fe Qao *, Zhjan Ou and Huazhong Yang Department of Electronc Engneerng, Tsnghua Unversty ABSTRACT Ths

More information

Accepted Manuscript. An improved artificial bee colony algorithm for flexible job-shop scheduling problem with fuzzy processing time

Accepted Manuscript. An improved artificial bee colony algorithm for flexible job-shop scheduling problem with fuzzy processing time Accepted Manuscrpt An mproved artfcal bee colony algorthm for flexble ob-shop schedulng problem wth fuzzy processng tme Ka Zhou Gao, Ponnuthura Nagaratnam Suganthan, Quan Ke Pan, Tay Jn Chua, Chn Soon

More information

RIAM Local Centre Woodwind, Brass & Percussion Syllabus

RIAM Local Centre Woodwind, Brass & Percussion Syllabus 8 RIAM Local Centre Woodwnd, Brass & Percusson Syllabus 2015-2018 AURAL REQUIREMENTS AND THEORETICAL QUESTIONS REVISED FOR ALL PRACTICAL SUBJECTS AURAL TESTS From Elementary to Grade V ths area s worth

More information

1'-tq/? BU-- _-M August 2000 Technical Report Series of the Department of Biometrics, Cornell University, Ithaca, New York 14853

1'-tq/? BU-- _-M August 2000 Technical Report Series of the Department of Biometrics, Cornell University, Ithaca, New York 14853 SAS/GLM AND SAS/MIXED FOR TREND ANALYSES US:ING FOURIER AND POLYNOMIAL REGRESSION FOR CENTERED AND NON-CENTERED VARIATES BY Walter T. Federer, Murari Singh, and Russell D. Wolfinger ABSTRACT Spatial variation

More information

include a comment explaining the reason and the portions of the pending application that are being

include a comment explaining the reason and the portions of the pending application that are being Page 1 of8 Federal Communications Commission Approved by OMB Washington, D.C. 20554 3060-1115 (February 2009) FCC 388 DTV Quarterly Activity Station Report FOR FCC USE ONLY 1 FOR COMMSSON USE ONLY "LE

More information

Preview Only. Legal Use Requires Purchase

Preview Only. Legal Use Requires Purchase 2 The Little Cradle Rocks i Glory lives up to its title it rocks, getly at irst, ut the eds with great eergy ad pizazz o the ial chorus This eloved spiritual is perect or ay occasio where spirited Christmas

More information

DIGITAL DISPLAY SOLUTION REAL ESTATE POINTS OF SALE (POS)

DIGITAL DISPLAY SOLUTION REAL ESTATE POINTS OF SALE (POS) DIGITAL DISPLAY SOLUTION REAL ESTATE POINTS OF SALE (POS) TABLE OF CONTENTS Digital services p. 3 Coected services p. 4 Maagemet p. 5 Commuicatio Stadards p. 6 Image wall p.8 A solutio tailored to your

More information

Chapter 7 Registers and Register Transfers

Chapter 7 Registers and Register Transfers Logic ad Computer Desig Fudametals Chapter 7 Registers ad Register Trasfers Part 2 Couters, Register Cells, Buses, & Serial Operatios Charles Kime & Thomas Kamiski 28 Pearso Educatio, Ic (Hyperliks are

More information

AREA (SQ. FT.) BREAKDOWN: 1. SALES AREA: 2. ENTRY VESTIBULE (EXT.): 3. SERVICE: 4. TOILET ROOM: 5. OFFICE: 6. STAIRWAY/REAR EXIT: 7.

AREA (SQ. FT.) BREAKDOWN: 1. SALES AREA: 2. ENTRY VESTIBULE (EXT.): 3. SERVICE: 4. TOILET ROOM: 5. OFFICE: 6. STAIRWAY/REAR EXIT: 7. Exhibit 6 35 ORTH SATA CRUZ AVEUE LOS GATOS, CA 953 PURVEYORS of SWEETESS 245 Ford Parkay, Suite 3 65.69.5525.finndaniels.com LEVEL: OF VCTY MAP MALL KEY PLA PROJECT TEAM BREAKDOW:. SALES AREA: 2. ETRY

More information

The UCD community has made this article openly available. Please share how this access benefits you. Your story matters!

The UCD community has made this article openly available. Please share how this access benefits you. Your story matters! Provded by the author(s) and Unversty College Dubln Lbrary n accordance wth publsher polces., Please cte the publshed verson when avalable. tle Dynamc Complexty Scalng for Real-me H.264/AVC Vdeo Encodng

More information

Mixed Models Lecture Notes By Dr. Hanford page 151 More Statistics& SAS Tutorial at Type 3 Tests of Fixed Effects

Mixed Models Lecture Notes By Dr. Hanford page 151 More Statistics& SAS Tutorial at  Type 3 Tests of Fixed Effects Assessing fixed effects Mixed Models Lecture Notes By Dr. Hanford page 151 In our example so far, we have been concentrating on determining the covariance pattern. Now we ll look at the treatment effects

More information

Elizabeth H. Phillips-Hershey and Barbara Kanagy Mitchell

Elizabeth H. Phillips-Hershey and Barbara Kanagy Mitchell a You Have Choice! Elizabeth H. Phillips-Hershey ad Barbara Kaagy Mitchell GRADE 5 BOOK CLUB UNIT: BULLY-FREE ZONE SHARED READING 6 Pages 9 780779 176663 No-fictio: magazie article 2008 Scholastic Caada

More information

Taiwan Digital Tone Generator Supervision Tones

Taiwan Digital Tone Generator Supervision Tones CHAPTER 2 This chapter details the modifications to the Digital Generator (DTG or DTG-2) and Call Progress Analyzer (CPA), and SPC-CPA service circuits to support the supervision tones specific to the

More information

Visible Vibrations (originally Chladni Patterns) - Adding Memory Buttons. Joshua Gutwill. August 2002

Visible Vibrations (originally Chladni Patterns) - Adding Memory Buttons. Joshua Gutwill. August 2002 (originally Chladni Patterns) - Adding Memory Buttons Joshua Gutwill August 2002 Keywords: 1 (originally Chladni Patterns) Adding Memory Buttons

More information

DV: Liking Cartoon Comedy

DV: Liking Cartoon Comedy 1 Stepwise Multiple Regression Model Rikki Price Com 631/731 March 24, 2016 I. MODEL Block 1 Block 2 DV: Liking Cartoon Comedy 2 Block Stepwise Block 1 = Demographics: Item: Age (G2) Item: Political Philosophy

More information

Simple VBR Harmonic Broadcasting (SVHB)

Simple VBR Harmonic Broadcasting (SVHB) mple VBR Harmonc Broadcastng (VHB) Hsang-Fu Yu ab, Hung-hang Yang a, Y-Mng hen c, -Mng Tseng a, and hen-y Kuo a a Dep. of omputer cence & Informaton Engneerng, atonal entral Unversty, Tawan b omputer enter,

More information

Mixed models in R using the lme4 package Part 2: Longitudinal data, modeling interactions

Mixed models in R using the lme4 package Part 2: Longitudinal data, modeling interactions Mixed models in R using the lme4 package Part 2: Longitudinal data, modeling interactions Douglas Bates 2011-03-16 Contents 1 sleepstudy 1 2 Random slopes 3 3 Conditional means 6 4 Conclusions 9 5 Other

More information

Supply Quantitative Model à la Leontief *

Supply Quantitative Model à la Leontief * Moer Ecoomy, 2011, 2, 642-653 o:10.4236/me.2011.24072 Pubhe Oe September 2011 (http://www.scrp.org/joura/me) Suppy Quattatve Moe à a Leotef * Abtract Ezra Davar Iepeet Reearcher, Amo Vtamar, Netaya, Irae

More information

Australia Digital Tone Generator Supervision Tones

Australia Digital Tone Generator Supervision Tones CHAPTER 2 Australia Plan This chapter details the modifications to the Digital Generator (DTG or DTG-2) and Call Progress Analyzer (CPA) cards, and SPC-CPA service circuits to support the supervision tones

More information

A Scalable HDD Video Recording Solution Using A Real-time File System

A Scalable HDD Video Recording Solution Using A Real-time File System H. L et al.: A Scalable HDD Vdeo Recordng Soluton Usng A Real-tme Fle System A Scalable HDD Vdeo Recordng Soluton Usng A Real-tme Fle System Hong L, Stephen R. Cumpson Member, IEEE, Robert Jochemsen, Jan

More information

MAXTECH, Inc. BRC-1000 Series. C-Band Redundant LNB Systems. Technology for Communications. System Block Diagrams

MAXTECH, Inc. BRC-1000 Series. C-Band Redundant LNB Systems. Technology for Communications. System Block Diagrams MAXTECH, Inc. Technology for Communications BRC-1000 Series C-Band Redundant LNB Systems Introduction Redundant LNB systems minimize system downtime due to LNB failure by providing a spare LNB and an automatic

More information

Approved by OMS 1[f0R FCC USE ONLY I 15 (March 2008) ]1 1 FOR COMMISSION USE ONLY J FILE NO AKZ

Approved by OMS 1[f0R FCC USE ONLY I 15 (March 2008) ]1 1 FOR COMMISSION USE ONLY J FILE NO AKZ DTV Quarterly Activity Station Report http://fjallfoss.fcc.gov/cdbs/cdbs_docs/388_1 0 l.cfm?printform=y &... Federal Communications Commission Washington, D.C. 20554 rllicensee Approved by OMS 1[f0R FCC

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

Environmental Reviews. Cause-effect analysis for sustainable development policy

Environmental Reviews. Cause-effect analysis for sustainable development policy Envronmental Revews Cause-effect analyss for sustanable development polcy Journal: Envronmental Revews Manuscrpt ID er-2016-0109.r2 Manuscrpt Type: Revew Date Submtted by the Author: 24-Feb-2017 Complete

More information

K-Pop Idol Industry Minhyung Lee

K-Pop Idol Industry Minhyung Lee K-Pop Idol Industry 20100663 Minhyung Lee 1. K-Pop Idol History 2. Idol Industry Factor 3. Regression Analysis 4. Result & Interpretation K-Pop Idol History (1990s) Turning point of Korean Music history

More information

R&S DDF200M Digital Direction Finder Specifications

R&S DDF200M Digital Direction Finder Specifications R&S DDF200M Digital Direction Finder Specifications Data Sheet Version 02.00 CONTENTS Definitions... 3 Specifications... 4 Frequency... 4 Direction finding... 4 Linearity... 4 Interference rejection...

More information

Logistics We are here. If you cannot login to MarkUs, me your UTORID and name.

Logistics We are here. If you cannot login to MarkUs,  me your UTORID and name. Logistics We are here 8 Week If you caot logi to arkus, email me your UTORID ad ame. heck lab marks o arkus, if it s recorded wrog, cotact Larry withi a week after the lab. Quiz average: 8% Assembly Laguage

More information

subplots (30-m by 33-m) without space between potential subplots. Depending on the size of the

subplots (30-m by 33-m) without space between potential subplots. Depending on the size of the REM-S-13-00090 Online Supplemental Information Pyke et al. Appendix I Subplot Selection within Arid SageSTEP whole plots Each of the four whole plots (fuel reduction treatments) was gridded into potential

More information

T-25e, T-39 & T-66. G657 fibres and how to splice them. TA036DO th June 2011

T-25e, T-39 & T-66. G657 fibres and how to splice them. TA036DO th June 2011 T-25e, T-39 & T-66 G657 fibres ad how to splice them TA036DO0018-03 10 th Jue 2011 What is G657 fibre? G657 is a ew class of sigle mode fibre which ca be bet more severely the ormal G652 sigle mode without

More information

R&S HF907DC SHF Downconverter Specifications

R&S HF907DC SHF Downconverter Specifications Radiomonitoring & Radiolocation Data Sheet 01.03 R&S HF907DC SHF Downconverter Specifications CONTENTS Definitions... 3 Specifications... 4 Frequency conversion... 4 Input and output properties... 4 Rechargeable

More information

Unsymmetrical Aryl(2,4,6-trimethoxyphenyl)iodonium Salts: One-pot Synthesis, Scope, Stability, and Synthetic Applications. Supporting Information

Unsymmetrical Aryl(2,4,6-trimethoxyphenyl)iodonium Salts: One-pot Synthesis, Scope, Stability, and Synthetic Applications. Supporting Information Unsymmetrical Aryl(2,4,6-trimethoxyphenyl)iodonium Salts: One-pot Synthesis, Scope, Stability, and Synthetic Applications Thomas L. Seidl, Sunil K. Sundalam, Brennen McCullough and David R. Stuart* dstuart@pdx.edu

More information

Polychrome Devices Reference Manual

Polychrome Devices Reference Manual Polychrome Devices Referece Maual Improvisio, Viscout Cetre II, Uiversity of Warwick Sciece Park, Millbur Hill Road, Covetry. CV4 7HS Tel: 0044 (0) 24 7669 2229 Fax: 0044 (0) 24 7669 0091 e-mail: admi@improvisio.com

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

CONNECTIONS GUIDE. To Find Your Hook.up Turn To Page 1

CONNECTIONS GUIDE. To Find Your Hook.up Turn To Page 1 CONNECTIONS GUIDE To Fnd Your Hook.up Turn To Page 1 Connectng TV to Antenna (or Cable Wthout Cable Box) and No VCR (Hook-up 1A)... 2 Monaural VCR (Hook-up 1B)... 3 StereoVCR (Hook-up 1C)... 4 Cable Wth

More information

40G SWDM4 MSA Technical Specifications Optical Specifications

40G SWDM4 MSA Technical Specifications Optical Specifications 40G SWDM4 MSA Technical Specifications Specifications Participants Editor David Lewis, LUMENTUM The following companies were members of the SWDM MSA at the release of this specification: Company Commscope

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

CONNECTIONS GUIDE. To Find Your Hook.up Turn To Page 1

CONNECTIONS GUIDE. To Find Your Hook.up Turn To Page 1 CONNECTIONS GUIDE To Fnd Your Hook.up Turn To Page 1 Connectng TV to Antenna (or Cable Wthout Cable Box) and No VCR (Hook-up 1A)...2 Monaural VCR (Hook-up 1B)...3 Stereo VCR (Hook-up 1C)... 4 Cable Wth

More information

MAXIM INTEGRATED PRODUCTS

MAXIM INTEGRATED PRODUCTS RELIABILITY REPORT FOR MAX7456EUI+ PLASTIC ENCAPSULATED DEVICES March 10, 2009 MAXIM INTEGRATED PRODUCTS 120 SAN GABRIEL DR. SUNNYVALE, CA 94086 Approved by Ken Wendel Quality Assurance Director, Reliability

More information

HMC-C078. SDLVAs. Features. Typical Applications. General Description. Functional Diagram

HMC-C078. SDLVAs. Features. Typical Applications. General Description. Functional Diagram HMC-C8 v. MODULE w/ LIMITED RF OUTPUT, - GHz Typical Applications The HMC-C8 is ideal for: EW, ELINT & IFM Receivers DF Radar Systems ECM Systems Broadband Test & Measurement Power Measurement & Control

More information

Data Sheet. AMMC GHz Image Reject Mixer. Description. Features. Applications. Absolute Maximum Ratings [1]

Data Sheet. AMMC GHz Image Reject Mixer. Description. Features. Applications. Absolute Maximum Ratings [1] AMMC-63 3 GHz Image Reject Mixer Data Sheet drain Chip Size: 13 x 14 µm Chip Size Tolerance: ±1 µm (±.4 mils) Chip Thickness: 1 ± 1 µm (4 ±.4 mils) gate Description Avago s AMMC-63 is an image reject mixer

More information

v SUCCESSIVE DETECTION LOG VIDEO AMPLIFIER (SDLVA) 1-20 GHz Features Parameter Conditions Typ. Units Input Frequency Range 1-20 GHz

v SUCCESSIVE DETECTION LOG VIDEO AMPLIFIER (SDLVA) 1-20 GHz Features Parameter Conditions Typ. Units Input Frequency Range 1-20 GHz HMC-C88 v.6 - GHz Features to GHz Operation Typical Applications The HMC-C88 is ideal for: EW, ELINT & IFM Receivers DF Radar Systems ECM Systems Broadband Test & Measurement Power Measurement & Control

More information

BesTrans AOC (Active Optical Cable) Spec and Manual

BesTrans AOC (Active Optical Cable) Spec and Manual BesTras AOC (Active Optical Cable) Spec ad Maual A. Techology: BesTras Active Optical Cable (AOC) is a easy-to-use, secure coectio for home video distributio, coferece room presetatio systems, classroom

More information

Modular Plug Connectors (Standard and Small Conductor)

Modular Plug Connectors (Standard and Small Conductor) Modular Plug Connectors (Standard and Small Conductor) Applcaton Specfcaton 114-6016 04 APR 11 All numercal values are n metrc unts [wth U.S. customary unts n brackets]. Dmensons are n mllmeters [and nches].

More information

TECHNICAL BULLETIN INTRODUCTION. Bad Boy Luminaire Baseplate Retrofit. Parts, Tools, and Supplies

TECHNICAL BULLETIN INTRODUCTION. Bad Boy Luminaire Baseplate Retrofit. Parts, Tools, and Supplies TECHICAL BULLETI Product: Bad Boy Spot Luminaire Manufacturer: PRG Subject: Baseplate Retrofit Bulletin o: BAD-014 Date: 01-09-2012 ITRODUCTIO Bad Boy Luminaire Baseplate Retrofit It has been determined

More information

NIIT Logotype YOU MUST NEVER CREATE A NIIT LOGOTYPE THROUGH ANY SOFTWARE OR COMPUTER. THIS LOGO HAS BEEN DRAWN SPECIALLY.

NIIT Logotype YOU MUST NEVER CREATE A NIIT LOGOTYPE THROUGH ANY SOFTWARE OR COMPUTER. THIS LOGO HAS BEEN DRAWN SPECIALLY. NIIT Logotype The NIIT logotype is always preseted i a fixed cofiguratio. The desig of the logotype is based o a typeface called Egyptia. The letters N I I T has bee specially desiged ad letter-spaced.

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

RELIABILITY EVALUATION OF REPAIRABLE COMPLEX SYSTEMS AN ANALYZING FAILURE DATA

RELIABILITY EVALUATION OF REPAIRABLE COMPLEX SYSTEMS AN ANALYZING FAILURE DATA It. J. Mech. Eg. & Rob. Res. 2013 G Gurumahesh et al., 2013 Research Paper ISSN 2278 0149 www.ijmerr.com Vol. 2, No. 1, Jauary 2013 2013 IJMERR. All Rights Reserved RELIABILITY EVALUATION OF REPAIRABLE

More information

R&S RT-Zxx High-Bandwidth Probes Specifications

R&S RT-Zxx High-Bandwidth Probes Specifications R&S RT-Zxx High-Bandwidth Probes Specifications Test & Measurement Data Sheet 14.00 CONTENTS Definitions... 3 Probe/oscilloscope chart... 4 R&S RT-ZZ80 transmission line probe... 5 R&S RT-ZS10/-ZS10E/-ZS20/-ZS30

More information