The ifs Package. December 28, 2005

Size: px
Start display at page:

Download "The ifs Package. December 28, 2005"

Transcription

1 The if Pckge December 28, 2005 Verion Title Iterted Function Sytem Author S. M. Icu Mintiner S. M. Icu Iterted Function Sytem Licene GPL Verion 2 or lter. R topic documented: IFSM if.ft if ifm.cf ifm.etqf ifm.w.mp ifp.cf ifp.etqf ifp.w.mp Index 12 IFSM IFSM opertor IFSM opertor IFSM(x, cf,,, k = 2) 1

2 2 IFSM x where to pproximte the function cf the vector of coefficient phi i the vector of coefficient i in: w i = i x + i the vector of coefficient i in: w i = i x + i k number of itertion, defult = 2 Detil Thi opertor i intended to pproximte function on L2[0,1]. If u i imulted, then the IFSM cn be ued to imulte IFSM verion of u. The vlue of the pproximte trget function. Author() S. M. Icu Reference Icu, S.M, L Torre, D. (2005) IFSM repreenttion of Brownin motion with ppliction to imultion, forthcoming. Exmple require(if) et.eed(123) n <- 50 dt <- 1/n t <- (1:n)*dt Z <- rnorm(n) B <- qrt(dt)*cumum(z) ifm.w.mp() -> mp <- mp$ <- mp$ ifm.etqf(b,, ) -> QF ifm.cf(qf$q,qf$b,qf$l1,qf$l2,)-> SOL pi <- SOL$pi t1 <- eq(0,1,length=250).numeric(pply(t1, function(x) IFSM(x,pi,,,k=5))) -> B.ifm old.mr <- pr()$mr old.mfrow <- pr()$mfrow pr(mfrow=c(2,1)) pr(mr=c(4,4,1,1)) plot(t1,b.ifm,type="l",xlb="time",ylb="ifsm") plot(t,b,col="red",type="l",xlb="time",ylb="euler cheme") pr(mr=old.mr) pr(mfrow=old.mfrow)

3 if.ft 3 if.ft IFS etimtor Ditribution function etimtor bed on invere Fourier trnform of n IFS. if.ft(x, p,,, k = 2) if.etup.ft(m, p,,, k = 2, cutoff) if.pf.ft(x,b,nterm) if.df.ft(x,b,nterm) IFS.pf.FT(y, k = 2, n = 512, mp=c("quntile","wl1","wl2")) IFS.df.FT(y, k = 2, n = 512, mp=c("quntile","wl1","wl2")) x p m where to etimte the function the vector of coefficient p i the vector of coefficient i in: w i = i x + i the vector of coefficient i in: w i = i x + i the vector of mple moment k number of itertion, defult = 2 y n mp b Detil nterm cutoff vector of mple obervtion the number of point in which to clculte the etimtor type of ffine mp the Fourier coefficient the number of ignificnt Fourier coefficient fter the cutoff cutoff ued to determine how mny Fourier coefficient re needed Thi etimtor i intended to etimte the continuou ditribution function, the chrteritic function (Fourier trnform) nd the denity function of rndom vrible on [0,1]. The etimted vlue of the Fourier trnform for if.ft, the etimted vlue of the ditribution function for if.pf.ft nd the etimted vlue of the denity function for if.df.ft. A lit of x nd y coordinte plu the Fourier coefficient nd the number of ignificnt coefficient of the ditribution function etimtor for IFS.pf.FT nd the denity function for IFS.df.FT. The function if.etup.ft return lit of Fourier coefficient nd the number of ignificnt coefficient. Note Detil of thi tecnique cn be found in Icu nd L Torre, 2002.

4 4 if.ft Author() S. M. Icu Reference Icu, S.M, L Torre, D. (2005) Approximting ditribution function by iterted function ytem, Journl of Applied Mthemtic nd Deciion Science, 1, ecdf Exmple require(if) nob <- 100 y<-rbet(nob,2,4) # uncomment if you wnt to tet the norml ditribution # y<-ort(rnorm(nob,3,1))/6 IFS.et <- IFS(y) xx <- IFS.et$x tt <- IFS.et$y <- pbet(xx,2,4) # uncomment if you wnt to tet the norml ditribution # <- pnorm(6*xx-3) pr(mfrow=c(3,1)) plot(ecdf(y),xlim=c(0,1),min="ifs etimtor veru EDF") line(xx,,col="blue") line(ifs.et,col="red") IFS.FT.et <- IFS.pf.FT(y) xxx <- IFS.FT.et$x uuu <- IFS.FT.et$y <- pbet(xxx,2,4) # uncomment if you wnt to tet the norml ditribution # <- pnorm(6*xxx-3) line(ifs.ft.et,col="green") # clculte MSE ww <- ecdf(y)(xx) men((ww-)^2) men((tt-)^2) men((uuu-)^2) plot(xx,(ww-)^2,min="mse",type="l",xlb="x",ylb="mse(x)") line(xx,(tt-)^2,col="red") line(xxx,(uuu-)^2,col="green")

5 if 5 plot(ifs.df.ft(y),type="l",col="green",ylim=c(0,3),min="ifs v Kernel") line(denity(y),col="blue") curve(dbet(x,2,4),0,1,dd=true) # uncomment if you wnt to tet the norml ditribution # curve(6*dnorm(x*6-3,0,1),0,1,dd=true) if IFS etimtor Ditribution function etimtor bed on mple quntile. if(x, p,,, k = 5) if.flex(x, p,,, k = 5, f = NULL) IFS(y, k = 5, q = 0.5, f = NULL, n = 512, mp = c("quntile", "wl1", "wl2")) x where to etimte the ditribution function p the vector of coefficient p i the vector of coefficient i in: w i = i x + i the vector of coefficient i in: w i = i x + i k number of itertion, defult = 5 y vector of mple obervtion q the proportion of quntile to ue in the contruction of the etimtor, defult = 0.5. The number of quntile i the q * length(y). f n mp the trting point in the pce of ditribution function the number of point in which to clculte the IFS type of ffine mp Detil Thi etimtor i intended to etimte the continuou ditribution function of rndom vrible on [0,1]. The etimtor i continuou function not everywhere differentible. The etimted vlue of the ditribution function for if nd if.flex or lit of x nd y coordinte of the IFS(x) grph for IFS. Note It i ymptoticlly good the empiricl ditribution function (ee Icu nd L Torre, 2001). Thi function i clled by IFS. If you need to cll the function everl time, you hould better ue if providing the point nd coefficient once inted of IFS. Empiricl evidence how tht the IFS-etimtor i better thn the edf (even for very mll mple) in the up-norm metric. It i lo better in the MSE ene outide of the ditribution til if the mple quntile re ued point.

