COMP texture mapping Feb 26, x 4. 3 x 3 3 x 3. 3 x 3. projection plane texture space

Size: px
Start display at page:

Download "COMP texture mapping Feb 26, x 4. 3 x 3 3 x 3. 3 x 3. projection plane texture space"

Transcription

1 COMP exure mapping Feb 26, 25 Texure Mapping One ofen ihe o pain a urface ih a cerain paern, or a exure. In general hi i called exure mapping. The exure migh be defined by a digial phoograph T ( p, p ) here ( p, p ) are pixel in he exure image. (Thee pixel are omeime called exel.) For example, uppoe you an a ground urface o look like gra. You could model each blade of gra. Alernaively, you could ju pain a gra paern on he urface. The gra paern could be ju a phoograph of gra. Similarly for a building: raher han making all he geomeric deail of he facade, you could ju ue a ingle plane and pain he deail. Thi migh be ufficien if he building i in he background of he cene and he deail are unlikely o be cruinized. To map a digial phoograph ono a urface, one ould need o compue he ranformaion ha goe from he exure pace ( p, p ) in hich he digial phoograph i defined, all he ay o he pixel pace (x p, y p ) on he creen here he final image i diplayed. The ubcrip p denoe ha e are in dicree pixel pace, raher han a coninuum. The mapping from he 2D exure pace o he 2D pixel pace can be illuraed ih he kech belo. A he boom righ i a mapping from he exure image defined on ( p, p ) o he parameer (, ) of he urface e.g. a quare, a polygon. Then here i a mapping from hee urface parameer (, ) o orld coordinae (hich ake 2D o 3D) and a mapping from orld coordinae o camera coordinae (3D o 3D) and he projecion back o he 2D image domain (3D o 2D). Finally, here i he mapping from he image domain o he pixel (2D o 2D). You ve een mo of hee mapping before. There an objec o orld and a orld o camera ( modelvie ) and a projecion. In he lecure lide, I aumed ha orld coordinae ere he ame a camera coordinae, bu in general ha no he cae of coure, and one need o include ha ranformaion in here. Camera Coordinae World Coordinae 4 x 4 3 x 4 projecion 4 x 3 cale, ranlae cale, ranlae image on creen I(x p, y p) 3 x 3 3 x 3 3 x 3 T( p, p) projecion plane exure pace exure (e.g. digial phoograph) The projecion i a bi uble. I map from camera coordinae o clip coordinae, hich you recall are normalized device coordinae bu prior o perpecive diviion. So e have (x, y, z, ). We are dropping he 3rd coordinae here, o i i ju (x, y, ). The 3rd (z) coordinae i needed for hidden urface removal, bu e are no dealing ih ha problem here. la updaed: 27 h Apr, 25

2 COMP exure mapping Feb 26, 25 The final mapping in he equence i he indo o viepor mapping, hich e dicued in lecure 6. You can ee ha he above equence of linear mapping collape o a 3 3 marix, call i H, and o e have he map: x p p y p = H p The invere of hi map i: p p = H To exure map he image I( p, p ) ono he polygon, e do he folloing: for each pixel (x p, y p ) in he image projecion of he polygon { x p y p. } compue exel poiion uing ( p, p, ) = H (x p, y p, ) I(x p, y p ) = T ( p, p ) Noe ha he compued exel poiion ( p, p ) generally ill no be a pair of ineger and o ill no correpond o a unique exel. One herefore need o be careful hen chooing T ( p, p ) for he color o rie ino he pixel. We ill reurn o hi iue laer in he lecure. Homography The ne concep here i he 3 3 linear ranform H beeen exure coordinae ( p, p, ) and he image plane coordinae (x p, y p, ). We examine hi in more deail by looking a o componen of he mapping, namely from (,, ) ino orld coordinae and hen from orld coordinae ino he image projecion plane. The mapping from exure coordinae (,, ) ino orld coordinae i: x y z = a x b x x a y b y y a z b z z () Thi mapping ake he origin (, ) = (, ) o (x, y, z ). I ake he corner (, ) = (, ) o (x + b x, y + b y, z + b z ), and i ake he corner (, ) = (, ) o (x + a x, y + a y, z + a z ), ec. In homogeneou coordinae, i ake (,, ) = (,, ) o (x, y, z, ). I ake (,, ) = (,, ) o (x + a x + b x, y + a y + b y, z + a z + b z, ), ec. Le aume, for impliciy, ha orld coordinae are he ame a camera coordinae, i.e. here i an ideniy mapping beeen hem. Thi i ha I did in he lide. We hen projec poin la updaed: 27 h Apr, 25 2

3 COMP exure mapping Feb 26, 25 from orld/camera coordinae ino he image plane z = f by: x fx f fy = f y z z Thi give fx fy z = f f a x b x x a y b y y a z b z z We ge 3 3 marix, namely he produc of a 3 4 marix, and a 4 3 marix. Thi give a 3 3 linear ranform from (,, ) o (x, y, ). Noe ha in hi example, for impliciy I am ignoring he normalizaion marix M normalize. (Recall lecure 5.) In fac, hi i only alloed in he pecial cae ha hi marix happen o be he ideniy marix, e.g. if lef = boom = -, op = righ =. In general, an inverible 3 3 marix ha operae on 2D poin rien in homogenou coordinae i called a homography. In he cae of mapping from (, ) o (x, y) pace, e have in general x y = h h 2 h 3 h 2 h 22 h 23 h 3 h 32 h 33 Noe ha mapping from normalized coordinae (, ) o (x, y) or from pixel coordinae ( p, p ) o (x, y ) are boh homographie. Boh are given by 3 3 marice. Example: a laned ground plane Le conider a concree example o you ge a ene for ho hi ork. Conider a plane: z = z y an θ hich e ge by roaing he plane z = by θ degree abou he x axi and hen ranlaing by (,, z ). We parameerize he roaed 2D plane by (, ) uch ha he origin (, ) = (, ) i mapped o he 3D poin (x, y, z) = (,, z ), he axi i in he direcion of he x axi. By inpecion, he ranformaion from (,, ) o poin on he roaed 3D plane, and hen on o poin on he image plane i: x y = f f co θ in θ z Muliplying he o marice in (*) give he homography: f H = f co θ. in θ z la updaed: 27 h Apr, ( )

