57 Pages

Note_Set_7

Course: ADA 2006, Fall 2009
School: Rochester
Rating:
 
 
 
 
 

Word Count: 2916

Document Preview

Applied <a href="/keyword/data-analysis/" >data analysis</a> PSC 200 Fall 2006 Note Set 7 Inference: Means Applied <a href="/keyword/data-analysis/" >data analysis</a> Fall 2006 Note Set 7 Page 2 Outline of Lecture Overview of Hypothesis Testing Method 1: P-Values Method 2: Critical Values Method 3: Confidence Intervals...

Register Now

Unformatted Document Excerpt

Coursehero >> New York >> Rochester >> ADA 2006

Course Hero has millions of student submitted documents similar to the one
below including study guides, practice problems, reference materials, practice exams, textbook help and tutor support.

Course Hero has millions of student submitted documents similar to the one below including study guides, practice problems, reference materials, practice exams, textbook help and tutor support.
Applied <a href="/keyword/data-analysis/" >data analysis</a> PSC 200 Fall 2006 Note Set 7 Inference: Means Applied <a href="/keyword/data-analysis/" >data analysis</a> Fall 2006 Note Set 7 Page 2 Outline of Lecture Overview of Hypothesis Testing Method 1: P-Values Method 2: Critical Values Method 3: Confidence Intervals One-Sided Tests Applied <a href="/keyword/data-analysis/" >data analysis</a> Fall 2006 Note Set 7 Page 3 Overview of Hypothesis Testing We form some hypothesis about the data Typically, our hope is to reject a null hypothesis We hope to establish beyond a reasonable doubt that the null hypothesis is false Applied <a href="/keyword/data-analysis/" >data analysis</a> Fall 2006 Note Set 7 Page 4 Overview of Hypothesis Testing Example: A pharmaceutical company (PharCo) has developed a new medication (NewMed) that it believes is superior to the best existing medication (OldMed) In particular, PharCo believes that the population proportion, N , who will recover using NewMed is greater than the proportion, O , who will recover using OldMed The burden of proof is on PharCo to demonstrate that NewMed is better The null hypothesis is that NewMed is no better than OldMed Formally, the null is that the population proportions are equal, N O = 0 Applied <a href="/keyword/data-analysis/" >data analysis</a> Fall 2006 Note Set 7 Page 5 Overview of Hypothesis Testing PHARCO conducts a clinical trial, randomly assigning ill patients to one of the two treatments It determines the proportion of patients who recover when treated by NewMed, pN , and the proportion who recover when treated by OldMed, pO PHARCO wishes to reject this null hypothesis to demonstrate that NewMed is better than OldMed Applied <a href="/keyword/data-analysis/" >data analysis</a> Fall 2006 Note Set 7 Page 6 Overview of Hypothesis Testing Suppose that PHARCO finds that pN &gt; pO But is this sufficient to reject the null hypothesis? If observing this value of pN pO is sufficiently unlikely under the null hypothesis, then we reject the null hypothesis Applied <a href="/keyword/data-analysis/" >data analysis</a> Fall 2006 Note Set 7 Page 7 Method 1: P-Values Let us consider testing the hypothesis that the average starting salary of U of R graduates is $60,000 Suppose that we have obtained a sample of 15 recent graduates and determined that the sample average is $62,500. Suppose further that the standard deviation is known to be $9,200 We will assume that the starting salaries of U-of-R grades is normally distributed Applied <a href="/keyword/data-analysis/" >data analysis</a> Fall 2006 Note Set 7 Page 8 Method 1: P-Values We first state the null hypothesis and the alternative hypothesis The null hypothesis is that the population mean starting salary is equal to $60,000 The alternative hypothesis is that the population mean starting salary is not equal to $60,000 We write the null and alternative hypothesis as, - H 0 : = 0 (null hypothesis) - H A : 0 (alternative hypothesis) In this case, H 0 : = 60,000 and H A : 60,000 Applied <a href="/keyword/data-analysis/" >data analysis</a> Fall 2006 Note Set 7 Page 9 Method 1: P-Values The logic of hypothesis testing: If the true mean were $60,000, how likely is an observation as extreme as $62,500 By as extreme, we mean greater than $62,500 or less than $57,500 We want to calculate, P( X 57,500) + P ( X 62,500) X 0 Let us standardize the mean using Z = , where 0 n denotes the hypothesized value Under the assumption that starting salaries are $60,000 on averages, the Z scores has the standard normal distribution Applied <a href="/keyword/data-analysis/" >data analysis</a> Fall 2006 Note Set 7 Page 10 Method 1: P-Values Notice, P( X 57,500) + P ( X 62,500) = 1 P(57,500 X 62,500) 57,500 60,000 X 60,000 62,500 60,000 = 1 P 9, 200 15 9, 200 15 9, 200 15 = 1 P ( 1.052 Z 1.052 ) = 2* P ( Z 1.052 ) Applied <a href="/keyword/data-analysis/" >data analysis</a> Fall 2006 Note Set 7 Page 11 Method 1: P-Values The probability can be computed using table A We find that the p-value is, pval 2*.1492 = 0.2984 Alternative approach: use QuickCalc spreadsheet from course webpage which gives p = 0.2926 Applied <a href="/keyword/data-analysis/" >data analysis</a> Fall 2006 Note Set 7 Page 12 Method 1: P-Values Interpreting the p-value - Under the assumption that the null hypothesis is true, the probability of observing data as extreme as we do is p = 0.2926 - If this is sufficiently unlikely, we reject the null hypothesis - Otherwise, we accept the null hypothesis - Most common cutoff: reject if p &lt; 0.05 - We use to denote the rejection level - The decision rule is: Reject if p &lt; Accept if p Applied <a href="/keyword/data-analysis/" >data analysis</a> Fall 2006 Note Set 7 Page 13 Method 1: P-Values Summary of Steps: Step 1: Determine X , s , N , and 0 X (sample mean) s (sample standard deviation) N (sample size) 0 (hypothesized value of population mean) H 0 : = 0 (null hypothesis) H A : 0 (alternative hypothesis) Step 2: State the null and alternative Applied <a href="/keyword/data-analysis/" >data analysis</a> Fall 2006 Note Set 7 Page 14 Method 1: P-Values Step 3: Calculate the Z-statistic s N Step 4: Calculate the P-value X 0 p = 2* P Z s N Step 5: Rejection Rule Reject if p &lt; , accept otherwise Z= X 0 Applied <a href="/keyword/data-analysis/" >data analysis</a> Fall 2006 Note Set 7 Page 15 Method 1: P-Values Assumptions: The sample size is large enough so that the Central Limit Theorem provides a good approximation The sampling distribution is exactly normal when the data are normally distributed and the standard deviation is known (rather than estimated) If the data are not normally distributed, or the standard deviation is estimated from the data, then the sampling distribution will converge to the normal in large samples Applied <a href="/keyword/data-analysis/" >data analysis</a> Fall 2006 Note Set 7 Page 16 Method 1: P-Values The finite sample distribution is the t-distribution if the data normally distributed and the variance is estimated in the usual way SPSS implements a test based on the t-distribution (called a t-test) In this course, we will rely on the normal approximation Applied <a href="/keyword/data-analysis/" >data analysis</a> Fall 2006 Note Set 7 Page 17 Method 1: P-Values Example: - You have recently been purchasing a bag of mixed nuts as a snack, but have become suspicious that you are being ripped off. The packaging claims an average 8 cashews per package, but the last 12 packages you have purchased contained 7,9,6,7,7,5,9,10,4,6,7, and 7 cashews. Do you have reason to believe you are being ripped off? Applied <a href="/keyword/data-analysis/" >data analysis</a> Fall 2006 Note Set 7 Page 18 Method 1: P-Values An example with the raw data: Data set nasdaq.sav has weekly NASDAQ returns between 1996 and 2005 Nasdaq index has an opening price and a closing price for each week / the closing price this week will be next weeks opening price The percentage return is calculated using, Close - Open % Return = Open Do NASDAQ routines yield a positive return? Applied <a href="/keyword/data-analysis/" >data analysis</a> Fall 2006 Note Set 7 Page 19 Method 1: P-Values In SPSS, Analyze Compare Means One sample ttest Select variables to test Input hypothesized value, in this case, 0 Applied <a href="/keyword/data-analysis/" >data analysis</a> Fall 2006 Note Set 7 Page 20 Method 1: P-Values Descriptive statistics: Descriptive Statistics N Return Valid N (listwise) Minimum Maximum 521 -25.78 16.03 521 Mean Std. Deviation .1028 3.81292 Applied <a href="/keyword/data-analysis/" >data analysis</a> Fall 2006 Note Set 7 Page 21 Method 1: P-Values Histogram: Applied <a href="/keyword/data-analysis/" >data analysis</a> Fall 2006 Note Set 7 Page 22 Method 1: P-Values Result of hypothesis test (p-value highlighted) One-Sample Test Test Value = 0 95% Confidence Interval of the Difference Lower Upper -.2253 .4310 t Return .616 df 520 Sig. (2Mean tailed) Difference .538 .10283 We cannot reject that the mean return on the NASDAQ index is 0 at any conventional significance level Applied <a href="/keyword/data-analysis/" >data analysis</a> Fall 2006 Note Set 7 Page 23 Method 1: P-Values Another example with raw data: Data file init.sav contains information on voter turnout and initiatives in the states Let us test whether voter turnout in 2000 and 2004 was equal to 50% Applied <a href="/keyword/data-analysis/" >data analysis</a> Fall 2006 Note Set 7 Page 24 Method 2: Critical Values The p-value is the most intuitive approach to hypothesis testing However, there are other approaches: - Critical values - Confidence intervals Why use the alternative approaches: - Critical values: one can get an answer without needing to use a computer / good for quick calculations - Confidence intervals: Gives you a better sense of the power of a test and allows you to test many null hypotheses at once Applied <a href="/keyword/data-analysis/" >data analysis</a> Fall 2006 Note Set 7 Page 25 Method 2: Critical Values For any test of size , there exists some cutoff Z crit . such that we will reject the null hypothesis if an only if | Z |&gt; Z crit . How do we compute this value? Recall that our decision rule was, reject if p &lt; . In this case, p = 2 P ( Z | Z stat . |) = 2 ( | Z stat . |) where signifies the normal cumulative distribution function Applied <a href="/keyword/data-analysis/" >data analysis</a> Fall 2006 Note Set 7 Page 26 Method 2: Critical Values This implies that we reject if 2 ( | Z stat . |) &lt; Since is an invertible function, we can write | Z stat . |&gt; 1 ( 2 ) , which implies that we can reject if Z stat . &lt; 1 ( 2) or if Z stat . &gt; 1 ( 2) . Defining Z 2 = 1 ( 2) = 1 1 ( 2) , we have the following decision rule: - Reject the null hypothesis if Z &lt; Z 2 or Z &gt; Z 2 Applied <a href="/keyword/data-analysis/" >data analysis</a> Fall 2006 Note Set 7 Page 27 Method 2: Critical Values Why this approach is useful: - You can easily memorize a number of important critical values: Z 0.1 2 = 1.645 (10% level) Z 0.05 2 = 1.960 (5% level) Z 0.01 2 = 2.236 (1% level) - The critical values approach is less informative than the p-value approach, but it is quicker Applied <a href="/keyword/data-analysis/" >data analysis</a> Fall 2006 Note Set 7 Page 28 Method 2: Critical Values A car company claims that its new hybrid vehicle gets 60 miles to the gallon. You don t believe this claim, so you tests a random sample of 18 cars and find a sample average of X = 57 with a sample standard deviation of s = 7 . Is their sufficient evidence to reject the car company s claim? Use an = 10% significance level Applied <a href="/keyword/data-analysis/" >data analysis</a> Fall 2006 Note Set 7 Page 29 Method 2: Critical Values First, we state the null and alternative hypotheses formally: H 0 : = 60 , H A : 60 We can compute the Z statistic using, X 0 57 60 = = 1.81 Z= s / N 7 / 18 Recall that Z crit . = Z 0.1/ 2 = 1.6449 . Since | Z |&gt; Z crit . we reject the null hypothesis The car company is incorrect- the car gets less than 60 miles per gallon Applied <a href="/keyword/data-analysis/" >data analysis</a> Fall 2006 Note Set 7 Page 30 Method 2: Critical Values Summary of Steps: Step 1: Determine X , s , N , and 0 X (sample mean) s (sample standard deviation) N (sample size) 0 (hypothesized value of population mean) H 0 : = 0 (null hypothesis) H A : 0 (alternative hypothesis) Step 2: State the null and alternative Applied <a href="/keyword/data-analysis/" >data analysis</a> Fall 2006 Note Set 7 Page 31 Method 2: Critical Values Step 3: Calculate the Z-statistic s N Step 4: Reject if Z &lt; Z 2 or Z &gt; Z 2 , accept otherwise Z= X 0 Applied <a href="/keyword/data-analysis/" >data analysis</a> Fall 2006 Note Set 7 Page 32 Method 3: Confidence Intervals The third approach to hypothesis testing: form a confidence interval A (1 )% confidence interval contains the set of values 0 such that we cannot reject the null hypothesis = 0 at the % level, using a two-sided test Applied <a href="/keyword/data-analysis/" >data analysis</a> Fall 2006 Note Set 7 Page 33 Method 3: Confidence Intervals Recall that our rejection rule was, reject if Z &lt; Z 2 or X 0 Z &gt; Z 2 where Z = s n This implies that we fail to reject the hypothesis satisfying, Z 2 Z Z 2 , or, X Z 2 * s n 0 X + Z 2 * s n Applied <a href="/keyword/data-analysis/" >data analysis</a> Fall 2006 Note Set 7 Page 34 Method 3: Confidence Intervals The confidence integral is given by X B where B = Z 2 * s n Alternatively, the confidence interval is [ X Z 2 * s n , X + Z 2 * s n ] Applied <a href="/keyword/data-analysis/" >data analysis</a> Fall 2006 Note Set 7 Page 35 Method 3: Confidence Intervals In some ways, confidence intervals are less informative than p-values - The p-value of p &lt; 0.0001 would us that we can strongly reject the null hypothesis, or reject it at any conventional level of significance - The 95% confidence interval would not In some ways, confidence intervals are more informative then p-values - The confidence interval of [ 0.14,1.3] would tells us that we can reject the null hypothesis that = 0.15 - A p-value for the null hypothesis that = 0 would not Applied <a href="/keyword/data-analysis/" >data analysis</a> Fall 2006 Note Set 7 Page 36 Method 3: Confidence Intervals Use critical values to get a quick answer Compute both the p-value and the confidence interval since both contain important information Interpret confidence intervals as the set of null hypotheses that we cannot reject at the % level. Applied <a href="/keyword/data-analysis/" >data analysis</a> Fall 2006 Note Set 7 Page 37 Method 3: Confidence Intervals Summary of Steps: Step 1: Determine X , s , and N X (sample mean) s (sample standard deviation) N (sample size) Step 2: Calculate the confidence interval, [ X Z 2 * s n , X + Z 2 * s n ] Step 3: Reject = 0 if 0 is not contained in the interval, accept otherwise Applied <a href="/keyword/data-analysis/" >data analysis</a> Fall 2006 Note Set 7 Page 38 Method 3: Confidence Intervals Example: - A real estate agent has calculated that the average price of a home in Rochester is X = 115,100 with a standard deviation of s = 10, 400 , using a sample of 104 homes. Form a 99% confidence interval for the population mean . Applied <a href="/keyword/data-analysis/" >data analysis</a> Fall 2006 Note Set 7 Page 39 Method 3: Confidence Intervals What is the confidence interval for the average weekly NASDAQ return, 1999-2005? One-Sample Test Test Value = 0 95% Confidence Interval of the Difference Lower Upper -.2253 .4310 t Return .616 df 520 Sig. (2Mean tailed) Difference .538 .10283 Applied <a href="/keyword/data-analysis/" >data analysis</a> Fall 2006 Note Set 7 Page 40 Method 3: Confidence Intervals Example: - Suppose we collected voter turnout rates from a random sample of 43 countries. We determine that the sample mean is X = 0.75 and that the standard deviation is s = 0.13. What is the 99% confidence interval for the population mean voter turnout? Applied <a href="/keyword/data-analysis/" >data analysis</a> Fall 2006 Note Set 7 Page 41 Method 3: Confidence Intervals We remember that Z 5% 2 = 1.96 The confidence interval for the population mean is, [ X Z 2 s N , X + Z 2 s N] = [0.75 1.96*0.13 43 ,0.75 + 1.96*0.13 43] = [71%,79%] We can calculate this in the QuickCalc spreadsheet as well Applied <a href="/keyword/data-analysis/" >data analysis</a> Fall 2006 Note Set 7 Page 42 Method 3: Confidence Intervals Some general facts about hypothesis tests: - If we can reject at the 1% level, then we can reject at the 5% level - If we can reject at the 5% level, then we can reject at the 10% level - A 99% confidence interval is larger than a 95% confidence interval - A 95% confidence interval is larger than a 90% confidence interval Applied <a href="/keyword/data-analysis/" >data analysis</a> Fall 2006 Note Set 7 Page 43 One-Sided Tests We have thus far considered hypotheses in which a single value is specified for the null hypothesis, and the null will be rejected if the calculated value is sufficiently far from the null in either the positive or negative direction. This is the most commonly used type of hypothesis test. It is called a two-tailed test. Sometimes, a one-sided test is employed. For example, recall the mixed nuts example we considered previously Applied <a href="/keyword/data-analysis/" >data analysis</a> Fall 2006 Note Set 7 Page 44 One-Sided Tests Suppose that we are interested in testing the null hypothesis H 0 : = 8 against the alternative H A : &lt; 8 Recall that our Z-value was Z = 2.03. A one-sided hypothesis test answers the question, if the null hypothesis were true, what is that probability of observing a value as extreme as X , that is also negative (or positive when the alternative is H A : &gt; 8). Applied <a href="/keyword/data-analysis/" >data analysis</a> Fall 2006 Note Set 7 Page 45 One-Sided Tests The critical Z-value is Z (rather than Z 2 ) We reject if Z &lt; Z (or Z &gt; Z when the alternative is H A : &lt; 8 ). We will focus almost exclusively on two-tailed tests in this course, as in practice, but the preceding discussion illustrates that one-tailed tests are a simple variant of two-tailed tests Note: A two-tailed test is more conservativ...

