4 Pages

304_Hw7_LN_Gumbel_Weibull

Course: CEE 3040, Fall 2008
School: Cornell
Rating:
 
 
 
 
 

Word Count: 1048

Document Preview

304 CEE - UNCERTAINTY ANALYSIS IN ENGINEERING Homework #7 Due: Due Monday, October 15, 2007. Read: Lec. Notes 18 and EXAMPLES! Text Section 4.5 (particularly Weibull and Lognormal discussion). By Friday, October 12, read sections 6.1 and 6.2 on Statistics, and Devore7 problem 34 on p. 252 [D6 279] for definition of MSE. Goal: This homework finishes our study of probability its applications. Statistics is the next...

Register Now

Unformatted Document Excerpt

Coursehero >> New York >> Cornell >> CEE 3040

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.
304 CEE - UNCERTAINTY ANALYSIS IN ENGINEERING Homework #7 Due: Due Monday, October 15, 2007. Read: Lec. Notes 18 and EXAMPLES! Text Section 4.5 (particularly Weibull and Lognormal discussion). By Friday, October 12, read sections 6.1 and 6.2 on Statistics, and Devore7 problem 34 on p. 252 [D6 279] for definition of MSE. Goal: This homework finishes our study of probability its applications. Statistics is the next topic. What we have learned of probability allows us to tackle some interesting problems. This assignment provides an opportunity to learn about and use the lognormal, Gumbel, and Weibull distributions. The lognormal model is used as a model of a wide range of phenomena, both physical and biological. The Gumbel and Weibull distributions are especially applicable for the description of large and small extremes, as illustrated by problems 3 and 4 below. Problem 5 reviews the 2-parameter continuous distributions that have been covered in the course. You can use Excel to do computations, but be clear as to what function in Excel you are using and what the needed inputs are. Assignments ActivStats (REQUIRED) (a) Look at first 2 activities on page 17.1 of Activstats, called either: "Consider what we can learn..." (with 3 T/F question).........or......... 'Confidence Intervals and Sampling Distributions' The second lesson should be: "Understanding the confidence interval as balance..." .........or......... "Can We Estimate a Parameter?" (with 3 T/F questions) What are the answers to the 3 True/False questions? 3 T/F Questions Are ...Does sample mean equal the population mean? ...Does the sample mean probably equal the population mean? ...Can we say the sample mean +/- margin of error equals the population mean? [Plus: This had better work....] (b) Look at the activity on page 17.4, "Understanding Reasoning for Confidence Intervals?".........or......... "The Reasoning of Confidence Intervals?" What is the 95.4% confidence interval for height of British women? Devore: (REQUIRED): Continuous Distributions: 1. A structural engineer believes the yield stress S in mild steel reinforcing bars to be lognormally distributed with E[lnS] = ln(40 ksi) ; Var[lnS] = (0.1) 2. The bar areas A of nominal 9/8 inch diameter bars ("No. 9 bars") are lognormally distributed with CEE 304 - UNCERTAINTY ANALYSIS IN ENGINEERING E[A] = 1.0 in2; Var(A) = [0.05 in2] 2 a) Assuming S and A are independent, find the distribution of the yield force: F = S . A b) What is the expected value of F? c) What is P[F < 35 kips]? {Review lognormal structural reliability example in Lec. Notes #16 for an example of how this problem can be solved.} 2. Consider a lognormal distribution for X: ln X = L ~ N( L, 2L). How is L related to the median of X's distribution? {Very simple relationship: see Lec Notes 16: with Yp~N, Y = Y + Y Zp ; Devore7, p. 169, #80a; p. 166// D6, p. 188, #74a} 3. Suppose the strength of a long cable of length n can be described by a Weibull distribution with k = 3 and u = 5. a) What would be the parameters of the Weibull distribution describing the strength of similar cables of length 5n? b) What is the ratio of the mean strength of cables of length n to that of cables of length 5n ? { Use properties for Weibull distribution in Lec Notes 18.} 4. Let X equal the velocity of the maximum wind guest in a day. Assume that X has an exponential distribution mean with 1/ . a) What is the mean and variance of X? What is FX(x)? b) Let W be the maximum gust that occurs in a year consisting of 365 independent days. Use a Gumbel distribution as an approximation of the distribution of W. (See Lecture Notes #18; just add to derivation there.) What is the approximate Gumbel cdf FW(w) for W? c) Using the Gumbel distribution approximation, what is the mean and variance of W as a function of for n = 365? 5. Several probability distributions have been covered this semester. Suppose the mean and variance of a random variable are 2 = 10.73 = 6.267 and Assume that the random variable has a (a) Gamma dist. [Excel has p = GAMMADIST(x, ,true); CEE 304 - UNCERTAINTY ANALYSIS IN ENGINEERING true returns cdf; false returns pdf. x p = GAMMAINV(p ) returns inverse of cdf] (b) Normal dist. [Excel has p = NORMDIST(x, , ,true) & its inverse xp = NORMINV(p, , )] (c) Lognormal dist. [See Excel Normal functions, or for CDF use LOGNORMDIST, whereas for inverse of CDF use LOGINV. Excel makes it easy.] (d) Gumbel dist. [Excel has logs & exponentials. CDF and inverse CDF are closed form expressions.] (e) Weibull distribution; for the Weibull distribution the shape parameter k has a value of 2; remember that (1.5) = Then (Using spreadsheet; See examples with Lec. notes 18.): (i) What are the five distributions' parameters? (ii) What are the 1, 50, and 99 percentiles of the distributions? (iii) Provide a rough sketch of the shape of the pdf of each distribution. Make sure to get the shape right at x = 0 [A simple hand drawn sketch with the right shape is sufficient.] Answers 1. a) F ~ lognormal when ln(F) ~ N[ 3.688, (0.112)2] b) E[F] = E(S)E(A) or from distribution parameters = exp( + 0.5 2) = 40.20 c) P[F 35] = 0.12 2. How do quantiles of X relate to quantiles of L? 3. New u = 2.92 but k still equals 3. Shorter cable has a mean which is 1.7 times stronger. Value of k is critical to this calculation, and strength of long cables. 4. a) X ~ exponential( ) --> E(X) = 1/ ; Var(X) = 1/ 2 wln(n)] b) How does G(w) exp{ e [ } change when 1? While some students may feel that this problem represents theory, a very valuable insight is to understand how the distribution of a design variable like W would change as n increases. The Gumbel and Weibull distributions are examples of what we can understand of civil engineering system components by building probability models of how they behave. c) E[X] = 6.48/ ; Var[X] = 1.645/ 2 5. PARAMETERS <Remember to show sufficient work that we can grade homework.> a) = 3.661; = 1.712 b) same as moments c) = 1.715; = 0.491 d) = 0.3915; u = 4.79 e) k = 2 (k-value given because gamma functions are unpleasant); u = 7.07 Quantiles [to only one decimal place, you should supply another] Percent 1 10 50 90 Gamma 1.2 2.6 5.7 10.7 N LN 1.8 3.0 5.6 10.4 Gumbel 0.9 2.7 5.7 10.5 Weibull 0.7 2.3 5.9 10.7 /2 . [Excel has GAMMALN(X) = ln (X) and FW(w) = WEIBULL(x, =k, =u true) - false yields pdf.] -1.4 2.1 6.3 10.5 CEE 304 - UNCERTAINTY ANALYSIS IN ENGINEERING 99 16.3 13.9 17.4 16.5 15.2 Note that 50 and 90 percentiles are very close, but 1 and 99 percentiles vary widely. WHY? From your knowledge of the shape of the pdfs, can you explain to yourself the reason for the differences in the observed quantiles? Do the results make sense? Why are medians of all of the distributions less than the mean, except for the normal distribution ?
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:

Cornell - CEE - 3040
Anna Lee &amp; Jery Stedinger Fall 2006CEE 304 Section 9 Handout (Two Sample Hypothesis Tests)1. Are men taller than women as is often believed? Look at the following data on heights (with units of inches) that was collected by former CEE 304 student
Cornell - CEE - 3040
Cornell - CEE - 3040
Introduction to Spreadsheets: Using Microsoft ExcelJery R. Stedinger School of Civil and Envir. Engineering, Cornell University January, 2000, updated for EXCEL 2000 CONTENTS Introduction Tool Bar Have a Question? Workbooks and Worksheets Entering I
Cornell - CEE - 3040
Andrea Gruber &amp; Jery Stedinger Fall 2007 HW #11 Selection Solutions #7 Section 9.1, pg 334 (Devore 6, pg 370) nM 97 , M 10 .4 , s M 4.83n F 148 , F 9.26 , s F 4.68 Ho: M = F, Ha: M &gt;F, = 5% M and F unknown, but have large samples Use standard norma
Cornell - CEE - 3040
8) Devore Sec 8.1 (p.324-325) # 3: Ho: = 100 Ha: &gt; 100 In this formulation, Ho states the welds do not conform to specification. This assertion will not be rejected unless there is strong evidence to the contrary. Thus if the null hypothesis is rejec
Cornell - CEE - 3040
Q3. Supplemental exercise (p.127) # 103 (Devore 6th edition p141, #99)a) Supplemental exercise (p.141 # 99): if p = 0.1 and n = 3, what is the expected number of tests using this procedure? What is the expected number when n = 5? b) NOTE: If one jus
Cornell - CEE - 3040
Q1: Derived Distributions Part1: Find Constant and new pdf (5 points for constant c1 =1/r)Part 2: pdf of fy(y)Q3 Random Variables Good Essay Examples A random variable is a function that assigns a numerical value to the outcome of an event in a p
UC Davis - MATH - 150A
Math 150a: Modern Algebra Homework 1This problem set would ideally have been due Wednesday, October 3. But since I am running late, it can be turned with no penalty on Friday, October 5. Do problems 2.1.4 and 2.1.6 (see also the note in GK4) in addi
UC Davis - MATH - 150A
Math 150a: Modern Algebra Homework 2This problem set is due Wednesday, October 10. Starred problems may be harder and will be counted as extra credit. This includes both my starred problems and those in the book. Do problems 2.2.16(a,b), 2.2.17, 2.2
UC Davis - MATH - 150A
Math 150a: Modern Algebra Homework 7This problem set is due Wednesday, November 14. Do problem 5.9.2 and the following problems: GK1. A review problem in set arithmetic. a. If X is a subset of a group G, then X 2 does not mean the same thing as X X
UC Davis - MATH - 150A
Math 150a: Modern Algebra Cross-sections and complementsSince the book does not much discuss cross-sections and complements, here are some notes that may be helpful. This topic is related to sections 2.8 and 2.10 of the book. If G is a group and A
Michigan - CEE - 212
Homework #10 (LAST HOMEWORK!)(Due April 11, 2007) Deflection of Beams and Buckling ColumnsCEE212 Structural and Solid Mechanics Winter Semester 2006-20071. Hibbeler Problem 12-7 2. Hibbeler Problem 12-19 3. Hibbeler Problem 12-69 4. Hibbeler Pr
Cornell - CEE - 3040
CEE 304 Section #6 Example Problems 1. The maximum annual 24-hour rainfall in Vermont has a mean of 2.5 inches and a standard deviation of 0.7 inches. The distribution is often described by a Gumbel distribution (the appropriate asymptotic distribut
Cornell - CEE - 3040
Maximization of a function of two variables. Jery Stedinger October 2006 Consider the maximization of L[a,b]. The general solution recommended by multivariate calculus is to solve for a stationary point defined by the two equations: L[a,b] 0 a (1) L[
Cornell - CEE - 3040
CEE 304 - Section #8 Example Problems (10-26-04)Confidence Intervals for Small Samples: 1. An environmental engineer is studying the concentration of organics in a groundwater source for a rural water supply. Twelve samples yielded a sample mean and
Cornell - CEE - 3040
CEE 304 Uncertainty Analysis in EngineeringWeek TopicActivStats Chapters Devore 7 Sections PageProbability TheoryActivStats Ch. 1-4,68/24Intro to TQM; Data: display, summary, quantiles1.1-1.4ActivStats Ch. 12-141-458/27Elements of
Cornell - CEE - 3040
CEE 304 Section Notes (10/18/06)Example problems comparing MLE's and MM: 1. Given the probability mass function of a discrete random variable X:x 0 1 x0 P(X = x) 0.9(1-p) 0.9p 0.1where x0 is a fixed, known number. Suppose we have a sample {x1, .
Cornell - CEE - 3040
Anna Lee &amp; Jery Stedinger Fall 2006CEE 304 - Section # 8 HandoutConfidence Intervals for Small Samples: 1. An environmental engineer is studying the concentration of organics in a groundwater source for a rural water supply. Twelve samples yielded
Michigan - CEE - 212
CEE212 Structural and Solid Mechanics Winter Semester 2006-2007Homework #3(Due February 5, 2007) Mechanical Properties of Materials1. Hibbeler Problem 3-4 (pg. 102) 2. Hibbeler Problem 3-20 (pg. 105) 3. Hibbeler Problem 3-32 (pg. 116) 4. Hibbe
Michigan - CEE - 212
CEE212 Structural and Solid Mechanics Winter Semester 2006-2007Homework #2(Due January 29, 2007) Principle of Strain in Solid Mechanics1. Hibbeler Problem 2-4 (pg. 78) 2. Hibbeler Problem 2-10 (pg. 79) 3. Hibbeler Problem 2-28 (pg. 82) 4. Hibb
UC Davis - MATH - 150A
Math 150a: Modern Algebra Homework 32.2.13: Prove that every subgroup of a cyclic group is cyclic. Solution: Let H be a subgroup of the cyclic group Cn =&lt; x |xn = 1 &gt;. We want to show that H is cyclic. Let k be the first positive integer such that x
UC Davis - MATH - 150A
Math 150a: Modern Algebra Homework 4 Solutions2.3.16: Give an example of two isomorphic groups such that there is more than one isomorphism between them. Solution: Well, at first thought, Z/3 C3 , and there are two isomorphisms between them: 1 x,
UC Davis - MATH - 150A
Math 150a: Modern Algebra Homework 5 Solutions2.4.19: Prove that if a group contains exactly one element of order 2, then that element is in the center of the group. Solution: The key fact here is that conjugation preserves order: gn = e xgn x-1 =
UC Davis - MATH - 150A
Math 150a: Modern Algebra Homework 6 SolutionsGK1. Show that if G is a finite group and p is a prime number, then the number of elements of order p in G is divisible by p - 1. The result is certainly not true if p is not prime; be careful to explain
UC Davis - MATH - 150A
Math 150a: Modern Algebra Homework 7 Solutions5.9.2 Identify the group of symmetries of a baseball, taking the stitching into account and allowing orientation reversing symmetries. Solution: Carefully examine the stitching of a baseball. The stitche
UC Davis - MATH - 150A
Math 150a: Modern Algebra Homework 8 Solutions4.5.4 (b) Is O(2) isomorphic to the product group SO(2) {I}? Is O(3) isomorphic to SO(3) {I}? Solution: The group SO(2) is abelian [because the product of two rotations of R2 by angles and is a rotat
UC Davis - MATH - 150A
Math 150a: Modern Algebra Homework 9 SolutionsGK1. For which n is the dihedral group Dn equiconjugate with O(2)? Solution: Let x, y Dn be conjugate in O(2). Then both x and y are rotations or reflections. If x and y are both rotations, then they mu
UC Davis - MATH - 150A
Math 150a: Modern Algebra Homework 10 Solutions5.6.3 (a) Exhibit the bijective map (5.6.4) explicitly, when G is the dihedral group D4 and S is the set of vertices of a square. Solution: Let S = {s1 , s2 , s3 , s4 } be the vertices of the square lab
UC Davis - MATH - 150A
UC Davis - MATH - 150A
Kuperberg (10/17/07)Math 150a: Modern Algebra First Midterm Solutions1. Show that every finite group G has an even number of elements of order 3. Solution: In general, for any element g of any group, the orders of g and g-1 are the same. This come
UC Davis - MATH - 150A
Kuperberg (11/14/07)Math 150a: Modern Algebra Second Midterm SolutionsI decided to post students' solutions that I liked for these questions. This way you can see real examples of good work. 1. In the additive group , what is 10 + 25 in set arithm
UC Davis - MATH - 150A
Math 150a: Modern Algebra Solutions to the Final1. If G is a group with a subset A, then conditions for A to be a subgroup are: (1) A is closed under multiplication, (2) A contains the identity 1, and (3) A is closed under taking inverses. Suppose t
NSUOK - ECON - 2213
Chapter 4 US Economy: Private and Public SectorsI.II.IV.Households as Income Receivers A. Functional distribution of 1. Wages and salaries are 72 percent of the total. 2. Proprietors' income (income to self-employed business owners, doctors,
NSUOK - ECON - 2213
Chapter 5 The US in the Global EconomyI.II.Linkages A. Several economic flows link the U.S. economy with the economies of other nations. B. These linkages are 1. Goods and services flows 2. Capital and labor (resource) flows 3. Information and
NSUOK - ECON - 2213
Exam 1 Ch -2 Sample Spring 20081. For economists, the word &quot;utility&quot; means: A) versatility and flexibility. B) rationality. C) pleasure and satisfaction. D) purposefulness. 2. When entering a building, Sam diverts his path to go through an open door
NSUOK - ECON - 2213
NORTHEASTERN STATE UNIVERSITYCollege of Business and Technology Department of Economics Tahlequah-Oklahoma INSTRUCTOR: Ray Murphy Office: Shawnee Theater OCRD -124 W. Shawnee, Suite COffice Hours: 10:00-12:30 MW and 3:00-5:00 M; 10:00-12:30 F Tele
NSUOK - ECON - 2213
CH 3 Questions Class1. State the law of demand and explain why is the other-things-equal assumption critical to it? 2. Give three explanations for the law of demand: 3. Distinguish between the meaning of the expressions &quot;change in demand&quot; and &quot;chan
NSUOK - ECON - 2213
Chapter 4 HandoutElasticityI. Introduction and Overview In chapter 3 we analyzed demand and supply. The demand curve shows an inverse relationship between price of a good and quantity demanded. How does the shape of a demand curve differ between
NSUOK - ECON - 2213
CH 4 Questions Class1. Under what conditions will an increase in price of a product lead to a reduction in total spending for that product.2. The president of a toy company asks you for advice about whether the company should cut the price of its
NSUOK - ECON - 2213
Chapter 1 Limits, Alternatives and ChoicesChapter 1 Limits, Alternatives and ChoicesI. Definition of Economics A. The social science concerned with the efficient use of limited or scarce resources to achieve maximum satisfaction of human materials
NSUOK - ECON - 2213
Chapter 2 The Market SystemEconomic systems differ in two important ways: Who owns the factors of production and the method used to coordinate economic activity. A. The market system our system: 1. There is private ownership of resources. 2. Marke
UC Davis - MATH - 150A
Math 150a: Modern Algebra Homework 10This problem set is due Friday, December 7. Do problems 5.6.3, 5.7.3 (using the counting formula and the stabilizer of a face), 5.7.5, 6.1.6, 6.2.4, 6.2.7, 6.3.2 (left multiplication only), 6.4.2, 6.4.5, and 6.4.
NSUOK - ECON - 2213
Chapter 3 Demand, Supply and Market EquilibriumI.II.Markets Defined A market is an institution or mechanism that brings together buyers (demanders) and sellers (suppliers) of particular goods and services. 1. A market may be local, national, or
NSUOK - ECON - 2213
Chapter 3Supply and Demand: An IntroductionI. Introduction/Overview A. New York City`s food market is much more efficient than its rental housing market. B. Basic economic questions must be answered and can be answered through central planning or m
Cornell - CEE - 3040
Cornell - CEE - 3040
CEE 304 - Uncertainty Analysis in EngineeringSecond ExaminationNovember 12, 2004 You may use text, your notes and calculators. There are 50 points in total, one per minute. 1. (6 pts) True or false, and short answers. a. The sample average is alway
Cornell - CEE - 3040
Cornell - CEE - 3040
Cornell - ILROB - 1220
Motivation Part IISeptember 12, 2007Previous ClassFocused on the person. People are motivated to fulfill certain needs. Everyone has the same set of needs.(E.g. Maslow's Hierarchy, ERG Theory) For certain people, some needs are stronger than
Cornell - ILROB - 1220
Motivation Part 1September 10, 2007DefinitionMotivation: The set of processes that arouse, direct and maintain human behavior toward a goal.Two Types of &quot;Person&quot; Centered Motivation TheoriesContent theories: Offer ways to profile or analyze in
Cornell - ILROB - 1220
The Limitations of PersonalitySeptember 5, 2007Personality Traits Give Useful Information Use the Big 5 (OCEAN) to categorize people ondimensions that are predictive of behavior. Certain traits predict work outcomes Openness to experience
Cornell - ILROB - 1220
Personality in OrganizationsSeptember 3, 2007Person-Situation Interaction FrameworkThis week we will focus on the &quot;Person&quot; side of the equation. Key questionsWhat is personality? How is personality measured? What does personality predict?
Cornell - ILROB - 1220
Person X Situation Interaction FrameworkAugust 29, 2007Behavior at work is complexGoal of Organizational BehaviorTo provide a theoretical framework that can be used to explain, predict and control behavior. Introduce the logic of the Person
Cornell - ILROB - 1220
WELCOMEILROB 122: Introduction to Organizational BehaviorWhat are organizations and why are we here?Answer: Organizations are everywhere and we operate within organizations almost all of the time. Problem: It is difficult to study and be in
Cornell - CEE - 3040
HOMEWORK #10 Selected Solutions P1 1 - = P[Accept Ho | Ho true] fabricator claims beams are premium, and found to be true, both engineer and fabricator are happy = P[Reject Ho | Ho true] Engineer falsely accuses fabricator of selling nonpremium be
Cornell - CEE - 3040
CEE 304 - UNCERTAINTY ANALYSIS IN ENGINEERINGHomework #8 Due: Monday, October 22, 2007. Read: Sections 6.1 and 6.2, and prob. 34 on p. 252 Devore6 [p. 279 Devore6] for definition of MSE. For confidence intervals please read 7.1-7.2. Goal: We are now
Cornell - CEE - 3040
CEE 304 - UNCERTAINTY ANALYSIS IN ENGINEERING Second Prelim in class on FRIDAY Nov. 9, 2007 open book, open notes. Topics on exam:Continuous random variables including LN/Gumbel/Weibell ( 4.1-4.5), Multivariate Random Variables ( 5.1-5.2, 5.3-5.5),
Cornell - CEE - 3040
CEE 304 - UNCERTAINTY ANALYSIS IN ENGINEERINGSecond Prelim in class on FRIDAY Nov. 9, 2007. Open book and open notes. Homework #10 Due: Monday, November 5, 2007 Read: Devore 8.1 - 8.2, 8.4 - 8.5; ActivStats chapter 10. Goal: This homework focuses o
Cornell - CEE - 3040
CEE 304 - UNCERTAINTY ANALYSIS IN ENGINEERINGHomework #11 Due: Nov. 19, 2007. Monday one week after exam. Most problems (particularly P1-P3) are related to material on 2nd exam, so it makes sense to do them THIS week. If you use ActivStats, it is re
Cornell - CEE - 3040
CEE 304 - UNCERTAINTY ANALYSIS IN ENGINEERING letHomework #12 Due: Monday Nov. 26, 2007, in class.Read: 12.1-12.5, and 13.1-13.2, 13.4 (through Devore7 p. 540 [Devore6 p. 600].)This assignment is worth 200 points rather than regular 100 because
Cornell - CEE - 3040
precip 0.77 1.20 3.00 1.62 2.81 2.48 1.74 0.47 3.09 1.31 1.87 0.96 0.81 1.43 1.51 0.32 1.18 1.89 1.20 3.37 2.10 0.59 1.35 0.90 1.95 2.20 0.52 0.81 4.75 2.05