6 6 ifm.cf Author() S. M. Icu Reference Icu, S.M, L Torre, D. (2005) Approximting ditribution function by iterted function ytem, Journl of Applied Mthemtic nd Deciion Science, 1, ecdf Exmple require(if) y<-rbet(50,.5,.1) # uncomment if you wnt to tet the norml ditribution # y<-ort(rnorm(50,3,1))/6 IFS.et <- IFS(y) xx <- IFS.et$x tt <- IFS.et$y <- pbet(xx,.5,.1) # uncomment if you wnt to tet the norml ditribution # <- pnorm(6*xx-3) pr(mfrow=c(2,1)) plot(ecdf(y),xlim=c(0,1),min="ifs etimtor veru EDF") line(xx,,col="blue") line(xx,tt,col="red") # clculte MSE ww <- ecdf(y)(xx) men((ww-)^2) men((tt-)^2) plot(xx,(ww-)^2,min="mse",type="l",xlb="x",ylb="mse(x)") line(xx,(tt-)^2,col="red") ifm.cf Clculte the min prmeter of the IFSM opertor Tool function to contruct nd find the olution of the minimiztion problem involving the qudrtic form x Qx + b x. Not n optiml one. You cn provide one better then thi.

7 ifm.etqf 7 ifm.cf(q, b, d, l2,, mu=1e-4) Q b d l2 mu the mtrix Q of x Qx + b x the vector b of x Qx + b x the L1 norm of the trget function the L2 norm of the trget function the vector in: w i = i x + i tolernce A lit cf delt the vector of the coefficient to be plugged into the IFSM the collge ditnce t the olution Reference Icu, S.M, L Torre, D. (2005) IFSM repreenttion of Brownin motion with ppliction to imultion, forthcoming. IFSM ifm.etqf Set up the qudrtic form for the IFSM Tool function to contruct the qudrtic form x Qx+b x+l2 to be minimized under ome contrint depending on l1. Thi i ued to contruct the IFSM opertor. ifm.etqf(u,, ) u the vector of vlue of the trget function u the vector of coefficient i in: w i = i x + i the vector of coefficient i in: w i = i x + i Detil Thi opertor i intended to pproximte function on L2[0,1]. If u i imulted, then the IFSM cn be ued to imulte IFSM verion of u.

8 8 ifm.w.mp Lit of element Q b L1 L2 M1 the mtrix of the qudrtic form the mtrix of the qudrtic form the L1 norm of the trget function the L2 norm of the trget function the integrl of the trget function Author() S. M. Icu Reference Icu, S.M, L Torre, D. (2005) IFSM repreenttion of Brownin motion with ppliction to imultion, forthcoming. IFSM ifm.w.mp Set up the prmeter for the mp of the IFSM opertor Thi i clled before clling ifm.etqf to prepre the prmeter to be ped in ifm.etqf. ifm.w.mp(m=8) M M i uch tht um(2ˆ(1:m)) mp re creted A lit of the vector of the coefficent in the mp the vector of the coefficent in the mp Author() S. M. Icu IFSM

9 ifp.cf 9 ifp.cf Clculte the min prmeter of the IFS etimtor Tool function to contruct nd find the olution of the minimiztion problem involving the qudrtic form x Qx + b x. Not n optiml one. You cn provide one better then thi. ifp.cf(q,b) Q b the mtrix Q of x Qx + b x the vector b of x Qx + b x p the vector of the coefficient to be plugged into the IFS Reference Icu, S.M, L Torre, D. (2005) Approximting ditribution function by iterted function ytem, Journl of Applied Mthemtic nd Deciion Science, 1, if ifp.etqf Set up the qudrtic form for the IFSP Tool function to contruct the qudrtic form x Qx + b x to be minimized to contruct the IFSP opertor. ifp.etqf(m,,, n = 10) m the vector of the mple or true moment of the trget function the vector of coefficient i in: w i = i x + i the vector of coefficient i in: w i = i x + i n number of prmeter to ue in the IFSP opertor, defult = 10

10 10 ifp.w.mp Detil Thi opertor i intended to pproximte continuou ditribution function of rndom vrible on [0,1]. If moment re etimted on rndom mple, then the IFSP opertor i n etimtor of the ditribution function of the dt. Q b the mtrix of the qudrtic form the mtrix of the qudrtic form Author() S. M. Icu Reference Icu, S.M, L Torre, D. (2005) Approximting ditribution function by iterted function ytem, Journl of Applied Mthemtic nd Deciion Science, 1, if ifp.w.mp Set up the prmeter for the mp of the IFSP opertor Thi i clled before clling ifp.etqf to prepre the prmeter to be ped in ifp.etqf. ifp.w.mp(y, mp = c("quntile","wl1","wl2"), qtl) y mp qtl the vector of the mple obervtion type of mp: quntile, wl1 or wl2 inted of ping the dt y you cn p vector of quntile m n the vector of the empiricl moment the vector of the coefficent in the mp the vector of the coefficent in the mp the number of mp Author() S. M. Icu

11 ifp.w.mp 11 if

12 Index Topic ditribution if.ft, 2 Topic mic IFSM, 1 ifm.cf, 6 ifm.etqf, 7 ifm.w.mp, 8 ifp.cf, 9 ifp.etqf, 9 ifp.w.mp, 10 Topic nonprmetric if, 5 ecdf, 4, 6 IFS, 5 IFS (if), 5 if, 5, 9 11 IFS.df.FT (if.ft), 2 if.df.ft (if.ft), 2 if.ft, 2 IFS.pf.FT (if.ft), 2 if.pf.ft (if.ft), 2 if.etup.ft (if.ft), 2 IFSM, 1, 7, 8 ifm.cf, 6 ifm.etqf, 7 ifm.w.mp, 8 ifp.cf, 9 ifp.etqf, 9 ifp.w.mp, 10 12

Package ifs. R topics documented: August 21, Version Title Iterated Function Systems. Author S. M. Iacus.

Package ifs. R topics documented: August 21, Version Title Iterated Function Systems. Author S. M. Iacus. Pckge if Augut 21, 2015 Verion 0.1.5 Title Iterted Function Sytem Author S. M. Icu Dte 2015-08-21 Mintiner S. M. Icu Iterted Function Sytem Etimtor. Licene GPL (>= 2) NeedCompiltion