Find millions of documents on Course Hero - Study Guides, Lecture Notes, Reference Materials, Practice Exams and more. Course Hero has millions of course specific materials providing students with the best way to expand their education.

Below is a small sample set of documents:

Rochester - ECE - 234
Department of Electrical &amp; Computer Engineering ECE234/434 Homework #7 21 Mar, 2008 -PLEASE EMPLOY JUDICIOUS DEFINITIONS TO SIMPLIFY EXPRESSIONS IN ANSWERS. FOR EXAMPLE, ONCE YOU HAVE FOUND AN EXPPRESSION FOR MECHANICAL IMPEDANCE ZM , IT IS UNNECESSA
Arizona - CS - 433
9 4yqVvwd6 Dn @FtIHEFDFAAFFf|Frt9RQ}9HeSydwFzCtsjHsAStsFf%YeF0PbseP{SdYtHsFHeSVx ECBiC mQ Ge k m @ k Eu i h h he siC G G G b h E| @ n@5yz5Hsdh m k |e w | wux h ` GfC w hfeYW fu uC G b G hx w s b `CY h E| F4SS4rYtb{PESdSt
Arizona - ISTA - 6
SEX REVERSAL OF NILE TILAPIA OREOCHROMIS NILOTICUS L. BY EGG IMMERSION TECHNIQUE: THE EFFECT OF HORMONE CONCENTRATION AND IMMERSION TIMEArsenia G. Cagauan, Francis N. Baleta and Jose S. AbucayCollege of Fisheries and Freshwater Aquaculture Center
Arizona - SUMMERSCHO - 08
Solar Dermatology A brief tour through the esoteric terminologyAnemone Arcade Bright Point Coronal Hole Coronal Mass Ejection Coronal Rain Cusp Disparation Brusque Erupting Filament Eruptive Prominence Evershed Flow Faculae Filamant Filigree Moreton
Arizona - MATH - 110
Arizona - ATMO - 529
Arizona - ATMO - 336
Chapter 3 Climate and the General Circulation1.1.1.Climate DenedWeather and ClimateWhen we talk about the weather, we are talking about the condition of the atmosphere at any particular time and place. Weatherwhich is always changingis compris
Arizona - ATMO - 4
Chapter 3 Climate and the General Circulation1.1.1.Climate DenedWeather and ClimateWhen we talk about the weather, we are talking about the condition of the atmosphere at any particular time and place. Weatherwhich is always changingis compris
Arizona - SEC - 336
Chapter 3 Climate and the General Circulation1.1.1.Climate DenedWeather and ClimateWhen we talk about the weather, we are talking about the condition of the atmosphere at any particular time and place. Weatherwhich is always changingis compris
Arizona - ECE - 373
&gt; help(Coins)Help on module Coins:NAME Coins - This module has all the different classes of coins.FILE /home/edatools/ece373/python/hw01/question2/Coins.pyCLASSES BiasedCoin FairCoin TemplateCoin class BiasedCoin
Arizona - ECE - 274
ECE 274 Tutorial for Lab1This Course will use MAX+PLUS II software for Verilog design. In the first lab, please generate a AND gate step by step follow the following instructions: 1: Open the MAX+PLUS II software and generate a new project choose F
Arizona - ECE - 369
Project Phase II Sample DatapathThis datapath is just an example showing how you could modify the text book's datapath. It should not be taken literally. You will need to design the datapath for the given instruction set architecture.
Arizona - BIOC - 471
Bioc 471/571 - Applied Molecular Genetics Fall 2000 - Dr. Roger MiesfeldLecture 15 - Gene Regulation Studies (AMG text pp. 175-183)October 16, 2000Molecular genetic methods used to characterize cloned genes fall into four basic categories; - gen
Arizona - BIOC - 460
Lecture 18: Introduction to MembranesLipid Structure Properties of Lipid BilayersBiological Membranes Define the Boundaries of the Cell and its CompartmentsLysozome Mitochondria Golgi complex Endoplasmic Reticulum Nutrients Wastes Peroxisome Nuc
Arizona - MATH - 240
D&quot; $B ! 18TW9IEAywI9 Q $ V B G G@X 2&quot; $ ` G B ! Q $ V B v G@X ! @4 t r T@x$9!EWwU33T@wT3CTTI68T5yx`IH'x$3T@xx$9!E5wU3Wq6TuAm1f5j sp E8&quot;T5fx`3G1qipPEpIx$! p onQmU'Tm8TW9IEAylIbI%hgEd @ $ ` B $ $ ! @ &quot; $B ! kj i c fe ` ! y ! V
Arizona - ISTA - 6
Mapping genes and QTL in tilapiasGIDEON HULATA1, AVNER CNAANI1,2, BO-YOUNG LEE2, WOO-JAI LEE3, AIMEE E. HOWE2, J. TODD STREELMAN2 &amp; THOMAS D. KOCHER21Mapping genes and QTL in tilapias / ISTA6 200423Institute of Animal Science, Agricultural
Rochester - DOCUMENT - 1854
CHI 2003OverviewACM Conference on Human Factors in ComputingAgenda What is CHI? Conference Session Highlights ResearchBased WebUsability Guidelines Persuasion Information Visualization Emotion Cultural ProbesWhat is CHI? Conference pu
Arizona - MATH - 514
Algebraic Number Theory Math 514B Spring 2008 Problem Set 5 Due: Thursday, Feb. 28th 1. Denote the quadratic Dirichlet character : Z C in term of the quadratic residue symbol +1 if n = 3k + 1, 3 1 if n = 3k + 2, (n) = ( ) = n 0 if n = 3k. a) Sho
Arizona - MA - 124
MATH 124-23: TEST 3FALL 2008NameI.D. NumberQuestionPoints Score1 2 3 4 5 6 7 Total10 10 10 10 10 10 10 7012FALL 2008Directions: Show all work. An answer alone will not receive any credit!(1) Consider the equation Finddy dx .
Arizona - LING - 388
LING 388: Language and ComputersSandiway Fong Lecture 16: 10/19Administrivia Homework 3 Review Homework 5: Two Computer Lab Exercises due next Thursday2Homework 3 Review3Homework Exercise 1 Numbers (3pts) Question 1 (2pts) Give a si
Arizona - CS - 127
Assignment #11 CSc 127a Spring 2008 25 points Due: Wednesday 5/07/08 no later than 10:00pm use Web turnin at https:/lectura.cs.arizona.edu/turnin/ and follow the directions no late turnins accepted! (be aware that no lab help is available after 5
Rochester - V - 90
FIRST RESULTS FROM CRYOGENIC TARGET IMPLOSIONS ON OMEGAFirst Results from Cryogenic Target Implosions on OMEGAIntroduction The base-line direct-drive ignition target design for the National Ignition Facility (NIF)1 is a thick cryogenic DT-ice lay
Arizona - A - 204
SCIENCEAND THECITIZENEAll those consequences have been seen inside ALH84001. Adrians idea is quite good, McKay admits. He, Brearley and ENDANGERED others are now banging on carbonates in the lab to see whether all the predictOther explanation
Arizona - BIOC - 462
BIOENERGETICS - EXTRA QUESTIONS 1. In muscle, creatine phosphate is used to store high-energy phosphates. Creatine phosphate is made by the reaction creatine + ATP creatine phosphate + ADP. The standard free energy change for this reaction, Go, = +1
Arizona - MATH - 110
Arizona - TRAD - 101
Marshall Trilogy and Cherokee RemovalDr. Benedict J. Colombi American Indian Studies University of ArizonaTRAD 101 09 Feb 20091The Marshall Trilogy: OverviewCases:1. Johnson v. McIntosh (1823) 2. Cherokee Nation v. Georgia (1831) 3. Worces
Arizona - CS - 227
Chapter 2Objects, Control Structures, and ArraysTopics Objects Messages JUnit Using methods by reading method headings and documentation Control Structures Arrays Java includes many classes that provide such services as storing collections,
Rochester - V - 97
A TUNABLE, HIGH-REPETITION-RATE, HARMONICALLY MODE-LOCKED, YTTERBIUM FIBER LASERA Tunable, High-Repetition-Rate, Harmonically Mode-Locked, Ytterbium Fiber LaserFiber laser and amplifier development in the wavelength region near 1 m has experienced
Arizona - CS - 252
CSc 252 Program 4Version 1.0April 8, 2008Program 4: Printing Hex Values Program due: Wednesday, April 16th, 8 p.m.You are to complete a program by providing a hex function and a printHex function. The hex function will print the hexadecimal e
Arizona - CS - 335
Two Design Patterns: Iterator and AdapterC Sc 335 Rick Mercer3-1IteratorName: Iterator (a.k.a Enumeration) Problem: How can you traverse over all objects in any collection. You don't want to change client code when the collection changes. You
Arizona - AZ - 1349
Evaluation of Mustang Max 0.8 EW on Insects Associated with Bermudagrass Seed Production, 2003Michael D. Rethwisch and Jessica L. GrudovichAbstractTwo rates of the insect active ingredient zetacypermethrin (MustangMax) were evaluated for control
Rochester - ME - 401
ME 401 ASSIGNMENT #6 2007RevisedThese problems are based on sections 3.5 3.8 of the class notes. They are due by 6 PM on Wednesday April 4.LECTURE SCHEDULESection in Class Notes 3. STURM-LIOUVILLE SYSTEMS 3.5 Approximate Calculation of Eigenval
Rochester - B - 10
/* * @(#)PoolMgr.java * * Copyright 2000-2002 by Oracle Corporation, * 500 Oracle Parkway, Redwood Shores, California, 94065, U.S.A. * All rights reserved. * * This software is the confidential and proprietary information * of Oracle Corporat
Arizona - CS - 573
CSc/Math 573homework 1 DUE: Tue 10 February 2009Tue 27 January 2009READING See Web page for current reading assignments. PROBLEMS 1. Hofstadter's Function Recursion can be very complex, including arbitrarily `nested' recursions. Here is an inte
Arizona - CS - 227
C Sc 127B: Practice Test Questions: Recursion and Binary TreesFor Test #3, 16-Nov-07 Answers will be posted at 3:00 pm Thursday, 16-NovComplete as many as you can before section. Writing many recursive solutions will help you understand recursion.
Rochester - APS - 06
Effects of Ion Viscosity on the Shock Yield and Hot-Spot Formation in ICF TargetsD. Li, I. V. Igumenshchev, and V. N. Goncharov University of Rochester Laboratory for Laser Energetics48th Annual Meeting of the American Physical Society Division o
Rochester - CSC - 257
Common protocol components: data and interface representationsL. Bukys Dept. of Computer Science, University of Rochester2008-12-08CSC 257/457 - Fall 20081How not to re-invent the wheelMany systems have need of certain oftused components:
Arizona - AJICL - 2008
GENOCIDE IN SUDAN: THE ROLE OF OIL EXPLORATION AND THE ENTITLEMENT OF THE VICTIMS TO REPARATIONS Hannibal Travis* I. INTRODUCTION Just as war can be a form of politics carried on by other means, so can genocide represent economic policy carried out b
Arizona - CS - 520
LogoJamie Samdal Ricardo CarlosWhat is Logo?Educational Language BeyondProgramming Mathematics, Language, Music, Robotics, ScienceNovice Programmers InteractiveInterpreter One Laptop Per ChildBest Known For TurtleGraphics List
Arizona - CS - 520
C#REPORT ANAND PATIKKAL DEEPTI SATI2C# ReportTable of ContentsHistory of C#.3 Design..3.NET Framework .3 .NET Framework Goals..4 C# Design .5Program Structure.6 Type System.6Value Type ..7 Reference Type ..7 Boxing and Unboxing .7Uniqu
Rochester - MBI - 456
HHV-8 (aka KSHV)Kaposi's sarcomaSkin: disseminated purplish lesions (highly vascularized)Visceral lesions: red lesions on gastric mucosa1Prevalence of KS in various HIV+ populationsHemophiliac Heterosexual IV drug user Transfusion recipien
Arizona - MATH - 223
Math 223 - Section 010Vector Fields Lab In this lab, you will use the applet at http:/www.falstad.com/vector3d/ to develop some intuition about vector fields in space. Some general comments about the applet: The &quot;Particles (Vel.)&quot; and &quot;Streamlines&quot;
Arizona - MATH - 323074
Math 323Baubles, Bangles, and Beads2007You are to give a simple geometric description of each of the sets; your description should be elementary and not use set-builder notation. More information and instructions will be published online. 1. De
Arizona - PAGE - 2
This article has been accepted for inclusion in a future issue of this journal. Content is final as presented, with the exception of pagination.INVITED PAPERA Task-Based Approach to Adaptive and Multimodality ImagingComputation techniques are pro
Arizona - TRAD - 101
The Cultural Construction of GenderTRAD101: Languages &amp; Cultures of East Asia Peng1Language &amp; Gender in Korean &amp; JapaneseReadings Honorifics and speech styles Gender difference (Japanese)2Language &amp; Gender Gender roles in East Asia Do m
Arizona - MATH - 129
Exam 3 Review Chapter 9 Review Problems p 471 1, 3, 5, 9, 11, 13, 15, 19, 21, 23-29 odd, 37-41 odd, 43, 45, 46, 47, 52 Chapter 9 Check Your Understanding p 474 1, 5, 9, 13, 15, 17, 18, 19, 20, 23, 29, 31, 36, 44 Chapter 10 Review Problems p 514 9, 13
Arizona - CS - 127
Assignment #2 CSc 127a Fall 2007 25 points totalDue: Thursday, September 6, 2007 by 10:00 pm use Web turnin at https:/lectura.cs.arizona.edu/turnin/ and follow the directions. To do and turn in: (5 points) Solve problem 1. (5 points) Solve pro
Rochester - ISSUE - 12
This Bridge Called Imagination: On Reading the Arab Image Foundation and Its Collection Dore BowenInvisible Culture [http:/www.rochester.edu/in_visible_culture] Issue 12: The Archive of the Future / The Future of the Archive May 2008 * **Seeing t
Arizona - CHEE - 201
Sample exam questions from the recent past Sample 1 4.012 g of ammonia mixed with 2.76 moles of nitrogen and 8.28 moles of hydrogen is fed to a mixer where 100 % excess air is added. Assume nitrogen is inert, but that both ammonia and hydrogen are bu
Arizona - AZ - 1442
Survey of Durum Production Practices, 2004M. J. OttmanSummaryDurum growers were surveyed in cooperation with the USDAs National Agricultural Statistics Service to determine production practices and their effects on yield and protein in the 2004 g
Arizona - AWS - 2003
Model Theory and Diophantine Geometry Around Manin-Mumford II New proof of M-M III-V Drinfeld Modules version of M-MArizona Winter School 2003Pillay 3/151 1:30I ACFA First Order Language L First Order Theory T in L M L-structure M model of
Arizona - V - 5
EDUCATIONPublic and Professionals Benefit at Water Education CenterMeggan Reed Center for Water EducationIn 2001, the Metropolitan Water District of Southern California formed an independent entity known as The Center for Water Education. Its mi
Arizona - PS - 596
Quality &amp; Quantity 22:239-254 (1988) 9 Kluwer Academic Publishers, Dordrecht - Printed in the Netherlands239The discrete sequential analysis of dynamic international behavior WILLIAM J. D I X O NDepartment of Political Science, University of Ari
Rochester - P - 113
Arizona - Q - 108
LBT Q1 2008 Eng/SW ReviewTERC Tertiary Mirror Units CommissioningHighlights Mirror installed Mechanism position moved (twice!) SX M3 installed and working M3 aligned with rotator gallery Failed motor encoder on SX M3 Site visit by ADS (P
Arizona - AZ - 1359
Evaluation and Comparison of Spotlight* Herbicide Combinations for Khakiweed Control in TurfK. Umeda and G. TowersAbstractThe combination of Spotlight* at 1.0 pt/A plus Speedzone* at 4.0 pt/A gave 90% control of khakiweed at 14 days after treatme
Arizona - AME - 553
Arizona - WEDNESDAY - 06
TheSymposiumon Racing&amp;GamingThirtyThirdAnnual December6,2006 TheWestinLaPaloma, Tucson,ArizonaEvent Marketing: Is it Worth it?Presented by: Jim Rafferty Rafferty &amp; AssociatesEvent MarketingIs it Worth it? Yes,itisworthit!Itisallabouttrialande
Rochester - ME - 201
FRAP IN SPACEME 201/MTH 281 PROJECT 2007ME201/MTH281 STARDATE 10080.1PAGE 1INTRODUCTIONIn this project, you are member of a special group of young Starfleet officers, charged with a continuing exploration of the abandoned colony on Glia-6. Ho
Arizona - AST - 201
Does God Play Dice? Determinism: Suppose that we know all the laws of nature, and at a certain time, all the positions and speed of all the particles in the universe, could we predict the fate of the universe of all the time? Before quantum mechan
Arizona - INDV - 102
INDV 102, &quot;Human Geography &amp; Global Systems&quot; Fall Semester 2007: Assigned during Week 2 Module I Paper Instructions DUE: One hardcopy, handed in at the BEGINNING of your discussion section during Week 5 (September 9/18, 9/19, 9/20, or 9/21 depending