4 COMP exure mapping Feb 26, 25 The invere happen o be: H = f f co θ an θ z f The 4 3 marix mapping exure pace o 3D may be myeriou a fir glance, bu noe ha he fir mapping i ju a roaion abou he x axi, ih he hird column removed. Thi mapping can be hough of a roaing a plane (,, ), here e don boher including he z = in he mapping ince i ha no effec. Anoher ay o hink of hi mapping i o break i don ino i componen. co θ in θ z = z + co θ in θ Alhough one can inerpre he 4D vecor (,,, ) and (, co θ, in θ, ) a poin a infiniy, hi inerpreaion i no o helpful here. Raher hink of (,, ) and (, co θ, in θ) a vecor ha allo you o reach any poin in he laned plane, via linear combinaion. (You need o ue 4D vecor here becaue he laned plane i hifed aay from he origin and i no a 3D vecor pace i.e. i i no cloed under addiion.) Aliaing Recall from lecure 6 hen I dicued ho o can conver a line: m = (y - y)/(x - x) y = y for x = round(x) o round(x) riepixel(x, Round(y), rgbvalue) y = y + m For each dicree x along he line, e had o chooe a dicree value of y. To do o, e rounded off he y value. Thi gave u a e of pixel ha approximaed he original line. If e repreen a coninuou objec (line, curve, urface,.. ) ih a finie dicree objec hen e have a many-o-one mapping and e loe informaion. We ay ha aliaing occur. Here he ord aliaing i ued lighly differenly from ha you may be ued o. In programming language, aliaing refer o an objec or more generally o memory locaion ha ha o differen name. x = ne Dog() y = x The analogy in compuer graphic (or ignal in general) i ha e have one dicree objec (RGB value on a grid of pixel) ha can arie from more han one coninuou objec (RGB value defined on a coninuou parameer pace). To underand ho aliaing arie in exure mapping, uppoe I have coninuou image I(x, y) hich i verical ripe of idh <. The ripe have alernaing ineniie,,,,, over la updaed: 27 h Apr, z

5 COMP exure mapping Feb 26, 25 coninuou inerval of idh. If you no ample hi image along a ro (fixed y), here he pixel poiion are x =,, 2, 3,... hen he value ha e ge ill ypically no be alernaing and. For example, run he pyhon code: # ample from alernaing and value on inerval of idh =.38 n = 5 # number of ample reul = zero(n) for x in range(n): if (x / ) % 2 > : reul[x] = prin reul The oupu for he given parameer i: hich i clearly no periodic. If you change hen you ll ge a differen oupu. The main problem here i ha he underlying image ha rucure ha i a a finer cale han he ampling of he pixel. Thi problem ofen arie hen you ample a coninou ignal. In he lecure lide I gave ome oher example, including a Moiré paern. Ani-aliaing In he cae of can convering a line, aliaing produce a jagged edge. Example ere given in he lecure lide. One idea o ge rid of he jaggie (called ani-aliaing ) i o ake advanage of he fac ha RGB value are no binary bu raher ypically are 8 bi value (i.e. o 255). For example, uppoe ha a line i uppoed o be black (,,) on a hie (255,255,255) background. One rick o ge rid of he jaggie i o make a pixel ineniy a hade of grey, if ha pixel doen lie exacly on he line. The grey value of he pixel could depend on he cloene of he pixel o he coninuou line. (There i no unique ay o do hi, and underand ha beer or ore depend on facor ake a hile o explain including iue in viual percepion. We re no going don ha rabbi hole.) See he example belo. The fir ho he jaggie; he econd ho he ani-aliaed line. la updaed: 27 h Apr, 25 5

6 COMP exure mapping Feb 26, 25 Aliaing and ani-aliaing in exure mapping Aliaing arie in exure mapping a ell. Recall he algorihm on page 2 of oday noe. For each pixel (x p, y p ) in he image of a polygon, e map back o ome pixel poiion ( p, p ) in he original exure. The imple mehod ould be o ju round off ( p, p ) o he neare ineger and copy he (RGB) exure value T (round( p ), round( p )) ino I(x p, y p ). A alernaive approach i o conider a pixel a a mall uni quare, for example, cenered around he poin (x p, y p ), namely he quare [x p, x 2 p + ] [y 2 p, y 2 p + )]. If e ere o map he 2 corner of hi lile quare pixel back o he exure pace ( p, p ) hen e ould ge a four verex polygon (quad) in ha pace. Thee four verice ypically ould no correpond exacly o ineger coordinae of he exure. GIven hi lack of correpondence, ho hould one chooe he color for he image pixel (x p, y p )? There are o general cae o conider. Here e conider exel and pixel o be uni quare in ( p, p ) and (x p, y p ) pace, repecively. magnificaion: Thi i he cae ha a exel in ( p, p ) map forard o a region in (x p, y p ) ha i larger ( magnify ) han a pixel in (x p, y p ). Noe ha if e conider he mapping in he invere direcion, hen a quare image pixel cenered a (x p, y p ) ould map back o a region ha i maller han a exel quare in ( p, p ) pace. Magnificaion can happen, for example, if he camera i cloe o he urface ha i being exure mapped. (You may have noiced hi hen playing cheap video game, and you drive oo cloe o a all.) minificaion: Thi i he cae ha a exel in ( p, p ) map forard o a region in (x p, y p ) ha i maller ( minify ) han a pixel in (x p, y p ). In he invere direcion, a pixel in (x p, y p ) map back o a region ha i larger han a exel in ( p, p ) pace. In he cae of a laned ground plane, minificaion can happen pixel ha are near he horizon. Noice ha maller or larger i a bi ambiguou here ince here i boh an x and y direcion. I could happen ha here i a minificaion in one direcion bu a magnificaion in he oher direcion, for example, if you are cloe o a urface bu he urface i highly laned. The mehod ha one ue o chooe he color I(x p, y p ) could depend on heher one ha magnificaion or minificaion a ha pixel. For example, if magnificaion occur, hen i can eaily happen ha he invere map of an image pixel quad ill no conain a exure pixel. To chooe he color of he image pixel, one could ignore he invere map of he image pixel quad and ju conider he poiion of he invere mapped pixel cener. One could hen chooe he ineniy baed on he neare exure pixel ( p, p ) or ake a eighed average of he neare four exure pixel, hich form a quare. Thi can be done ih bi-linear inerpolaion. See he Exercie. If one i minifying (hrinking) he exure, hen he invere map of he quare image pixel migh correpond o a larger region (quad) of he exure image. In hi cae, one migh can conver hi region ue he average of he RGB ineniie. A you can image, here i grea flexibiliy in ha one doe here. There i no ingle approach ha i be, ince ome approache are more expenive han oher, and he aliaing iue ha arie depend on he exure being ued and he geomery involved. la updaed: 27 h Apr, 25 6