More information

Chapter 2 Organizing and Summarizing Data. Chapter 3 Numerically Summarizing Data. Chapter 4 Describing the Relation between Two Variables

Chapter 2 Organizing and Summarizing Data. Chapter 3 Numerically Summarizing Data. Chapter 4 Describing the Relation between Two Variables Copyright 013 Peron Eduction, Inc. Tble nd Formul for Sullivn, Sttitic: Informed Deciion Uing Dt 013 Peron Eduction, Inc Chpter Orgnizing nd Summrizing Dt Reltive frequency = frequency um of ll frequencie

More information

Artificial Intelligence Markov Decision Problems

Artificial Intelligence Markov Decision Problems rtificil Intelligence Mrkov eciion Problem ilon - briefly mentioned in hpter Ruell nd orvig - hpter 7 Mrkov eciion Problem; pge of Mrkov eciion Problem; pge of exmple: probbilitic blockworld ction outcome

More information

APPENDIX 2 LAPLACE TRANSFORMS

APPENDIX 2 LAPLACE TRANSFORMS APPENDIX LAPLACE TRANSFORMS Thi ppendix preent hort introduction to Lplce trnform, the bic tool ued in nlyzing continuou ytem in the frequency domin. The Lplce trnform convert liner ordinry differentil

More information

TP 10:Importance Sampling-The Metropolis Algorithm-The Ising Model-The Jackknife Method

TP 10:Importance Sampling-The Metropolis Algorithm-The Ising Model-The Jackknife Method TP 0:Importnce Smpling-The Metropoli Algorithm-The Iing Model-The Jckknife Method June, 200 The Cnonicl Enemble We conider phyicl ytem which re in therml contct with n environment. The environment i uully

More information

Reinforcement Learning and Policy Reuse

Reinforcement Learning and Policy Reuse Reinforcement Lerning nd Policy Reue Mnuel M. Veloo PEL Fll 206 Reding: Reinforcement Lerning: An Introduction R. Sutton nd A. Brto Probbilitic policy reue in reinforcement lerning gent Fernndo Fernndez

More information

Orthogonal Polynomials and Least-Squares Approximations to Functions

Orthogonal Polynomials and Least-Squares Approximations to Functions Chpter Orthogonl Polynomils nd Lest-Squres Approximtions to Functions **4/5/3 ET. Discrete Lest-Squres Approximtions Given set of dt points (x,y ), (x,y ),..., (x m,y m ), norml nd useful prctice in mny

More information

Discrete Least-squares Approximations

Discrete Least-squares Approximations Discrete Lest-squres Approximtions Given set of dt points (x, y ), (x, y ),, (x m, y m ), norml nd useful prctice in mny pplictions in sttistics, engineering nd other pplied sciences is to construct curve

More information

2. The Laplace Transform

