‘16 Problem Solving Competition

Slides:



Advertisements
Similar presentations
The Normal Distribution
Advertisements

Vector Operations in R 3 Section 6.7. Standard Unit Vectors in R 3 The standard unit vectors, i(1,0,0), j(0,1,0) and k(0,0,1) can be used to form any.
PROJECT PLANNING MONTE CARLO SIMULATION Prof. Dr. Ahmed Farouk Abdul Moneim BY Part II.
Simulation- Based Design Study Modeling a Wind Turbine Chris Gloss, Andrew Lincoln, Matthew Mustard, John Semmens, & Shereef Shehab.
10 m² 4 m =5 m( A = 5 m. The same formula (V = Bh) that is used to find the volume of rectangular prisms and cylinders, can also be used to find the volume.
Maximal tipping angles of nonempty bottles ESSIM 2012, Dresden Group 12 NAMES.
Numbers
Monte Carlo Simulation and Risk Analysis James F. Wright, Ph.D.
Today Today: Chapter 5 Reading: –Chapter 5 (not 5.12) –Exam includes sections from Chapter 5 –Suggested problems: 5.1, 5.2, 5.3, 5.15, 5.25, 5.33,
Phase Difference = Phase Difference = 0.05.
Lecture 4 Random Errors in Chemical Analysis. Uncertainty in multiplication and division Uncertainty in addition and subtraction.
Continuous Probability Distributions A continuous random variable can assume any value in an interval on the real line or in a collection of intervals.
Section 8.3 – Systems of Linear Equations - Determinants Using Determinants to Solve Systems of Equations A determinant is a value that is obtained from.
Reliability Model for Compressor Failure SMRE Term Project Paul Zamjohn August 2008.
A sphere is the set of all points that are a given distance from a given point, the center. To calculate volume of a sphere, use the formula in the blue.
Presentation Ling Zhang Date: Framework of the method 1 Using Distribution Fitting for Assumptions 2 monte – carlo simulation 3 compare different.
Chapter 14 Monte Carlo Simulation Introduction Find several parameters Parameter follow the specific probability distribution Generate parameter.
Normal Distribution. Intuition The sum of two dice The sum of two dice = 7 The total number of possibilities is : 6x6=36.
Computer Science, Software Engineering & Robotics Workshop, FGCU, April 27-28, 2012 Fault Prediction with Particle Filters by David Hatfield mentors: Dr.
7.2 The Standard Normal Distribution. Standard Normal The standard normal curve is the one with mean μ = 0 and standard deviation σ = 1 We have related.
7.3 and 7.4 Extra Practice Quiz: TOMORROW THIS REVIEW IS ON MY TEACHER WEB PAGE!!!
Section 10.7 – Volume: Prisms and Cylinders pages
Multi-beams simulation in PIC1D Hands-on section 4.
 LT: I will be able to calculate components of vectors  Test corrections are due by Friday!!!  Stamp and Go over Homework  Finish Labs--vectors 
Chapter 6 The Normal Distribution and Other Continuous Distributions.
Surface Area of Three- Dimensional Figures Today you will learn to: determine the surface area of three- dimensional figures. M07.C-G.2.2.2: Solve real-world.
Volume Prisms and Cylinders. Volume of a Prism A prism is a solid object with: identical ends flat sides and the same Cross Section all along its length.
7.2 The Standard Normal Distribution. Standard Normal The standard normal curve is the one with mean μ = 0 and standard deviation σ = 1 We have related.
Section 5.2: PROBABILITY AND THE NORMAL DISTRIBUTION.
Louisiana Department of Transportation and Development Forecasting Construction Cost Index Values Using Auto Regression Modeling Charles Nickel, P.E. Cost.
Prism 3-D Shape Two bases that are parallel Volume How much an item holds.
10-1 人生与责任 淮安工业园区实验学校 连芳芳 “ 自我介绍 ” “ 自我介绍 ” 儿童时期的我.
11.3 CONTINUOUS RANDOM VARIABLES. Objectives: (a) Understand probability density functions (b) Solve problems related to probability density function.
Date of download: 6/22/2016 Copyright © 2016 SPIE. All rights reserved. Geometry of the simulations, as carried out in this paper. The setup is infinite.
OBJ: Find the volume of rectangular and triangular prisms. Section 13.1 Part 1.
Lesson 8: Basic Monte Carlo integration
Chapter 3: Normal R.V.
Algebra 2 Stat review 11.2, 11.3, 11.5.
Volume of Rectangular and Triangular Prisms
Date of download: 1/1/2018 Copyright © ASME. All rights reserved.
Yahoo Mail Customer Support Number
Title 1  Our experience drives us forward 2.
Most Effective Techniques to Park your Manual Transmission Car
How do Power Car Windows Ensure Occupants Safety
HCS 456 Competitive Success-- snaptutorial.com
Chapter 11.4 Volumes of Prisms and Cylinders
Solve: 1. 4<
Volume of Rectangular and Triangular Prisms
Probability Distribution – Example #2 - homework
THANK YOU!.
Find volumes of prism; solve real-life problems. CC.SS.7.G.6
Volume Pyramids.
Thank you.
Thank you.
7.G.5 Surface Area of a prism
Calculate Volume of Composite Shapes and Prisms
Turbulent Mixing in the Presence of Liquid Droplets with Application to Spray Combustion Venkatramanan Raman Department of Aerospace Engineering and Engineering.
Unit 3 Review (Calculator)
Volume of Rectangular and Triangular Prisms
Chapter 14 Monte Carlo Simulation
VQMC J. Planelles.
Sec 10-1B: Volume of Prisms
Volume Prisms.
Chapter 7 The Normal Distribution and Its Applications
Calculate 9 x 81 = x 3 3 x 3 x 3 x 3 3 x 3 x 3 x 3 x 3 x 3 x =
Agenda Ticket in the Door Current Lesson Wrap-Up
We have talked about graphical analysis that includes finding slope of a graph… Tells us acceleration Tells us velocity t t.
Surface Area and Volume
Presentation transcript:

‘16 Problem Solving Competition Zack Batik ‘16 Problem Solving Competition

How did I discover APL?

My first APL development IFS (Index Forecasting System)

The Competition

Phase 1 Mean {(+/⍵)÷⍴,⍵} {⍵+.÷⍴,⍵}

Phase 1 The median {0.5×+/2⍴(2-2|⍴A)↑(¯1+⌈0.5×⍴A)⌽A[⍋A←,⍵]} Just for fun: {2≥⍴,⍵:⍵+.÷⍴,⍵ ⋄ ∇ ¯1↓1↓⍵[⍋⍵]}

Phase 2 Three Problems: Calculating a Forward Rate Triangular Distribution Monte Carlo Modeling

2-/⍵ Forward Rate forward ← { (1⊃⍵),(2-/⍺×⍵)÷2-/⍺} Where the right argument is a vector of rates and the left argument a vector of maturities

Probability Density Function

Probability Density Function

Probability Density Function pdf2←{ a b m←⍺ ⍝ seperate out the left arg area←⍺∘{ base←|-/⍵ ⍝ the base of the section trih←|-/points←⍺∘pdf¨⍵ ⍝ height of the triangular tip rech←⌊/points ⍝ height of the rectangular bit base×rech+0.5×trih ⍝ the area of the section } sections←(⊂a⌈m⌊⍵),⊂b⌊m⌈⍵ ⍝ define the sections of area +/area¨sections ⍝ calculate probability

Probability Density Function (⊂a⌈m⌊⍵),⊂b⌊m⌈⍵

Probability Density Function

The Full Monte

The Full Monte

The Full Monte

The Full Monte

The Full Monte

Some thanks

→0