7 COMP exure mapping Feb 26, 25 Texure Mapping in OpenGL A he end of he lecure, I menioned he baic of ho exure mapping i done in OpenGL. Fir, you need o define a exure. For a 2D exure uch a e have been dicuing, you pecify ha i i 2D, and variou parameer uch a i ize (idh and heigh) and he daa i.e. RGB value. glteximage2d( GL_TEXTURE_2D,..., ize,.., daa ) You alo need o aociae each verex of your polygon ih a exure coordinae in (, ) pace. You need o do hi in order o define he mapping from exure coordinae pace o your polygon, a dicued a he boom of page 2 of hee noe. Thi definiion of (, ) value for each verex i occur hen you declare he polygon. The exure coordinae, like a urface normal, i an OpenGL ae. Each verex i aigned he exure coordinae a ha curren ae. If you an differen verice o have differen exure coordinae and you generally do an hi hen you do exure mapping hen you need o change he ae from verex o verex. For example, here I define he exure coordinae o be he poiion (, ) = (, ), (, ), (, ). You can define he exure coordinae o be any (, ) value hough. glbegin(gl_polygon) gltexcoord2f(, ) glverex( x, y, z ) gltexcoord2f(, ) glverex( x, y, z ) gltexcoord2f(, ) glverex( x2, y2, z2 ) glend() I ll ay more abou exure coordinae nex lecure. No all exure are 2D. You can define D and 3D exure oo. la updaed: 27 h Apr, 25 7

Chapter 13. Network Flow III Applications. 13.1 Edge disjoint paths. 13.1.1 Edge-disjoint paths in a directed graphs

Chapter 13. Network Flow III Applications. 13.1 Edge disjoint paths. 13.1.1 Edge-disjoint paths in a directed graphs Chaper 13 Nework Flow III Applicaion CS 573: Algorihm, Fall 014 Ocober 9, 014 13.1 Edge dijoin pah 13.1.1 Edge-dijoin pah in a direced graph 13.1.1.1 Edge dijoin pah queiong: graph (dir/undir)., : verice.

More information

CHARGE AND DISCHARGE OF A CAPACITOR

CHARGE AND DISCHARGE OF A CAPACITOR REFERENCES RC Circuis: Elecrical Insrumens: Mos Inroducory Physics exs (e.g. A. Halliday and Resnick, Physics ; M. Sernheim and J. Kane, General Physics.) This Laboraory Manual: Commonly Used Insrumens:

More information

How Much Can Taxes Help Selfish Routing?

How Much Can Taxes Help Selfish Routing? How Much Can Taxe Help Selfih Rouing? Tim Roughgarden (Cornell) Join wih Richard Cole (NYU) and Yevgeniy Dodi (NYU) Selfih Rouing a direced graph G = (V,E) a ource and a deinaion one uni of raffic from

More information

Signal Rectification

Signal Rectification 9/3/25 Signal Recificaion.doc / Signal Recificaion n imporan applicaion of juncion diodes is signal recificaion. here are wo ypes of signal recifiers, half-wae and fullwae. Le s firs consider he ideal

More information

2.4 Network flows. Many direct and indirect applications telecommunication transportation (public, freight, railway, air, ) logistics

2.4 Network flows. Many direct and indirect applications telecommunication transportation (public, freight, railway, air, ) logistics .4 Nework flow Problem involving he diribuion of a given produc (e.g., waer, ga, daa, ) from a e of producion locaion o a e of uer o a o opimize a given objecive funcion (e.g., amoun of produc, co,...).

More information

On the Connection Between Multiple-Unicast Network Coding and Single-Source Single-Sink Network Error Correction

On the Connection Between Multiple-Unicast Network Coding and Single-Source Single-Sink Network Error Correction On he Connecion Beween Muliple-Unica ework Coding and Single-Source Single-Sink ework Error Correcion Jörg Kliewer JIT Join work wih Wenao Huang and Michael Langberg ework Error Correcion Problem: Adverary

More information

Acceleration Lab Teacher s Guide

Acceleration Lab Teacher s Guide Acceleraion Lab Teacher s Guide Objecives:. Use graphs of disance vs. ime and velociy vs. ime o find acceleraion of a oy car.. Observe he relaionship beween he angle of an inclined plane and he acceleraion

More information

Circle Geometry (Part 3)

Circle Geometry (Part 3) Eam aer 3 ircle Geomery (ar 3) emen andard:.4.(c) yclic uadrilaeral La week we covered u otheorem 3, he idea of a convere and we alied our heory o ome roblem called IE. Okay, o now ono he ne chunk of heory

More information

Chapter 2 Kinematics in One Dimension

Chapter 2 Kinematics in One Dimension Chaper Kinemaics in One Dimension Chaper DESCRIBING MOTION:KINEMATICS IN ONE DIMENSION PREVIEW Kinemaics is he sudy of how hings moe how far (disance and displacemen), how fas (speed and elociy), and how

More information

Fortified financial forecasting models: non-linear searching approaches