2. The Laplace Transform . The Lplce Trnform. Review of Lplce Trnform Theory Pierre Simon Mrqui de Lplce (749-87 French tronomer, mthemticin nd politicin, Miniter of Interior for 6 wee under Npoleon, Preident of Acdemie Frncie

More information

20.2. The Transform and its Inverse. Introduction. Prerequisites. Learning Outcomes

20.2. The Transform and its Inverse. Introduction. Prerequisites. Learning Outcomes The Trnform nd it Invere 2.2 Introduction In thi Section we formlly introduce the Lplce trnform. The trnform i only pplied to cul function which were introduced in Section 2.1. We find the Lplce trnform

More information

Mathematical Sciences Technical Reports (MSTR)

Mathematical Sciences Technical Reports (MSTR) Roe-Hulmn Intitute of Technology Roe-Hulmn Scholr Mthemticl Science Technicl Report (MSTR) Mthemtic 8-15-9 Flttening Cone Sen A. Broughton Roe-Hulmn Intitute of Technology, brought@roe-hulmn.edu Follow

More information

Riemann Sums and Riemann Integrals

Riemann Sums and Riemann Integrals Riemnn Sums nd Riemnn Integrls Jmes K. Peterson Deprtment of Biologicl Sciences nd Deprtment of Mthemticl Sciences Clemson University August 26, 203 Outline Riemnn Sums Riemnn Integrls Properties Abstrct

More information

Continuous Random Variables

Continuous Random Variables STAT/MATH 395 A - PROBABILITY II UW Winter Qurter 217 Néhémy Lim Continuous Rndom Vribles Nottion. The indictor function of set S is rel-vlued function defined by : { 1 if x S 1 S (x) if x S Suppose tht

More information

Definite integral. Mathematics FRDIS MENDELU

Definite integral. Mathematics FRDIS MENDELU Definite integrl Mthemtics FRDIS MENDELU Simon Fišnrová Brno 1 Motivtion - re under curve Suppose, for simplicity, tht y = f(x) is nonnegtive nd continuous function defined on [, b]. Wht is the re of the

More information

Week 10: Riemann integral and its properties

Week 10: Riemann integral and its properties Clculus nd Liner Algebr for Biomedicl Engineering Week 10: Riemnn integrl nd its properties H. Führ, Lehrstuhl A für Mthemtik, RWTH Achen, WS 07 Motivtion: Computing flow from flow rtes 1 We observe the

More information

Definite integral. Mathematics FRDIS MENDELU. Simona Fišnarová (Mendel University) Definite integral MENDELU 1 / 30

Definite integral. Mathematics FRDIS MENDELU. Simona Fišnarová (Mendel University) Definite integral MENDELU 1 / 30 Definite integrl Mthemtics FRDIS MENDELU Simon Fišnrová (Mendel University) Definite integrl MENDELU / Motivtion - re under curve Suppose, for simplicity, tht y = f(x) is nonnegtive nd continuous function

More information

Riemann Sums and Riemann Integrals

Riemann Sums and Riemann Integrals Riemnn Sums nd Riemnn Integrls Jmes K. Peterson Deprtment of Biologicl Sciences nd Deprtment of Mthemticl Sciences Clemson University August 26, 2013 Outline 1 Riemnn Sums 2 Riemnn Integrls 3 Properties

More information

Chapter 3 Solving Nonlinear Equations

Chapter 3 Solving Nonlinear Equations Chpter 3 Solving Nonliner Equtions 3.1 Introduction The nonliner function of unknown vrible x is in the form of where n could be non-integer. Root is the numericl vlue of x tht stisfies f ( x) 0. Grphiclly,

More information

CHOOSING THE NUMBER OF MODELS OF THE REFERENCE MODEL USING MULTIPLE MODELS ADAPTIVE CONTROL SYSTEM

CHOOSING THE NUMBER OF MODELS OF THE REFERENCE MODEL USING MULTIPLE MODELS ADAPTIVE CONTROL SYSTEM Interntionl Crpthin Control Conference ICCC 00 ALENOVICE, CZEC REPUBLIC y 7-30, 00 COOSING TE NUBER OF ODELS OF TE REFERENCE ODEL USING ULTIPLE ODELS ADAPTIVE CONTROL SYSTE rin BICĂ, Victor-Vleriu PATRICIU

More information

ARCHIVUM MATHEMATICUM (BRNO) Tomus 47 (2011), Kristína Rostás

ARCHIVUM MATHEMATICUM (BRNO) Tomus 47 (2011), Kristína Rostás ARCHIVUM MAHEMAICUM (BRNO) omu 47 (20), 23 33 MINIMAL AND MAXIMAL SOLUIONS OF FOURH ORDER IERAED DIFFERENIAL EQUAIONS WIH SINGULAR NONLINEARIY Kritín Rotá Abtrct. In thi pper we re concerned with ufficient

More information

Orthogonal Polynomials

Orthogonal Polynomials Mth 4401 Gussin Qudrture Pge 1 Orthogonl Polynomils Orthogonl polynomils rise from series solutions to differentil equtions, lthough they cn be rrived t in vriety of different mnners. Orthogonl polynomils

More information

We partition C into n small arcs by forming a partition of [a, b] by picking s i as follows: a = s 0 < s 1 < < s n = b.

We partition C into n small arcs by forming a partition of [a, b] by picking s i as follows: a = s 0 < s 1 < < s n = b. Mth 255 - Vector lculus II Notes 4.2 Pth nd Line Integrls We begin with discussion of pth integrls (the book clls them sclr line integrls). We will do this for function of two vribles, but these ides cn

More information

JDEP 384H: Numerical Methods in Business

JDEP 384H: Numerical Methods in Business BT 3.4: Solving Nonliner Systems Chpter 4: Numericl Integrtion: Deterministic nd Monte Crlo Methods Instructor: Thoms Shores Deprtment of Mthemtics Lecture 20, Februry 29, 2007 110 Kufmnn Center Instructor:

More information

Math& 152 Section Integration by Parts

Math& 152 Section Integration by Parts Mth& 5 Section 7. - Integrtion by Prts Integrtion by prts is rule tht trnsforms the integrl of the product of two functions into other (idelly simpler) integrls. Recll from Clculus I tht given two differentible

More information

Reinforcement learning

Reinforcement learning Reinforcement lerning Regulr MDP Given: Trnition model P Rewrd function R Find: Policy π Reinforcement lerning Trnition model nd rewrd function initilly unknown Still need to find the right policy Lern

More information

MATH34032: Green s Functions, Integral Equations and the Calculus of Variations 1

MATH34032: Green s Functions, Integral Equations and the Calculus of Variations 1 MATH34032: Green s Functions, Integrl Equtions nd the Clculus of Vritions 1 Section 1 Function spces nd opertors Here we gives some brief detils nd definitions, prticulrly relting to opertors. For further

More information

Reinforcement Learning for Robotic Locomotions

Reinforcement Learning for Robotic Locomotions Reinforcement Lerning for Robotic Locomotion Bo Liu Stnford Univerity 121 Cmpu Drive Stnford, CA 94305, USA bliuxix@tnford.edu Hunzhong Xu Stnford Univerity 121 Cmpu Drive Stnford, CA 94305, USA xuhunvc@tnford.edu

More information

Chapter 5 : Continuous Random Variables

Chapter 5 : Continuous Random Variables STAT/MATH 395 A - PROBABILITY II UW Winter Qurter 216 Néhémy Lim Chpter 5 : Continuous Rndom Vribles Nottions. N {, 1, 2,...}, set of nturl numbers (i.e. ll nonnegtive integers); N {1, 2,...}, set of ll

More information

Numerical Analysis: Trapezoidal and Simpson s Rule

Numerical Analysis: Trapezoidal and Simpson s Rule nd Simpson s Mthemticl question we re interested in numericlly nswering How to we evlute I = f (x) dx? Clculus tells us tht if F(x) is the ntiderivtive of function f (x) on the intervl [, b], then I =

More information

MA FINAL EXAM INSTRUCTIONS

MA FINAL EXAM INSTRUCTIONS MA 33 FINAL EXAM INSTRUCTIONS NAME INSTRUCTOR. Intructor nme: Chen, Dong, Howrd, or Lundberg 2. Coure number: MA33. 3. SECTION NUMBERS: 6 for MWF :3AM-:2AM REC 33 cl by Erik Lundberg 7 for MWF :3AM-:2AM

More information

Markov Decision Processes

Markov Decision Processes Mrkov Deciion Procee A Brief Introduction nd Overview Jck L. King Ph.D. Geno UK Limited Preenttion Outline Introduction to MDP Motivtion for Study Definition Key Point of Interet Solution Technique Prtilly

More information

On the Decomposition Method for System of Linear Fredholm Integral Equations of the Second Kind

On the Decomposition Method for System of Linear Fredholm Integral Equations of the Second Kind Applied Mthemticl Sciences, Vol. 2, 28, no. 2, 57-62 On the Decomposition Method for System of Liner Fredholm Integrl Equtions of the Second Kind A. R. Vhidi 1 nd M. Mokhtri Deprtment of Mthemtics, Shhr-e-Rey

More information

Math 2142 Homework 2 Solutions. Problem 1. Prove the following formulas for Laplace transforms for s > 0. a s 2 + a 2 L{cos at} = e st.

Math 2142 Homework 2 Solutions. Problem 1. Prove the following formulas for Laplace transforms for s > 0. a s 2 + a 2 L{cos at} = e st. Mth 2142 Homework 2 Solution Problem 1. Prove the following formul for Lplce trnform for >. L{1} = 1 L{t} = 1 2 L{in t} = 2 + 2 L{co t} = 2 + 2 Solution. For the firt Lplce trnform, we need to clculte:

More information

Z b. f(x)dx. Yet in the above two cases we know what f(x) is. Sometimes, engineers want to calculate an area by computing I, but...

Z b. f(x)dx. Yet in the above two cases we know what f(x) is. Sometimes, engineers want to calculate an area by computing I, but... Chpter 7 Numericl Methods 7. Introduction In mny cses the integrl f(x)dx cn be found by finding function F (x) such tht F 0 (x) =f(x), nd using f(x)dx = F (b) F () which is known s the nlyticl (exct) solution.

More information

Uncertain Dynamic Systems on Time Scales

Uncertain Dynamic Systems on Time Scales Journl of Uncertin Sytem Vol.9, No.1, pp.17-30, 2015 Online t: www.ju.org.uk Uncertin Dynmic Sytem on Time Scle Umber Abb Hhmi, Vile Lupulecu, Ghu ur Rhmn Abdu Slm School of Mthemticl Science, GCU Lhore

More information

Calculus and linear algebra for biomedical engineering Week 11: The Riemann integral and its properties

Calculus and linear algebra for biomedical engineering Week 11: The Riemann integral and its properties Clculus nd liner lgebr for biomedicl engineering Week 11: The Riemnn integrl nd its properties Hrtmut Führ fuehr@mth.rwth-chen.de Lehrstuhl A für Mthemtik, RWTH Achen Jnury 9, 2009 Overview 1 Motivtion:

More information

Properties of Integrals, Indefinite Integrals. Goals: Definition of the Definite Integral Integral Calculations using Antiderivatives

Properties of Integrals, Indefinite Integrals. Goals: Definition of the Definite Integral Integral Calculations using Antiderivatives Block #6: Properties of Integrls, Indefinite Integrls Gols: Definition of the Definite Integrl Integrl Clcultions using Antiderivtives Properties of Integrls The Indefinite Integrl 1 Riemnn Sums - 1 Riemnn

More information

Analysis of Variance and Design of Experiments-II

Analysis of Variance and Design of Experiments-II Anlyi of Vrince nd Deign of Experiment-II MODULE VI LECTURE - 7 SPLIT-PLOT AND STRIP-PLOT DESIGNS Dr. Shlbh Deprtment of Mthemtic & Sttitic Indin Intitute of Technology Knpur Anlyi of covrince ith one

More information

Section 14.3 Arc Length and Curvature

Section 14.3 Arc Length and Curvature Section 4.3 Arc Length nd Curvture Clculus on Curves in Spce In this section, we ly the foundtions for describing the movement of n object in spce.. Vector Function Bsics In Clc, formul for rc length in

More information

Best Approximation. Chapter The General Case

Best Approximation. Chapter The General Case Chpter 4 Best Approximtion 4.1 The Generl Cse In the previous chpter, we hve seen how n interpolting polynomil cn be used s n pproximtion to given function. We now wnt to find the best pproximtion to given

More information

Geometrically Convex Function and Estimation of Remainder Terms in Taylor Series Expansion of some Functions

Geometrically Convex Function and Estimation of Remainder Terms in Taylor Series Expansion of some Functions Geometriclly Convex Function nd Estimtion of Reminder Terms in Tylor Series Expnsion of some Functions Xioming Zhng Ningguo Zheng December 21 25 Abstrct In this pper two integrl inequlities of geometriclly

More information

PHYS 601 HW 5 Solution. We wish to find a Fourier expansion of e sin ψ so that the solution can be written in the form

PHYS 601 HW 5 Solution. We wish to find a Fourier expansion of e sin ψ so that the solution can be written in the form 5 Solving Kepler eqution Conider the Kepler eqution ωt = ψ e in ψ We wih to find Fourier expnion of e in ψ o tht the olution cn be written in the form ψωt = ωt + A n innωt, n= where A n re the Fourier

More information

Practice final exam solutions

Practice final exam solutions University of Pennsylvni Deprtment of Mthemtics Mth 26 Honors Clculus II Spring Semester 29 Prof. Grssi, T.A. Asher Auel Prctice finl exm solutions 1. Let F : 2 2 be defined by F (x, y (x + y, x y. If

More information

1 Linear Least Squares

1 Linear Least Squares Lest Squres Pge 1 1 Liner Lest Squres I will try to be consistent in nottion, with n being the number of dt points, nd m < n being the number of prmeters in model function. We re interested in solving

More information

Lecture 21: Order statistics

Lecture 21: Order statistics Lecture : Order sttistics Suppose we hve N mesurements of sclr, x i =, N Tke ll mesurements nd sort them into scending order x x x 3 x N Define the mesured running integrl S N (x) = 0 for x < x = i/n for

More information

MTH 122 Fall 2008 Essex County College Division of Mathematics Handout Version 10 1 October 14, 2008

MTH 122 Fall 2008 Essex County College Division of Mathematics Handout Version 10 1 October 14, 2008 MTH 22 Fll 28 Essex County College Division of Mthemtics Hndout Version October 4, 28 Arc Length Everyone should be fmilir with the distnce formul tht ws introduced in elementry lgebr. It is bsic formul

More information

Recitation 3: More Applications of the Derivative

Recitation 3: More Applications of the Derivative Mth 1c TA: Pdric Brtlett Recittion 3: More Applictions of the Derivtive Week 3 Cltech 2012 1 Rndom Question Question 1 A grph consists of the following: A set V of vertices. A set E of edges where ech

More information

Normal Distribution. Lecture 6: More Binomial Distribution. Properties of the Unit Normal Distribution. Unit Normal Distribution

Normal Distribution. Lecture 6: More Binomial Distribution. Properties of the Unit Normal Distribution. Unit Normal Distribution Norml Distribution Lecture 6: More Binomil Distribution If X is rndom vrible with norml distribution with men µ nd vrince σ 2, X N (µ, σ 2, then P(X = x = f (x = 1 e 1 (x µ 2 2 σ 2 σ Sttistics 104 Colin

More information

CAAM 453 NUMERICAL ANALYSIS I Examination There are four questions, plus a bonus. Do not look at them until you begin the exam.

CAAM 453 NUMERICAL ANALYSIS I Examination There are four questions, plus a bonus. Do not look at them until you begin the exam. Exmintion 1 Posted 23 October 2002. Due no lter thn 5pm on Mondy, 28 October 2002. Instructions: 1. Time limit: 3 uninterrupted hours. 2. There re four questions, plus bonus. Do not look t them until you

More information

Section 6.1 Definite Integral

Section 6.1 Definite Integral Section 6.1 Definite Integrl Suppose we wnt to find the re of region tht is not so nicely shped. For exmple, consider the function shown elow. The re elow the curve nd ove the x xis cnnot e determined

More information

Fractals on non-euclidean metric

Fractals on non-euclidean metric Frctls on non-eucliden metric Yery Cchón Sntn April, 8 As fr s I know, there is no study on frctls on non eucliden metrics.this pper proposes rst pproch method bout generting frctls on non-eucliden metric.

More information

Undergraduate Research

Undergraduate Research Undergrdute Reserch A Trigonometric Simpson s Rule By Ctherine Cusimno Kirby nd Sony Stnley Biogrphicl Sketch Ctherine Cusimno Kirby is the dughter of Donn nd Sm Cusimno. Originlly from Vestvi Hills, Albm,

More information

Suppose we want to find the area under the parabola and above the x axis, between the lines x = 2 and x = -2.

Suppose we want to find the area under the parabola and above the x axis, between the lines x = 2 and x = -2. Mth 43 Section 6. Section 6.: Definite Integrl Suppose we wnt to find the re of region tht is not so nicely shped. For exmple, consider the function shown elow. The re elow the curve nd ove the x xis cnnot

More information

MIXED MODELS (Sections ) I) In the unrestricted model, interactions are treated as in the random effects model:

MIXED MODELS (Sections ) I) In the unrestricted model, interactions are treated as in the random effects model: 1 2 MIXED MODELS (Sections 17.7 17.8) Exmple: Suppose tht in the fiber breking strength exmple, the four mchines used were the only ones of interest, but the interest ws over wide rnge of opertors, nd

More information

How do you know you have SLE?

How do you know you have SLE? Simultneous Liner Equtions Simultneous Liner Equtions nd Liner Algebr Simultneous liner equtions (SLE s) occur frequently in Sttics, Dynmics, Circuits nd other engineering clsses Need to be ble to, nd

More information

Sections 5.2: The Definite Integral

Sections 5.2: The Definite Integral Sections 5.2: The Definite Integrl In this section we shll formlize the ides from the lst section to functions in generl. We strt with forml definition.. The Definite Integrl Definition.. Suppose f(x)

More information

Integral equations, eigenvalue, function interpolation

Integral equations, eigenvalue, function interpolation Integrl equtions, eigenvlue, function interpoltion Mrcin Chrząszcz mchrzsz@cernch Monte Crlo methods, 26 My, 2016 1 / Mrcin Chrząszcz (Universität Zürich) Integrl equtions, eigenvlue, function interpoltion

More information

Joint distribution. Joint distribution. Marginal distributions. Joint distribution

Joint distribution. Joint distribution. Marginal distributions. Joint distribution Joint distribution To specify the joint distribution of n rndom vribles X 1,...,X n tht tke vlues in the smple spces E 1,...,E n we need probbility mesure, P, on E 1... E n = {(x 1,...,x n ) x i E i, i

More information

Estimation on Monotone Partial Functional Linear Regression

Estimation on Monotone Partial Functional Linear Regression A^VÇÚO 1 33 ò 1 4 Ï 217 c 8 Chinese Journl of Applied Probbility nd Sttistics Aug., 217, Vol. 33, No. 4, pp. 433-44 doi: 1.3969/j.issn.11-4268.217.4.8 Estimtion on Monotone Prtil Functionl Liner Regression

More information

B.Sc. in Mathematics (Ordinary)

B.Sc. in Mathematics (Ordinary) R48/0 DUBLIN INSTITUTE OF TECHNOLOGY KEVIN STREET, DUBLIN 8 B.Sc. in Mthemtics (Ordinry) SUPPLEMENTAL EXAMINATIONS 01 Numericl Methods Dr. D. Mckey Dr. C. Hills Dr. E.A. Cox Full mrks for complete nswers

More information

Ordinary Differential Equations- Boundary Value Problem

Ordinary Differential Equations- Boundary Value Problem Ordinry Differentil Equtions- Boundry Vlue Problem Shooting method Runge Kutt method Computer-bsed solutions o BVPFD subroutine (Fortrn IMSL subroutine tht Solves (prmeterized) system of differentil equtions

More information

Math 520 Final Exam Topic Outline Sections 1 3 (Xiao/Dumas/Liaw) Spring 2008

Math 520 Final Exam Topic Outline Sections 1 3 (Xiao/Dumas/Liaw) Spring 2008 Mth 520 Finl Exm Topic Outline Sections 1 3 (Xio/Dums/Liw) Spring 2008 The finl exm will be held on Tuesdy, My 13, 2-5pm in 117 McMilln Wht will be covered The finl exm will cover the mteril from ll of

More information

Applicability of Matrix Inverse in Simple Model of Economics An Analysis

Applicability of Matrix Inverse in Simple Model of Economics An Analysis IOSR Journl of Mthemtic IOSR-JM e-issn: 78-578, p-issn: 39-765X. Volume, Iue 5 Ver. VI Sep-Oct. 4, PP 7-34 pplicility of Mtrix Invere in Simple Moel of Economic n nlyi Mr. nupm Srm Deprtment of Economic

More information

Calculus 2: Integration. Differentiation. Integration

Calculus 2: Integration. Differentiation. Integration Clculus 2: Integrtion The reverse process to differentition is known s integrtion. Differentition f() f () Integrtion As it is the opposite of finding the derivtive, the function obtined b integrtion is

More information

3.4 Numerical integration

3.4 Numerical integration 3.4. Numericl integrtion 63 3.4 Numericl integrtion In mny economic pplictions it is necessry to compute the definite integrl of relvlued function f with respect to "weight" function w over n intervl [,

More information

Best Approximation in the 2-norm

Best Approximation in the 2-norm Jim Lmbers MAT 77 Fll Semester 1-11 Lecture 1 Notes These notes correspond to Sections 9. nd 9.3 in the text. Best Approximtion in the -norm Suppose tht we wish to obtin function f n (x) tht is liner combintion

More information

New Expansion and Infinite Series

New Expansion and Infinite Series Interntionl Mthemticl Forum, Vol. 9, 204, no. 22, 06-073 HIKARI Ltd, www.m-hikri.com http://dx.doi.org/0.2988/imf.204.4502 New Expnsion nd Infinite Series Diyun Zhng College of Computer Nnjing University

More information

Journal of Inequalities in Pure and Applied Mathematics

Journal of Inequalities in Pure and Applied Mathematics Journl of Inequlities in Pure nd Applied Mthemtics MOMENTS INEQUALITIES OF A RANDOM VARIABLE DEFINED OVER A FINITE INTERVAL PRANESH KUMAR Deprtment of Mthemtics & Computer Science University of Northern

More information

Section 7.1 Integration by Substitution

Section 7.1 Integration by Substitution Section 7. Integrtion by Substitution Evlute ech of the following integrls. Keep in mind tht using substitution my not work on some problems. For one of the definite integrls, it is not possible to find

More information

Topic 6b Finite Difference Approximations

Topic 6b Finite Difference Approximations /8/8 Course Instructor Dr. Rymond C. Rump Oice: A 7 Pone: (95) 747 6958 E Mil: rcrump@utep.edu Topic 6b Finite Dierence Approximtions EE 486/5 Computtionl Metods in EE Outline Wt re inite dierence pproximtions?

More information

Math 270A: Numerical Linear Algebra

Math 270A: Numerical Linear Algebra Mth 70A: Numericl Liner Algebr Instructor: Michel Holst Fll Qurter 014 Homework Assignment #3 Due Give to TA t lest few dys before finl if you wnt feedbck. Exercise 3.1. (The Bsic Liner Method for Liner

More information

Math 32B Discussion Session Session 7 Notes August 28, 2018

Math 32B Discussion Session Session 7 Notes August 28, 2018 Mth 32B iscussion ession ession 7 Notes August 28, 28 In tody s discussion we ll tlk bout surfce integrls both of sclr functions nd of vector fields nd we ll try to relte these to the mny other integrls

More information

PRACTICE EXAM 2 SOLUTIONS

PRACTICE EXAM 2 SOLUTIONS MASSACHUSETTS INSTITUTE OF TECHNOLOGY Deprtment of Phyic Phyic 8.01x Fll Term 00 PRACTICE EXAM SOLUTIONS Proble: Thi i reltively trihtforwrd Newton Second Lw problem. We et up coordinte ytem which i poitive

More information

Lecture 19: Continuous Least Squares Approximation

Lecture 19: Continuous Least Squares Approximation Lecture 19: Continuous Lest Squres Approximtion 33 Continuous lest squres pproximtion We begn 31 with the problem of pproximting some f C[, b] with polynomil p P n t the discrete points x, x 1,, x m for

More information

7 - Continuous random variables

7 - Continuous random variables 7-1 Continuous rndom vribles S. Lll, Stnford 2011.01.25.01 7 - Continuous rndom vribles Continuous rndom vribles The cumultive distribution function The uniform rndom vrible Gussin rndom vribles The Gussin

More information

Chapter Direct Method of Interpolation More Examples Civil Engineering

Chapter Direct Method of Interpolation More Examples Civil Engineering Chpter 5. Direct Method of Interpoltion More Exmples Civil Engineering Exmple o mximie ctch of bss in lke, it is suggested to throw the line to the depth of the thermocline. he chrcteristic feture of this

More information

CONTROL SYSTEMS LABORATORY ECE311 LAB 3: Control Design Using the Root Locus

CONTROL SYSTEMS LABORATORY ECE311 LAB 3: Control Design Using the Root Locus CONTROL SYSTEMS LABORATORY ECE311 LAB 3: Control Deign Uing the Root Locu 1 Purpoe The purpoe of thi lbortory i to deign cruie control ytem for cr uing the root locu. 2 Introduction Diturbnce D( ) = d

More information

Section 6.1 INTRO to LAPLACE TRANSFORMS

Section 6.1 INTRO to LAPLACE TRANSFORMS Section 6. INTRO to LAPLACE TRANSFORMS Key terms: Improper Integrl; diverge, converge A A f(t)dt lim f(t)dt Piecewise Continuous Function; jump discontinuity Function of Exponentil Order Lplce Trnsform

More information

A REVIEW OF CALCULUS CONCEPTS FOR JDEP 384H. Thomas Shores Department of Mathematics University of Nebraska Spring 2007

A REVIEW OF CALCULUS CONCEPTS FOR JDEP 384H. Thomas Shores Department of Mathematics University of Nebraska Spring 2007 A REVIEW OF CALCULUS CONCEPTS FOR JDEP 384H Thoms Shores Deprtment of Mthemtics University of Nebrsk Spring 2007 Contents Rtes of Chnge nd Derivtives 1 Dierentils 4 Are nd Integrls 5 Multivrite Clculus

More information

Tests for the Ratio of Two Poisson Rates

Tests for the Ratio of Two Poisson Rates Chpter 437 Tests for the Rtio of Two Poisson Rtes Introduction The Poisson probbility lw gives the probbility distribution of the number of events occurring in specified intervl of time or spce. The Poisson

More information

Approximation of continuous-time systems with discrete-time systems

Approximation of continuous-time systems with discrete-time systems Approximtion of continuou-time ytem with icrete-time ytem he continuou-time ytem re replce by icrete-time ytem even for the proceing of continuou-time ignl.. Impule invrince metho 2. Step invrince metho

More information

Exam 2, Mathematics 4701, Section ETY6 6:05 pm 7:40 pm, March 31, 2016, IH-1105 Instructor: Attila Máté 1

Exam 2, Mathematics 4701, Section ETY6 6:05 pm 7:40 pm, March 31, 2016, IH-1105 Instructor: Attila Máté 1 Exm, Mthemtics 471, Section ETY6 6:5 pm 7:4 pm, Mrch 1, 16, IH-115 Instructor: Attil Máté 1 17 copies 1. ) Stte the usul sufficient condition for the fixed-point itertion to converge when solving the eqution

More information

EE Control Systems LECTURE 8

EE Control Systems LECTURE 8 Coyright F.L. Lewi 999 All right reerved Udted: Sundy, Ferury, 999 EE 44 - Control Sytem LECTURE 8 REALIZATION AND CANONICAL FORMS A liner time-invrint (LTI) ytem cn e rereented in mny wy, including: differentil

More information

( dg. ) 2 dt. + dt. dt j + dh. + dt. r(t) dt. Comparing this equation with the one listed above for the length of see that

( dg. ) 2 dt. + dt. dt j + dh. + dt. r(t) dt. Comparing this equation with the one listed above for the length of see that Arc Length of Curves in Three Dimensionl Spce If the vector function r(t) f(t) i + g(t) j + h(t) k trces out the curve C s t vries, we cn mesure distnces long C using formul nerly identicl to one tht we

More information

Describe in words how you interpret this quantity. Precisely what information do you get from x?

Describe in words how you interpret this quantity. Precisely what information do you get from x? WAVE FUNCTIONS AND PROBABILITY 1 I: Thinking out the wve function In quntum mechnics, the term wve function usully refers to solution to the Schrödinger eqution, Ψ(x, t) i = 2 2 Ψ(x, t) + V (x)ψ(x, t),

More information

Heavy tail and stable distributions

Heavy tail and stable distributions Hevy til nd stle distriutions J.K. Misiewicz Deprtment of Mthemtics nd Informtion Science Technicl University of Wrsw X or its distriution hs hevy til if E(X ) =. X or its distriution hs hevy til of order

More information

We know that if f is a continuous nonnegative function on the interval [a, b], then b

We know that if f is a continuous nonnegative function on the interval [a, b], then b 1 Ares Between Curves c 22 Donld Kreider nd Dwight Lhr We know tht if f is continuous nonnegtive function on the intervl [, b], then f(x) dx is the re under the grph of f nd bove the intervl. We re going

More information

DOING PHYSICS WITH MATLAB MATHEMATICAL ROUTINES

DOING PHYSICS WITH MATLAB MATHEMATICAL ROUTINES DOIG PHYSICS WITH MATLAB MATHEMATICAL ROUTIES COMPUTATIO OF OE-DIMESIOAL ITEGRALS In Cooper School of Physics, University of Sydney in.cooper@sydney.edu.u DOWLOAD DIRECTORY FOR MATLAB SCRIPTS mth_integrtion_1d.m

More information

Policy Gradient Methods for Reinforcement Learning with Function Approximation

Policy Gradient Methods for Reinforcement Learning with Function Approximation Policy Grdient Method for Reinforcement Lerning with Function Approximtion Richrd S. Sutton, Dvid McAlleter, Stinder Singh, Yihy Mnour AT&T Lb Reerch, 180 Prk Avenue, Florhm Prk, NJ 07932 Abtrct Function

More information

x = b a n x 2 e x dx. cdx = c(b a), where c is any constant. a b

x = b a n x 2 e x dx. cdx = c(b a), where c is any constant. a b CHAPTER 5. INTEGRALS 61 where nd x = b n x i = 1 (x i 1 + x i ) = midpoint of [x i 1, x i ]. Problem 168 (Exercise 1, pge 377). Use the Midpoint Rule with the n = 4 to pproximte 5 1 x e x dx. Some quick

More information

Partial Derivatives. Limits. For a single variable function f (x), the limit lim

Partial Derivatives. Limits. For a single variable function f (x), the limit lim Limits Prtil Derivtives For single vrible function f (x), the limit lim x f (x) exists only if the right-hnd side limit equls to the left-hnd side limit, i.e., lim f (x) = lim f (x). x x + For two vribles

More information

2π(t s) (3) B(t, ω) has independent increments, i.e., for any 0 t 1 <t 2 < <t n, the random variables

2π(t s) (3) B(t, ω) has independent increments, i.e., for any 0 t 1 <t 2 < <t n, the random variables 2 Brownin Motion 2.1 Definition of Brownin Motion Let Ω,F,P) be probbility pce. A tochtic proce i meurble function Xt, ω) defined on the product pce [, ) Ω. In prticulr, ) for ech t, Xt, ) i rndom vrible,

More information

Goals: Determine how to calculate the area described by a function. Define the definite integral. Explore the relationship between the definite

Goals: Determine how to calculate the area described by a function. Define the definite integral. Explore the relationship between the definite Unit #8 : The Integrl Gols: Determine how to clculte the re described by function. Define the definite integrl. Eplore the reltionship between the definite integrl nd re. Eplore wys to estimte the definite

More information

Lab 11 Approximate Integration

Lab 11 Approximate Integration Nme Student ID # Instructor L Period Dte Due L 11 Approximte Integrtion Ojectives 1. To ecome fmilir with the right endpoint rule, the trpezoidl rule, nd Simpson's rule. 2. To compre nd contrst the properties

More information

Stochastic Programming Project Konrad Borys. Model for Optical Fiber Manufacturing

Stochastic Programming Project Konrad Borys. Model for Optical Fiber Manufacturing Stochstic Progrmming Project Konrd Borys Model for Opticl Fiber Mnufcturing. Introduction Opticl fibers re mde of solid rods of glss clled preforms. he s of the preforms re heted nd fibers re drwn from

More information

Lecture 4: Piecewise Cubic Interpolation

Lecture 4: Piecewise Cubic Interpolation Lecture notes on Vritionl nd Approximte Methods in Applied Mthemtics - A Peirce UBC Lecture 4: Piecewise Cubic Interpoltion Compiled 5 September In this lecture we consider piecewise cubic interpoltion

More information

Chapters 4 & 5 Integrals & Applications

Chapters 4 & 5 Integrals & Applications Contents Chpters 4 & 5 Integrls & Applictions Motivtion to Chpters 4 & 5 2 Chpter 4 3 Ares nd Distnces 3. VIDEO - Ares Under Functions............................................ 3.2 VIDEO - Applictions

More information

The Shortest Confidence Interval for the Mean of a Normal Distribution

The Shortest Confidence Interval for the Mean of a Normal Distribution Interntionl Journl of Sttistics nd Proility; Vol. 7, No. 2; Mrch 208 ISSN 927-7032 E-ISSN 927-7040 Pulished y Cndin Center of Science nd Eduction The Shortest Confidence Intervl for the Men of Norml Distriution

More information

Transfer Functions. Chapter 5. Transfer Functions. Derivation of a Transfer Function. Transfer Functions

Transfer Functions. Chapter 5. Transfer Functions. Derivation of a Transfer Function. Transfer Functions 5/4/6 PM : Trnfer Function Chpter 5 Trnfer Function Defined G() = Y()/U() preent normlized model of proce, i.e., cn be ued with n input. Y() nd U() re both written in devition vrible form. The form of

More information

A SHORT NOTE ON THE MONOTONICITY OF THE ERLANG C FORMULA IN THE HALFIN-WHITT REGIME. Bernardo D Auria 1

A SHORT NOTE ON THE MONOTONICITY OF THE ERLANG C FORMULA IN THE HALFIN-WHITT REGIME. Bernardo D Auria 1 Working Pper 11-42 (31) Sttistics nd Econometrics Series December, 2011 Deprtmento de Estdístic Universidd Crlos III de Mdrid Clle Mdrid, 126 28903 Getfe (Spin) Fx (34) 91 624-98-49 A SHORT NOTE ON THE

More information