Fortified financial forecasting models: non-linear searching approaches 0 Inernaional Conference on Economic and inance Reearch IPEDR vol.4 (0 (0 IACSIT Pre, Singapore orified financial forecaing model: non-linear earching approache Mohammad R. Hamidizadeh, Ph.D. Profeor,

More information

Appendix A: Area. 1 Find the radius of a circle that has circumference 12 inches.

Appendix A: Area. 1 Find the radius of a circle that has circumference 12 inches. Appendi A: Area worked-ou s o Odd-Numbered Eercises Do no read hese worked-ou s before aemping o do he eercises ourself. Oherwise ou ma mimic he echniques shown here wihou undersanding he ideas. Bes wa

More information

Full-wave rectification, bulk capacitor calculations Chris Basso January 2009

Full-wave rectification, bulk capacitor calculations Chris Basso January 2009 ull-wave recificaion, bulk capacior calculaions Chris Basso January 9 This shor paper shows how o calculae he bulk capacior value based on ripple specificaions and evaluae he rms curren ha crosses i. oal

More information

The Transport Equation

The Transport Equation The Transpor Equaion Consider a fluid, flowing wih velociy, V, in a hin sraigh ube whose cross secion will be denoed by A. Suppose he fluid conains a conaminan whose concenraion a posiion a ime will be

More information

Mathematics in Pharmacokinetics What and Why (A second attempt to make it clearer)

Mathematics in Pharmacokinetics What and Why (A second attempt to make it clearer) Mahemaics in Pharmacokineics Wha and Why (A second aemp o make i clearer) We have used equaions for concenraion () as a funcion of ime (). We will coninue o use hese equaions since he plasma concenraions

More information

How has globalisation affected inflation dynamics in the United Kingdom?

How has globalisation affected inflation dynamics in the United Kingdom? 292 Quarerly Bullein 2008 Q3 How ha globaliaion affeced inflaion dynamic in he Unied Kingdom? By Jennifer Greenlade and Sephen Millard of he Bank Srucural Economic Analyi Diviion and Chri Peacock of he

More information

Random Walk in 1-D. 3 possible paths x vs n. -5 For our random walk, we assume the probabilities p,q do not depend on time (n) - stationary

Random Walk in 1-D. 3 possible paths x vs n. -5 For our random walk, we assume the probabilities p,q do not depend on time (n) - stationary Random Walk in -D Random walks appear in many cones: diffusion is a random walk process undersanding buffering, waiing imes, queuing more generally he heory of sochasic processes gambling choosing he bes

More information

9. Capacitor and Resistor Circuits

9. Capacitor and Resistor Circuits ElecronicsLab9.nb 1 9. Capacior and Resisor Circuis Inroducion hus far we have consider resisors in various combinaions wih a power supply or baery which provide a consan volage source or direc curren

More information

Motion Along a Straight Line

Motion Along a Straight Line Moion Along a Sraigh Line On Sepember 6, 993, Dave Munday, a diesel mechanic by rade, wen over he Canadian edge of Niagara Falls for he second ime, freely falling 48 m o he waer (and rocks) below. On his

More information

PROFIT TEST MODELLING IN LIFE ASSURANCE USING SPREADSHEETS PART ONE

PROFIT TEST MODELLING IN LIFE ASSURANCE USING SPREADSHEETS PART ONE Profi Tes Modelling in Life Assurance Using Spreadshees PROFIT TEST MODELLING IN LIFE ASSURANCE USING SPREADSHEETS PART ONE Erik Alm Peer Millingon 2004 Profi Tes Modelling in Life Assurance Using Spreadshees

More information

cooking trajectory boiling water B (t) microwave 0 2 4 6 8 101214161820 time t (mins)

cooking trajectory boiling water B (t) microwave 0 2 4 6 8 101214161820 time t (mins) Alligaor egg wih calculus We have a large alligaor egg jus ou of he fridge (1 ) which we need o hea o 9. Now here are wo accepable mehods for heaing alligaor eggs, one is o immerse hem in boiling waer

More information

Reputation and Social Network Analysis in Multi-Agent Systems

Reputation and Social Network Analysis in Multi-Agent Systems Repuaion and Social Neork Analyi in Muli-Agen Syem Jordi Sabaer IIIA - Arificial Inelligence Reearch Iniue CSIC - Spanih Scienific Reearch Council Bellaerra, Caalonia, Spain jabaer@iiia.cic.e Carle Sierra

More information

THE PRESSURE DERIVATIVE

THE PRESSURE DERIVATIVE Tom Aage Jelmer NTNU Dearmen of Peroleum Engineering and Alied Geohysics THE PRESSURE DERIVATIVE The ressure derivaive has imoran diagnosic roeries. I is also imoran for making ye curve analysis more reliable.

More information

Differential Equations and Linear Superposition

Differential Equations and Linear Superposition Differenial Equaions and Linear Superposiion Basic Idea: Provide soluion in closed form Like Inegraion, no general soluions in closed form Order of equaion: highes derivaive in equaion e.g. dy d dy 2 y

More information

Heat demand forecasting for concrete district heating system

Heat demand forecasting for concrete district heating system Hea demand forecaing for concree diric heaing yem Bronilav Chramcov Abrac Thi paper preen he reul of an inveigaion of a model for hor-erm hea demand forecaing. Foreca of hi hea demand coure i ignifican

More information

Internet Engineering. Jacek Mazurkiewicz, PhD Softcomputing. Part 1: Introduction, Elementary ANNs

Internet Engineering. Jacek Mazurkiewicz, PhD Softcomputing. Part 1: Introduction, Elementary ANNs Inerne Engineering Jacek azurkieicz, PhD Sofcompuing Par : Inroducion, Elemenary As Formal Inroducion conac hours, room o. 5 building C-3: onday: :45-5:5, Friday: 4:30-6:00, slides:.zsk.ic.pr.roc.pl Professor

More information

Cross-sectional and longitudinal weighting in a rotational household panel: applications to EU-SILC. Vijay Verma, Gianni Betti, Giulio Ghellini

Cross-sectional and longitudinal weighting in a rotational household panel: applications to EU-SILC. Vijay Verma, Gianni Betti, Giulio Ghellini Cro-ecional and longiudinal eighing in a roaional houehold panel: applicaion o EU-SILC Viay Verma, Gianni Bei, Giulio Ghellini Working Paper n. 67, December 006 CROSS-SECTIONAL AND LONGITUDINAL WEIGHTING

More information

CHAPTER 11 NONPARAMETRIC REGRESSION WITH COMPLEX SURVEY DATA. R. L. Chambers Department of Social Statistics University of Southampton

CHAPTER 11 NONPARAMETRIC REGRESSION WITH COMPLEX SURVEY DATA. R. L. Chambers Department of Social Statistics University of Southampton CHAPTER 11 NONPARAMETRIC REGRESSION WITH COMPLEX SURVEY DATA R. L. Chamber Deparmen of Social Saiic Univeriy of Souhampon A.H. Dorfman Office of Survey Mehod Reearch Bureau of Labor Saiic M.Yu. Sverchkov

More information

Diagnostic Examination

Diagnostic Examination Diagnosic Examinaion TOPIC XV: ENGINEERING ECONOMICS TIME LIMIT: 45 MINUTES 1. Approximaely how many years will i ake o double an invesmen a a 6% effecive annual rae? (A) 10 yr (B) 12 yr (C) 15 yr (D)

More information

Two-Group Designs Independent samples t-test & paired samples t-test. Chapter 10

Two-Group Designs Independent samples t-test & paired samples t-test. Chapter 10 Two-Group Deign Independen ample -e & paired ample -e Chaper 0 Previou e (Ch 7 and 8) Z-e z M N -e (one-ample) M N M = andard error of he mean p. 98-9 Remember: = variance M = eimaed andard error p. -

More information

Lecture 2: Telegrapher Equations For Transmission Lines. Power Flow.

Lecture 2: Telegrapher Equations For Transmission Lines. Power Flow. Whies, EE 481 Lecure 2 Page 1 of 13 Lecure 2: Telegraher Equaions For Transmission Lines. Power Flow. Microsri is one mehod for making elecrical connecions in a microwae circui. I is consruced wih a ground

More information

Usefulness of the Forward Curve in Forecasting Oil Prices

Usefulness of the Forward Curve in Forecasting Oil Prices Usefulness of he Forward Curve in Forecasing Oil Prices Akira Yanagisawa Leader Energy Demand, Supply and Forecas Analysis Group The Energy Daa and Modelling Cener Summary When people analyse oil prices,

More information

4 Convolution. Recommended Problems. x2[n] 1 2[n]

4 Convolution. Recommended Problems. x2[n] 1 2[n] 4 Convoluion Recommended Problems P4.1 This problem is a simple example of he use of superposiion. Suppose ha a discree-ime linear sysem has oupus y[n] for he given inpus x[n] as shown in Figure P4.1-1.

More information

µ r of the ferrite amounts to 1000...4000. It should be noted that the magnetic length of the + δ

µ r of the ferrite amounts to 1000...4000. It should be noted that the magnetic length of the + δ Page 9 Design of Inducors and High Frequency Transformers Inducors sore energy, ransformers ransfer energy. This is he prime difference. The magneic cores are significanly differen for inducors and high

More information

4. International Parity Conditions

4. International Parity Conditions 4. Inernaional ariy ondiions 4.1 urchasing ower ariy he urchasing ower ariy ( heory is one of he early heories of exchange rae deerminaion. his heory is based on he concep ha he demand for a counry's currency

More information

A Curriculum Module for AP Calculus BC Curriculum Module

A Curriculum Module for AP Calculus BC Curriculum Module Vecors: A Curriculum Module for AP Calculus BC 00 Curriculum Module The College Board The College Board is a no-for-profi membership associaion whose mission is o connec sudens o college success and opporuniy.

More information

Nanocubes for Real-Time Exploration of Spatiotemporal Datasets

Nanocubes for Real-Time Exploration of Spatiotemporal Datasets Nanocube for RealTime Exploraion of Spaioemporal Daae Lauro Lin, Jame T Kloowki, and arlo Scheidegger Fig 1 Example viualizaion of 210 million public geolocaed Twier po over he coure of a year The daa

More information

Analogue and Digital Signal Processing. First Term Third Year CS Engineering By Dr Mukhtiar Ali Unar

Analogue and Digital Signal Processing. First Term Third Year CS Engineering By Dr Mukhtiar Ali Unar Analogue and Digial Signal Processing Firs Term Third Year CS Engineering By Dr Mukhiar Ali Unar Recommended Books Haykin S. and Van Veen B.; Signals and Sysems, John Wiley& Sons Inc. ISBN: 0-7-380-7 Ifeachor

More information

Principal components of stock market dynamics. Methodology and applications in brief (to be updated ) Andrei Bouzaev, bouzaev@ya.

Principal components of stock market dynamics. Methodology and applications in brief (to be updated ) Andrei Bouzaev, bouzaev@ya. Principal componens of sock marke dynamics Mehodology and applicaions in brief o be updaed Andrei Bouzaev, bouzaev@ya.ru Why principal componens are needed Objecives undersand he evidence of more han one

More information

Capacitors and inductors

Capacitors and inductors Capaciors and inducors We coninue wih our analysis of linear circuis by inroducing wo new passive and linear elemens: he capacior and he inducor. All he mehods developed so far for he analysis of linear

More information

Imagine a Source (S) of sound waves that emits waves having frequency f and therefore

Imagine a Source (S) of sound waves that emits waves having frequency f and therefore heoreical Noes: he oppler Eec wih ound Imagine a ource () o sound waes ha emis waes haing requency and hereore period as measured in he res rame o he ource (). his means ha any eecor () ha is no moing

More information

A Note on Using the Svensson procedure to estimate the risk free rate in corporate valuation

A Note on Using the Svensson procedure to estimate the risk free rate in corporate valuation A Noe on Using he Svensson procedure o esimae he risk free rae in corporae valuaion By Sven Arnold, Alexander Lahmann and Bernhard Schwezler Ocober 2011 1. The risk free ineres rae in corporae valuaion

More information

1 A B C D E F G H I J K L M N O P Q R S { U V W X Y Z 1 A B C D E F G H I J K L M N O P Q R S { U V W X Y Z

1 A B C D E F G H I J K L M N O P Q R S { U V W X Y Z 1 A B C D E F G H I J K L M N O P Q R S { U V W X Y Z o ffix uden abel ere uden ame chool ame isric ame/ ender emale ale onh ay ear ae of irh an eb ar pr ay un ul ug ep c ov ec as ame irs ame lace he uden abel ere ae uden denifier chool se nly rined in he

More information

Module 4. Single-phase AC circuits. Version 2 EE IIT, Kharagpur

Module 4. Single-phase AC circuits. Version 2 EE IIT, Kharagpur Module 4 Single-phase A circuis ersion EE T, Kharagpur esson 5 Soluion of urren in A Series and Parallel ircuis ersion EE T, Kharagpur n he las lesson, wo poins were described:. How o solve for he impedance,

More information

SELF-EVALUATION FOR VIDEO TRACKING SYSTEMS

SELF-EVALUATION FOR VIDEO TRACKING SYSTEMS SELF-EVALUATION FOR VIDEO TRACKING SYSTEMS Hao Wu and Qinfen Zheng Cenre for Auomaion Research Dep. of Elecrical and Compuer Engineering Universiy of Maryland, College Park, MD-20742 {wh2003, qinfen}@cfar.umd.edu

More information

Module 3 Design for Strength. Version 2 ME, IIT Kharagpur

Module 3 Design for Strength. Version 2 ME, IIT Kharagpur Module 3 Design for Srengh Lesson 2 Sress Concenraion Insrucional Objecives A he end of his lesson, he sudens should be able o undersand Sress concenraion and he facors responsible. Deerminaion of sress

More information

Duration and Convexity ( ) 20 = Bond B has a maturity of 5 years and also has a required rate of return of 10%. Its price is $613.

Duration and Convexity ( ) 20 = Bond B has a maturity of 5 years and also has a required rate of return of 10%. Its price is $613. Graduae School of Business Adminisraion Universiy of Virginia UVA-F-38 Duraion and Convexiy he price of a bond is a funcion of he promised paymens and he marke required rae of reurn. Since he promised

More information

Chapter 4: Exponential and Logarithmic Functions

Chapter 4: Exponential and Logarithmic Functions Chaper 4: Eponenial and Logarihmic Funcions Secion 4.1 Eponenial Funcions... 15 Secion 4. Graphs of Eponenial Funcions... 3 Secion 4.3 Logarihmic Funcions... 4 Secion 4.4 Logarihmic Properies... 53 Secion

More information

Table of contents Chapter 1 Interest rates and factors Chapter 2 Level annuities Chapter 3 Varying annuities

Table of contents Chapter 1 Interest rates and factors Chapter 2 Level annuities Chapter 3 Varying annuities Table of conens Chaper 1 Ineres raes and facors 1 1.1 Ineres 2 1.2 Simple ineres 4 1.3 Compound ineres 6 1.4 Accumulaed value 10 1.5 Presen value 11 1.6 Rae of discoun 13 1.7 Consan force of ineres 17

More information

ANALYSIS AND COMPARISONS OF SOME SOLUTION CONCEPTS FOR STOCHASTIC PROGRAMMING PROBLEMS

ANALYSIS AND COMPARISONS OF SOME SOLUTION CONCEPTS FOR STOCHASTIC PROGRAMMING PROBLEMS ANALYSIS AND COMPARISONS OF SOME SOLUTION CONCEPTS FOR STOCHASTIC PROGRAMMING PROBLEMS R. Caballero, E. Cerdá, M. M. Muñoz and L. Rey () Deparmen of Applied Economics (Mahemaics), Universiy of Málaga,

More information

B-Splines and NURBS Week 5, Lecture 9

B-Splines and NURBS Week 5, Lecture 9 CS 430/536 Compuer Graphics I B-Splines an NURBS Wee 5, Lecure 9 Davi Breen, William Regli an Maxim Peysahov Geomeric an Inelligen Compuing Laboraory Deparmen of Compuer Science Drexel Universiy hp://gicl.cs.rexel.eu

More information

Chapter 8 Student Lecture Notes 8-1

Chapter 8 Student Lecture Notes 8-1 Chaper Suden Lecure Noes - Chaper Goals QM: Business Saisics Chaper Analyzing and Forecasing -Series Daa Afer compleing his chaper, you should be able o: Idenify he componens presen in a ime series Develop

More information

Module 8. Three-phase Induction Motor. Version 2 EE IIT, Kharagpur

Module 8. Three-phase Induction Motor. Version 2 EE IIT, Kharagpur Module 8 Three-phae Induction Motor Verion EE IIT, Kharagpur Leon 33 Different Type of Starter for Induction Motor (IM Verion EE IIT, Kharagpur Inructional Objective Need of uing arter for Induction motor

More information

Representing Topological Relationships for Moving Objects

Representing Topological Relationships for Moving Objects Represening Topological Relaionships for Moving Objecs Erlend Tøssebro 1 and Mads Ngård 2 1 Deparmen of Elecronics and Compuer Science, Universi of Savanger, NO-4036 Savanger, Norwa erlend.ossebro@uis.no

More information

Making Use of Gate Charge Information in MOSFET and IGBT Data Sheets

Making Use of Gate Charge Information in MOSFET and IGBT Data Sheets Making Use of ae Charge Informaion in MOSFET and IBT Daa Shees Ralph McArhur Senior Applicaions Engineer Advanced Power Technology 405 S.W. Columbia Sree Bend, Oregon 97702 Power MOSFETs and IBTs have

More information

SOLID MECHANICS TUTORIAL GEAR SYSTEMS. This work covers elements of the syllabus for the Edexcel module 21722P HNC/D Mechanical Principles OUTCOME 3.

SOLID MECHANICS TUTORIAL GEAR SYSTEMS. This work covers elements of the syllabus for the Edexcel module 21722P HNC/D Mechanical Principles OUTCOME 3. SOLI MEHNIS TUTORIL GER SYSTEMS This work covers elemens of he syllabus for he Edexcel module 21722P HN/ Mechanical Principles OUTOME 3. On compleion of his shor uorial you should be able o do he following.

More information

The Application of Multi Shifts and Break Windows in Employees Scheduling

The Application of Multi Shifts and Break Windows in Employees Scheduling The Applicaion of Muli Shifs and Brea Windows in Employees Scheduling Evy Herowai Indusrial Engineering Deparmen, Universiy of Surabaya, Indonesia Absrac. One mehod for increasing company s performance

More information

Signal Processing and Linear Systems I

Signal Processing and Linear Systems I Sanford Universiy Summer 214-215 Signal Processing and Linear Sysems I Lecure 5: Time Domain Analysis of Coninuous Time Sysems June 3, 215 EE12A:Signal Processing and Linear Sysems I; Summer 14-15, Gibbons

More information

NOTES ON OSCILLOSCOPES

NOTES ON OSCILLOSCOPES NOTES ON OSCILLOSCOPES NOTES ON... OSCILLOSCOPES... Oscilloscope... Analog and Digial... Analog Oscilloscopes... Cahode Ray Oscilloscope Principles... 5 Elecron Gun... 5 The Deflecion Sysem... 6 Displaying

More information

RC (Resistor-Capacitor) Circuits. AP Physics C

RC (Resistor-Capacitor) Circuits. AP Physics C (Resisor-Capacior Circuis AP Physics C Circui Iniial Condiions An circui is one where you have a capacior and resisor in he same circui. Suppose we have he following circui: Iniially, he capacior is UNCHARGED

More information

Individual Health Insurance April 30, 2008 Pages 167-170

Individual Health Insurance April 30, 2008 Pages 167-170 Individual Healh Insurance April 30, 2008 Pages 167-170 We have received feedback ha his secion of he e is confusing because some of he defined noaion is inconsisen wih comparable life insurance reserve

More information

C Fast-Dealing Property Trading Game C

C Fast-Dealing Property Trading Game C If you are already an experienced MONOPOLY dealer and wan a faser game, ry he rules on he back page! AGES 8+ C Fas-Dealing Propery Trading Game C Y Original MONOPOLY Game Rules plus Special Rules for his

More information

Empirical heuristics for improving Intermittent Demand Forecasting

Empirical heuristics for improving Intermittent Demand Forecasting Empirical heuriic for improving Inermien Demand Forecaing Foio Peropoulo 1,*, Konanino Nikolopoulo 2, Georgio P. Spihouraki 1, Vailio Aimakopoulo 1 1 Forecaing & Sraegy Uni, School of Elecrical and Compuer

More information

MTH6121 Introduction to Mathematical Finance Lesson 5

MTH6121 Introduction to Mathematical Finance Lesson 5 26 MTH6121 Inroducion o Mahemaical Finance Lesson 5 Conens 2.3 Brownian moion wih drif........................... 27 2.4 Geomeric Brownian moion........................... 28 2.5 Convergence of random

More information

17 Laplace transform. Solving linear ODE with piecewise continuous right hand sides

17 Laplace transform. Solving linear ODE with piecewise continuous right hand sides 7 Laplace ransform. Solving linear ODE wih piecewise coninuous righ hand sides In his lecure I will show how o apply he Laplace ransform o he ODE Ly = f wih piecewise coninuous f. Definiion. A funcion

More information

USE OF EDUCATION TECHNOLOGY IN ENGLISH CLASSES

USE OF EDUCATION TECHNOLOGY IN ENGLISH CLASSES USE OF EDUCATION TECHNOLOGY IN ENGLISH CLASSES Mehme Nuri GÖMLEKSİZ Absrac Using educaion echnology in classes helps eachers realize a beer and more effecive learning. In his sudy 150 English eachers were

More information

The Torsion of Thin, Open Sections

The Torsion of Thin, Open Sections EM 424: Torsion of hin secions 26 The Torsion of Thin, Open Secions The resuls we obained for he orsion of a hin recangle can also be used be used, wih some qualificaions, for oher hin open secions such

More information

C Fast-Dealing Property Trading Game C

C Fast-Dealing Property Trading Game C AGES 8+ C Fas-Dealing Propery Trading Game C Y Collecor s Ediion Original MONOPOLY Game Rules plus Special Rules for his Ediion. CONTENTS Game board, 6 Collecible okens, 28 Tile Deed cards, 16 Wha he Deuce?

More information

Visualization Foundations IDV 2015/2016

Visualization Foundations IDV 2015/2016 Ineracive Daa Visualizaion 04 Visualizaion Foundaions IDV 2015/2016 Noice n Auhor João Moura Pires (jmp@fc.unl.p) n This maerial can be freely used for personal or academic purposes wihou any previous

More information

A Comparative Study of Linear and Nonlinear Models for Aggregate Retail Sales Forecasting

A Comparative Study of Linear and Nonlinear Models for Aggregate Retail Sales Forecasting A Comparaive Sudy of Linear and Nonlinear Model for Aggregae Reail Sale Forecaing G. Peer Zhang Deparmen of Managemen Georgia Sae Univeriy Alana GA 30066 (404) 651-4065 Abrac: The purpoe of hi paper i

More information

Optimal Path Routing in Single and Multiple Clock Domain Systems

Optimal Path Routing in Single and Multiple Clock Domain Systems IEEE TRANSACTIONS ON COMPUTER-AIDED DESIGN, TO APPEAR. 1 Opimal Pah Rouing in Single and Muliple Clock Domain Syem Soha Haoun, Senior Member, IEEE, Charle J. Alper, Senior Member, IEEE ) Abrac Shrinking

More information

Suggested Reading. Signals and Systems 4-2

Suggested Reading. Signals and Systems 4-2 4 Convoluion In Lecure 3 we inroduced and defined a variey of sysem properies o which we will make frequen reference hroughou he course. Of paricular imporance are he properies of lineariy and ime invariance,

More information

LLC Resonant Converter Reference Design using the dspic DSC

LLC Resonant Converter Reference Design using the dspic DSC LLC Resonan Converer Reference Design using he dspic DSC 2010 Microchip Technology Incorporaed. All Righs Reserved. LLC Resonan Converer Webinar Slide 1 Hello, and welcome o his web seminar on Microchip

More information

Problem P3.3: The wind power output per unit area swept by the rotor is 2.4 kw/m 2. Convert this quantity to the dimensions of hp/ft 2.

Problem P3.3: The wind power output per unit area swept by the rotor is 2.4 kw/m 2. Convert this quantity to the dimensions of hp/ft 2. Chaper 3: Technical Proble-Solving and Counicaion Skill Proble P3.3: The wind power oupu per uni area wep by he roor i.4 kw/. Conver hi quaniy o he dienion of hp/f. Conver o USCS uing he facor fro Table

More information

The Equivalent Loan Principle and the Value of Corporate Promised Cash Flows. David C. Nachman*

The Equivalent Loan Principle and the Value of Corporate Promised Cash Flows. David C. Nachman* he Equivalen Loan Principle and he Value of Corporae Promied Cah Flow by David C. Nachman* Revied February, 2002 *J. Mack Robinon College of Buine, Georgia Sae Univeriy, 35 Broad Sree, Alana, GA 30303-3083.

More information

INTRODUCTION TO EMAIL MARKETING PERSONALIZATION. How to increase your sales with personalized triggered emails

INTRODUCTION TO EMAIL MARKETING PERSONALIZATION. How to increase your sales with personalized triggered emails INTRODUCTION TO EMAIL MARKETING PERSONALIZATION How o increase your sales wih personalized riggered emails ECOMMERCE TRIGGERED EMAILS BEST PRACTICES Triggered emails are generaed in real ime based on each

More information

Matrices in Computer Graphics

Matrices in Computer Graphics Marce n Compuer Graphc Tng Yp Mah 8A // Tng Yp Mah 8A Abrac In h paper, we cu an eplore he bac mar operaon uch a ranlaon, roaon, calng an we wll en he cuon wh parallel an perpecve vew. Thee concep commonl

More information

MSCI Index Calculation Methodology

MSCI Index Calculation Methodology Index Mehodology MSCI Index Calculaion Mehodology Index Calculaion Mehodology for he MSCI Equiy Indices Index Mehodology MSCI Index Calculaion Mehodology Conens Conens... 2 Inroducion... 5 MSCI Equiy Indices...

More information

Chapter 7. Response of First-Order RL and RC Circuits

Chapter 7. Response of First-Order RL and RC Circuits Chaper 7. esponse of Firs-Order L and C Circuis 7.1. The Naural esponse of an L Circui 7.2. The Naural esponse of an C Circui 7.3. The ep esponse of L and C Circuis 7.4. A General oluion for ep and Naural

More information

Fourier Series & The Fourier Transform

Fourier Series & The Fourier Transform Fourier Series & The Fourier Transform Wha is he Fourier Transform? Fourier Cosine Series for even funcions and Sine Series for odd funcions The coninuous limi: he Fourier ransform (and is inverse) The

More information

GoRA. For more information on genetics and on Rheumatoid Arthritis: Genetics of Rheumatoid Arthritis. Published work referred to in the results:

GoRA. For more information on genetics and on Rheumatoid Arthritis: Genetics of Rheumatoid Arthritis. Published work referred to in the results: For more informaion on geneics and on Rheumaoid Arhriis: Published work referred o in he resuls: The geneics revoluion and he assaul on rheumaoid arhriis. A review by Michael Seldin, Crisopher Amos, Ryk

More information

Answer, Key Homework 2 David McIntyre 45123 Mar 25, 2004 1

Answer, Key Homework 2 David McIntyre 45123 Mar 25, 2004 1 Answer, Key Homework 2 Daid McInyre 4123 Mar 2, 2004 1 This prin-ou should hae 1 quesions. Muliple-choice quesions may coninue on he ne column or page find all choices before making your selecion. The

More information

CLASSICAL TIME SERIES DECOMPOSITION

CLASSICAL TIME SERIES DECOMPOSITION Time Series Lecure Noes, MSc in Operaional Research Lecure CLASSICAL TIME SERIES DECOMPOSITION Inroducion We menioned in lecure ha afer we calculaed he rend, everyhing else ha remained (according o ha

More information

MECH 2110 - Statics & Dynamics

MECH 2110 - Statics & Dynamics Chapter D Problem 3 Solution 1/7/8 1:8 PM MECH 11 - Static & Dynamic Chapter D Problem 3 Solution Page 7, Engineering Mechanic - Dynamic, 4th Edition, Meriam and Kraige Given: Particle moving along a traight

More information

Morningstar Investor Return

Morningstar Investor Return Morningsar Invesor Reurn Morningsar Mehodology Paper Augus 31, 2010 2010 Morningsar, Inc. All righs reserved. The informaion in his documen is he propery of Morningsar, Inc. Reproducion or ranscripion

More information

An approach for designing a surface pencil through a given geodesic curve

An approach for designing a surface pencil through a given geodesic curve An approach for deigning a urface pencil hrough a given geodeic curve Gülnur SAFFAK ATALAY, Fama GÜLER, Ergin BAYRAM *, Emin KASAP Ondokuz Mayı Univeriy, Faculy of Ar and Science, Mahemaic Deparmen gulnur.affak@omu.edu.r,

More information

Physical Topology Discovery for Large Multi-Subnet Networks

Physical Topology Discovery for Large Multi-Subnet Networks Phyical Topology Dicovery for Large Muli-Subne Nework Yigal Bejerano, Yuri Breibar, Mino Garofalaki, Rajeev Raogi Bell Lab, Lucen Technologie 600 Mounain Ave., Murray Hill, NJ 07974. {bej,mino,raogi}@reearch.bell-lab.com

More information

Inductance and Transient Circuits

Inductance and Transient Circuits Chaper H Inducance and Transien Circuis Blinn College - Physics 2426 - Terry Honan As a consequence of Faraday's law a changing curren hrough one coil induces an EMF in anoher coil; his is known as muual

More information

The naive method discussed in Lecture 1 uses the most recent observations to forecast future values. That is, Y ˆ t + 1

The naive method discussed in Lecture 1 uses the most recent observations to forecast future values. That is, Y ˆ t + 1 Business Condiions & Forecasing Exponenial Smoohing LECTURE 2 MOVING AVERAGES AND EXPONENTIAL SMOOTHING OVERVIEW This lecure inroduces ime-series smoohing forecasing mehods. Various models are discussed,

More information

Transformations. Computer Graphics. Types of Transformations. 2D Scaling from the origin. 2D Translations. 9/22/2011. Geometric Transformation

Transformations. Computer Graphics. Types of Transformations. 2D Scaling from the origin. 2D Translations. 9/22/2011. Geometric Transformation 9// anfomaion. Compue Gaphic Lecue anfomaion Wha i a anfomaion? Wha oe i o? anfom he cooinae / nomal veco of objec Wh ue hem? Moelling -Moving he objec o he eie locaion in he envionmen -Muliple inance

More information

Equity Valuation Using Multiples. Jing Liu. Anderson Graduate School of Management. University of California at Los Angeles (310) 206-5861

Equity Valuation Using Multiples. Jing Liu. Anderson Graduate School of Management. University of California at Los Angeles (310) 206-5861 Equiy Valuaion Uing Muliple Jing Liu Anderon Graduae School of Managemen Univeriy of California a Lo Angele (310) 206-5861 jing.liu@anderon.ucla.edu Doron Niim Columbia Univeriy Graduae School of Buine

More information

Automatic measurement and detection of GSM interferences

Automatic measurement and detection of GSM interferences Auomaic measuremen and deecion of GSM inerferences Poor speech qualiy and dropped calls in GSM neworks may be caused by inerferences as a resul of high raffic load. The radio nework analyzers from Rohde

More information

Communication Networks II Contents

Communication Networks II Contents 3 / 1 -- Communicaion Neworks II (Görg) -- www.comnes.uni-bremen.de Communicaion Neworks II Conens 1 Fundamenals of probabiliy heory 2 Traffic in communicaion neworks 3 Sochasic & Markovian Processes (SP

More information

Assessing the Discriminatory Power of Credit Scores

Assessing the Discriminatory Power of Credit Scores Aeing the Dicriminatory Power of Credit Score Holger Kraft 1, Gerald Kroiandt 1, Marlene Müller 1,2 1 Fraunhofer Intitut für Techno- und Wirtchaftmathematik (ITWM) Gottlieb-Daimler-Str. 49, 67663 Kaierlautern,

More information

Making a Faster Cryptanalytic Time-Memory Trade-Off

Making a Faster Cryptanalytic Time-Memory Trade-Off Making a Faser Crypanalyic Time-Memory Trade-Off Philippe Oechslin Laboraoire de Securié e de Crypographie (LASEC) Ecole Polyechnique Fédérale de Lausanne Faculé I&C, 1015 Lausanne, Swizerland philippe.oechslin@epfl.ch

More information

Present Value Methodology

Present Value Methodology Presen Value Mehodology Econ 422 Invesmen, Capial & Finance Universiy of Washingon Eric Zivo Las updaed: April 11, 2010 Presen Value Concep Wealh in Fisher Model: W = Y 0 + Y 1 /(1+r) The consumer/producer

More information

Name: Algebra II Review for Quiz #13 Exponential and Logarithmic Functions including Modeling

Name: Algebra II Review for Quiz #13 Exponential and Logarithmic Functions including Modeling Name: Algebra II Review for Quiz #13 Exponenial and Logarihmic Funcions including Modeling TOPICS: -Solving Exponenial Equaions (The Mehod of Common Bases) -Solving Exponenial Equaions (Using Logarihms)

More information

Return Calculation of U.S. Treasury Constant Maturity Indices

Return Calculation of U.S. Treasury Constant Maturity Indices Reurn Calculaion of US Treasur Consan Mauri Indices Morningsar Mehodolog Paper Sepeber 30 008 008 Morningsar Inc All righs reserved The inforaion in his docuen is he proper of Morningsar Inc Reproducion

More information

11/6/2013. Chapter 14: Dynamic AD-AS. Introduction. Introduction. Keeping track of time. The model s elements

11/6/2013. Chapter 14: Dynamic AD-AS. Introduction. Introduction. Keeping track of time. The model s elements Inroducion Chaper 14: Dynamic D-S dynamic model of aggregae and aggregae supply gives us more insigh ino how he economy works in he shor run. I is a simplified version of a DSGE model, used in cuing-edge

More information

Bid-ask Spread and Order Size in the Foreign Exchange Market: An Empirical Investigation

Bid-ask Spread and Order Size in the Foreign Exchange Market: An Empirical Investigation Bid-ask Spread and Order Size in he Foreign Exchange Marke: An Empirical Invesigaion Liang Ding* Deparmen of Economics, Macaleser College, 1600 Grand Avenue, S. Paul, MN55105, U.S.A. Shor Tile: Bid-ask

More information