Module 5. February 14, h 0min

Μέγεθος: px
Εμφάνιση ξεκινά από τη σελίδα:

Download "Module 5. February 14, h 0min"

Transcript

1 Module 5 Stationary Time Series Models Part 2 AR and ARMA Models and Their Properties Class notes for Statistics 451: Applied Time Series Iowa State University Copyright 2015 W. Q. Meeker. February 14, h 0min 5-1

2 Module 5 Segment 1 AR(p) Mean and AR(1) Properties 5-2

3 Mean the AR(p) Model Model: Z t = θ 0 +φ 1 Z t 1 + +φ p Z t p +a t, a t nid(0,σ 2 a) Mean: µ Z E(Z t ) E(Z t ) = E(θ 0 + φ 1 Z t φ p Z t p + a t ) = E(θ 0 ) + φ 1 E(Z t 1 ) + + φ p E(Z t p ) + E(a t ) = θ 0 + (φ 1 + +φ p )E(Z t ) = θ 0 1 φ 1 φ p The last step requires several algebraic steps, but is straightforward. 5-3

4 Variance of the AR(1) Model Model: Z t = θ 0 +φ 1 Z t 1 +a t, a t nid(0,σ 2 a) Variance: γ 0 Var(Z t ) E[(Z t µ Z ) 2 ] = E(Ż 2 ) γ 0 = E(Żt 2) = E[(φ 1 Ż t 1 +a t ) 2 ] = E[(φ 2 1Ż2 t 1 + 2φ 1Żt 1a t + a 2 t )] = φ 2 1 E(Ż2 t 1 ) + 2φ 1E(Ż t 1 a t ) + E(a 2 t ) = φ 2 1 γ σa 2 = σ2 a 1 φ 2 1 or Var(Z t ) = Var(a t) 1 φ

5 Simulated AR(1) Data with φ 1 = 0.9,σ a = 1 Showing ±2 σ Z limits plot(arima.sim(n=250, model=list(ar=0.90)), ylab= ) Time 5-5

6 Simulated AR(1) Data with φ 1 = 0.9,σ a = 1 Showing ±2 σ Z limits plot(arima.sim(n=250, model=list(ar=-0.90)), ylab= ) Time 5-6

7 Autocovariance and Autocorrelation Functions for the AR(1) Model Autocovariance: γ k Cov(Z t,z t+k ) E(Ż t Ż t+k ) γ 1 E(Ż t Ż t+1 ) = E[Ż t (φ 1 Ż t +a t+1 )] = φ 1 E(Żt 2) + E(Ż t a t+1 ) = φ 1 γ = φ 1 γ 0 Thus ρ 1 = γ 1 γ 0 = φ 1. γ 2 E(Ż t Ż t+2 ) = E[Ż t (φ 1 Ż t+1 + a t+2 )] = φ 1 E(Ż t Ż t+1 ) + E(Ż t a t+2 ) = φ 1 γ = φ 1 (φ 1 γ 0 ) = φ 2 1 γ 0 Thus ρ 2 = γ 2 γ 0 = φ 2 1. In general, for the AR(1) model, ρ k = γ k γ 0 = φ k 1 for 1 < φ 1 <

8 True and P for AR(1) Model with φ 1 = 0.95 True ar: 0.95 True True P ar: 0.95 True P

9 True and P for AR(1) Model with φ 1 = 0.95 True ar: True True P ar: True P

10 Simulated Realization (AR(1),φ 1 = 0.95,n = 75) Graphical Output from Function iden Simulated data w= Data Range-Mean Plot w time Range Partial P Mean 5-10

11 Simulated Realization (AR(1),φ 1 = 0.95,n = 300) Graphical Output from Function iden Simulated data w= Data Range-Mean Plot w time Range Partial P Mean 5-11

12 Simulated Realization (AR(1),φ 1 = 0.95,n = 75) Graphical Output from Function iden Simulated data w= Data Range-Mean Plot w time Range Partial P Mean 5-12

13 Simulated Realization (AR(1),φ 1 = 0.95,n = 300) Graphical Output from Function iden Simulated data w= Data Range-Mean Plot w time Range Partial P Mean 5-13

14 Module 5 Segment 2 AR(1) Stationarity Conditions 5-14

15 Using the Geometric Power Series to Re-express the AR(1) Model as an Infinite MA (1 φ 1 B)Ż t = a t Ż t = (1 φ 1 B) 1 a t = (1+φ 1 B+φ 2 1 B2 + )a t = φ 1 a t 1 +φ 2 1 a t 2 + +a t Thus the AR(1) can be expressed as an infinite MA model. If 1 < φ 1 < 1, then the weight on the old residuals is decreasing with age. This is the condition of stationarity for an AR(1) model. 5-15

16 Using the Back-substitution to Re-express the AR(1) Model as an Infinite MA Ż t = φ 1 Ż t 1 +a t Ż t 1 = φ 1 Ż t 2 +a t 1 Ż t 2 = φ 1 Ż t 3 +a t 2 Ż t 3 = φ 1 Ż t 4 +a t 3 Substituting, successively, Ż t 1,Ż t 2,Ż t 3..., shows that Ż t = φ 1 a t 1 +φ 2 1 a t 2 +φ 3 1 a t 3 + +a t This methods works, more generally, for higher-order AR(p) models, but the algebra is tedious. 5-16

17 Notes on the AR(1) model Z t = φ 1 Z t 1 +a t, a t nid(0,σ 2 a) Because ρ 1 = φ 1, we can estimate φ 1 by φ 1 = ρ 1. The root of (1 φ 1 B) = 0 is B = 1/φ 1 and thus if 1 < φ 1 < 1, then the root is outside [ 1,1] so that AR(1) will be stationary. φ 1 = 1 implies Z t = Z t 1 +a t, the random walk model. If φ 1 > 1, then Z t is explosive. If φ 1 < 1, then Z t is oscillating explosive. 5-17

18 True and P for AR(1) Model with φ 1 = True ar: True True P ar: True P

19 Simulated Realization (AR(1),φ 1 = ,n = 75) Graphical Output from Function iden Simulated data w= Data w time Range-Mean Plot Range Partial P Mean 5-19

20 Simulated Realization (AR(1),φ 1 = ,n = 300) Graphical Output from Function iden Simulated data w= Data Range-Mean Plot w time Range Partial P Mean 5-20

21 Re-expressing the AR(p) Model as an Infinite MA More generally, any AR(p) model can be expressed as φ p (B)Ż t = a t Ż t = 1 φ p (B) a t = ψ(b)a t = ψ 1 a t 1 +ψ 2 a t 2 + +a t = k=1 ψ k a t k +a t Values of ψ 1,ψ 2,... depend on φ 1,...,φ p. For the AR model to be stationary, the ψ j values should not remain large as j gets large. Formally, the stationarity condition is met if j=1 ψ j < Stationarity of an AR(p) model can be checked by finding the roots of the polynomial φ p (B) (1 φ 1 B φ 2 B 2 φ p B p ). All p roots must lie outside of the unit-circle. 5-21

22 Module 5 Segment 3 AR(2) Stationarity and Model Properties 5-22

23 Checking the Stationarity of an AR(2) Model Stationarity of an AR(2) model can be checked by finding the roots of the polynomial (1 φ 1 B φ 2 B 2 ) = 0. Both roots must lie outside of the unit-circle. Roots have the form B = φ 1 ± φ φ 2 2φ 2 z = x+iy where i = 1. A root is outside of the unit circle if z = x 2 +y 2 > 1 This method works for any p, but for p > 2 it is best to use numerical methods to find the p roots. 5-23

24 Checking the Stationarity of an AR(2) Model Simple Rule Both roots lying outside of the unit-circle implies φ 2 +φ 1 < 1 φ 2 < 1 φ 1 φ 2 φ 1 < 1 φ 2 < 1+φ 1 1 < φ 2 < 1 1 < φ 2 < 1 and defines the AR(2) triangle. 5-24

25 Autocovariance and Autocorrelation Functions for the AR(2) Model γ 1 E(Ż t Ż t+1 ) = E[Ż t (φ 1 Ż t + φ 2 Ż t 1 + a t+1 )] = φ 1 E(Ż 2 t ) + φ 2E(Ż t Ż t 1 ) + E(Ż t a t+1 ) = φ 1 γ 0 + φ 2 γ γ 2 E(Ż t Ż t+2 ) = E[Ż t (φ 1 Ż t+1 + φ 2 Ż t + a t+2 )] = φ 1 E(Ż t Ż t+1 ) + φ 2 E(Ż 2 t ) + E(Ż t a t+2 ) = φ 1 γ 1 + φ 2 γ Then using ρ k = γ k /γ 0 and ρ 0 = 1, gives the AR(2) ρ 1 = φ 1 + φ 2 ρ 1 ρ 2 = φ 1 ρ 1 + φ 2 ρ 3 = φ 1 ρ 2 + φ 2 ρ 1... ρ k = φ 1 ρ k 1 + φ 2 ρ k

26 True and P for AR(2) Model with φ 1 = 0.78,φ 2 = 0.2 True ar: 0.78, 0.2 True True P ar: 0.78, 0.2 True P

27 True and P for AR(2) Model with φ 1 = 1,φ 2 = 0.95 True ar: 1, True True P ar: 1, True P

28 Simulated Realization (AR(2),φ 1 = 0.78,φ 2 = 0.2,n = 75) Graphical Output from Function iden Simulated data w= Data Range-Mean Plot w time Range Partial P Mean 5-28

29 Simulated Realization (AR(2),φ 1 = 0.78,φ 2 = 0.2,n = 300) Graphical Output from Function iden Simulated data w= Data Range-Mean Plot w time Range Partial P Mean 5-29

30 Simulated Realization (AR(2),φ 1 = 1,φ 2 = 0.95,n = 75) Graphical Output from Function iden Simulated data w= Data Range-Mean Plot w time Range Partial P Mean 5-30

31 Simulated Realization (AR(2),φ 1 = 1,φ 2 = 0.95,n = 300) Graphical Output from Function iden Simulated data w= Data Range-Mean Plot w time Range Partial P Mean 5-31

32 AR(2) Triangle Relating ρ 1 and ρ 2 to φ 1 and φ

33 AR(2) Triangle Showing and P Functions 5-33

34 Module 5 Segment 4 Yule-Walker Equations and Their Applications and AR(p) Variance 5-34

35 Yule-Walker Equations (Correlation Form) AR(1) Yule-Walker Equation ρ 1 = φ 1 AR(2) Yule-Walker Equations ρ 1 = φ 1 + ρ 1 φ 2 ρ 2 = ρ 1 φ 1 + φ 2 AR(3) Yule-Walker Equations ρ 1 = φ 1 + ρ 1 φ 2 + ρ 2 φ 3 ρ 2 = ρ 1 φ 1 + φ 2 + ρ 1 φ 3 ρ 3 = ρ 2 φ 1 + ρ 1 φ 2 + φ

36 Yule-Walker Equations (Correlation Form) AR(4) Yule-Walker Equations ρ 1 = φ 1 + ρ 1 φ 2 + ρ 2 φ 3 + ρ 3 φ 4 ρ 2 = ρ 1 φ 1 + φ 2 + ρ 1 φ 3 + ρ 2 φ 4 ρ 3 = ρ 2 φ 1 + ρ 1 φ 2 + φ 3 + ρ 1 φ 4 ρ 4 = ρ 3 φ 1 + ρ 2 φ 2 + ρ 1 φ 3 + φ 4 For given ρ 1,...,ρ 4, this is four linear equations with four unknowns. 5-36

37 AR(p) Yule-Walker Equations (Correlation Form) ρ 1 = φ 1 +ρ 1 φ 2 +ρ 2 φ 3 + +ρ p 1 φ p ρ 2 = ρ 1 φ 1 +φ 2 +ρ 1 φ 3 + +ρ p 2 φ p. ρ p = ρ p 1 φ 1 +ρ p 2 φ 2 +ρ p 3 φ 3 + +φ p For given ρ 1,...,ρ p, this is p linear equations with p unknowns. Solving the Yule Walker equations for an AR(p) for φ p gives the P value φ pp. 5-37

38 Applications of the Yule-Walker Equations Provides the true of an AR(p) model (given φ 1,φ 2,...,φ p, compute ρ 1,ρ 2,...ρ p recursively) Provides estimate of φ 1,φ 2,...,φ p of an AR(p) model (given sample values ρ 1, ρ 2,..., ρ p, substitute in Y-W equations and solve the set of simultaneous equations for φ 1, φ 2,..., φ p ) Provides the sample P φ 1,1, φ 2,2,..., φ kk for any realization. (substitute ρ 1, ρ 2,..., ρ k into the AR(k) Y-W equations and solve for φ k ). Same as Durbin s formula. Provides the true P φ 1,1,φ 2,2,...,φ kk for any ARMA model. (substitute ρ 1,ρ 2,...,ρ k into the AR(k) Y-W equations and solve for φ k ). Same as Durbin s formula. 5-38

39 Variance of the AR(p) model Ż t = φ 1 Ż t 1 + φ 2 Ż t φ p Ż t p + a t Multiplying through by Ż t gives Ż 2 t = φ 1 Ż t Ż t 1 + φ 2 Ż t Ż t φ p Ż t Ż t p + Ż t a t Taking expectations and noting that E(Ż t a t ) = σ 2 a gives γ 0 = Var(Z t ) = E(Ż 2 t ) = φ 1γ 1 + φ 2 γ φ p γ p + σ 2 a Then dividing through by γ 0 and solving for γ 0 gives γ 0 = σ 2 a 1 φ 1 ρ 1 φ 2 ρ 2 φ p ρ p Note: E(Ż t a t ) = E(φ 1 Ż t 1 a t +φ 2 Ż t 2 a t + +φ p Ż t p a t +a 2 t) = σ 2 a 5-39

40 Module 5 Segment 5 ARMA(1,1) Model Properties 5-40

41 Properties of the ARMA(1, 1) Model φ 1 (B)Z t = θ 0 +θ 1 (B)a t Z t = θ 0 +φ 1 Z t 1 θ 1 a t 1 +a t Noting that µ Z = E(Z t ) = θ 0 /(1 φ 1 ) φ 1 (B)Ż t = θ 1 (B)a t Ż t = φ 1 Ż t 1 θ 1 a t 1 +a t Omitting derivations, γ 0 = Var(Z t ) = [(1 2φ 1 θ 1 +θ1 2 )/(1 φ2 1 )]σ2 a ρ 1 = (1 φ 1 θ 1 )(φ 1 θ 1 )/(1+θ1 2 2φ 1θ 1 ) ρ 2 = φ 1 ρ 1 ρ k = φ 1 ρ k

42 True and P for ARMA(1,1) Model with φ 1 = 0.95,θ 1 = 0.95 True ma: ar: 0.95 True True P ma: ar: 0.95 True P

43 Simulated Realization (ARMA(1,1),φ 1 = 0.95,θ 1 = 0.95,n = 75) Graphical Output from Function iden Simulated data w= Data Range-Mean Plot w time Range Partial P Mean 5-43

44 True and P for ARMA(1,1) Model with φ 1 = 0.95,θ 1 = 0.95 True ma: 0.95 ar: True True P ma: 0.95 ar: True P

45 Simulated Realization (ARMA(1,1),φ 1 = 0.95,θ 1 = 0.95,n = 75) Graphical Output from Function iden Simulated data w= Data Range-Mean Plot w time Range Partial P Mean 5-45

46 True and P for ARMA(1,1) Model with φ 1 = 0.9,θ 1 = 0.5 True ma: 0.5 ar: 0.9 True True P ma: 0.5 ar: 0.9 True P

47 Simulated Realization (ARMA(1,1),φ 1 = 0.9,θ 1 = 0.5,n = 75) Graphical Output from Function iden Simulated data w= Data Range-Mean Plot w time Range Partial P Mean 5-47

48 True and P for ARMA(1,1) Model with φ 1 = 0.9,θ 1 = 0.5 True ma: -0.5 ar: -0.9 True True P ma: -0.5 ar: -0.9 True P

49 Simulated Realization (ARMA(1,1),φ 1 = 0.9,θ 1 = 0.5,n = 75) Graphical Output from Function iden Simulated data w= Data Range-Mean Plot w time Range Partial P Mean 5-49

50 ARMA(1,1) Square Relating ρ1 and ρ2 to φ1 and θ1 5-50

51 ARMA(1,1) Square Showing and P Functions 5-51

52 Module 5 Segment 6 Stationarity and Invertibility of the ARMA(1,1) Model 5-52

53 Stationarity of an ARMA(1, 1) Model Ż t = (1 θ 1B) (1 φ 1 B) a t (1 φ 1 B)Ż t = (1 θ 1 B)a t = (1 θ 1 B)(1 φ 1 B) 1 a t = (1 θ 1 B)(1+φ 1 B+φ 2 1 B2 + )a t = (φ 1 θ 1 )a t 1 +φ 1 (φ 1 θ 1 )a t 2 +φ 2 1 (φ 1 θ 1 )a t 3 + +a t = j=1 φ j 1 1 (φ 1 θ 1 )a t j +a t = j=0 ψ j a t j where ψ j = φ j 1 1 (φ 1 θ 1 ) for j > 0, ψ 0 = 1, and φ ARMA(1,1) model is stationary if 1 < φ 1 < 1. ARMA(1,1) model is white noise (trivial model) if φ 1 = θ

54 Invertibility of an ARMA(1, 1) Model a t = (1 φ 1B) (1 θ 1 B)Żt (1 φ 1 B)Ż t = (1 θ 1 B)a t = (1 φ 1 B)(1 θ 1 B) 1 Ż t = (1 φ 1 B)(1+θ 1 B+θ 2 1 B2 + )Ż t = Ż t +(θ 1 φ 1 )Ż t 1 +θ 1 (θ 1 φ 1 )Ż t 2 +θ 2 1 (θ 1 φ 1 )Ż t 3 + Ż t = (φ 1 θ 1 )Ż t 1 +θ 1 (φ 1 θ 1 )Ż t 2 +θ 2 1 (φ 1 θ 1 )Ż t 3 + +a t = j=1 θ j 1 1 (φ 1 θ 1 )Ż t j +a t = j=1 where π j = θ j 1 1 (φ 1 θ 1 ),j > 0 and π 0 = 1. π j Ż t j +a t ARMA(1,1) model is invertible if 1 < θ 1 <

55 True and P for ARMA(1,1) Model with φ 1 = 0.9,θ 1 = 0.9 True ma: 0.9 ar: 0.9 True True P ma: 0.9 ar: 0.9 True P

56 Simulated Realization (ARMA(1,1),φ 1 = 0.9,θ 1 = 0.9,n = 75) Graphical Output from Function iden Simulated data w= Data Range-Mean Plot w time Range Partial P Mean 5-56

57 Properties of ARMA(p, q) model φ p (B)Z t = θ 0 +θ q (B)a t φ p (B)Ż t = θ q (B)a t (1 φ 1 B φ 2 B 2 φ p B p )Ż t = (1 θ 1 B θ 2 B 2 θ q B q )a t µ Z E(Z t ) = θ 0 1 φ 1 φ p An ARMA(p,q) model is stationary if all of the roots of φ p (B) lie outside of the unit circle. An ARMA(p,q) model is invertible if all of the roots of θ q (B) lie outside of the unit circle. 5-57

58 Expressing an ARMA(p,q) Model as an Infinite MA φ p (B)Ż t = θ q (B)a t Ż t = [φ p (B)] 1 θ q (B)a t = ψ(b)a t φ p (B)ψ(B) = θ q (B) Given φ p (B) and θ q (B), solve for ψ(b), giving ψ 1,ψ 2,... Similar method for expressing an ARMA(p, q) model as an infinite AR φ p (B) = π(b)θ q (B) Given φ p (B) and θ q (B), solve for π(b), giving π 1,π 2,

59 Expressing and ARMA(p,q) Model as an Infinite MA Using ARMA(2,2) as a particular example φ 2 (B)ψ(B) = θ 2 (B) (1 φ 1 B φ 2 B 2 )(1+ψ 1 B+ψ 2 B 2 +ψ 3 B 3 + ) = (1 θ 1 B θ 2 B 2 ) Multiplying out gives 1+ψ 1 B +ψ 2 B 2 +ψ 3 B 3 + φ 1 B ψ 1 φ 1 B 2 ψ 2 φ 1 B 3 φ 2 B 2 ψ 1 φ 2 B 3 = 1 θ 1 B θ 2 B 2 Equating terms with the same power of B gives B : ψ 1 φ 1 = θ 1 ψ 1 = θ 1 +φ 1 B 2 : ψ 2 ψ 1 φ 1 φ 2 = θ 2 ψ 2 = θ 2 +ψ 1 φ 1 +φ 2 B 3 : ψ 3 ψ 2 φ 1 ψ 1 φ 2 = 0 ψ 3 = ψ 2 φ 1 +ψ 1 φ 2... B k : ψ k ψ k 1 φ 1 ψ k 2 φ 2 = 0 ψ k = ψ k 1 φ 1 +ψ k 2 φ

60 Module 5 Segment 7 ARMA Identification Exercises 5-60

61 Simulated Time Series #5 Graphical Output from Function iden(simsta5.d) Simulated Time Series #5 w= Sales Range-Mean Plot w time Range Partial P Mean

62 Simulated Time Series #6 Graphical Output from Function iden Simulated Time Series #6 w= Sales Range-Mean Plot w time Range Partial P Mean

63 Simulated Time Series #7 Graphical Output from Function iden Simulated Time Series #7 w= Deviation Range-Mean Plot w time Range Partial P Mean

64 Simulated Time Series #8 Graphical Output from Function iden Simulated Time Series #8 w= decibles Range-Mean Plot w time Range Partial P Mean

65 Simulated Time Series #11 Graphical Output from Function iden Simulated Time Series #11 w= Deviation Range-Mean Plot w time Range Partial P Mean

66 Simulated Time Series #13 Graphical Output from Function iden Simulated Time Series #13 w= Pressure Range-Mean Plot w time Range Partial P Mean

67 Simulated Time Series #15 Graphical Output from Function iden Simulated Time Series #15 w= Pressure Range-Mean Plot w time Range Partial P Mean

4.6 Autoregressive Moving Average Model ARMA(1,1)

4.6 Autoregressive Moving Average Model ARMA(1,1) 84 CHAPTER 4. STATIONARY TS MODELS 4.6 Autoregressive Moving Average Model ARMA(,) This section is an introduction to a wide class of models ARMA(p,q) which we will consider in more detail later in this

Διαβάστε περισσότερα

Lecture 2: ARMA Models

Lecture 2: ARMA Models Leture 2: ARMA Models Bus 41910, Autumn Quarter 2008, Mr Ruey S Tsay Autoregressive Moving-Average (ARMA) models form a lass of linear time series models whih are widely appliable and parsimonious in parameterization

Διαβάστε περισσότερα

CHAPTER 25 SOLVING EQUATIONS BY ITERATIVE METHODS

CHAPTER 25 SOLVING EQUATIONS BY ITERATIVE METHODS CHAPTER 5 SOLVING EQUATIONS BY ITERATIVE METHODS EXERCISE 104 Page 8 1. Find the positive root of the equation x + 3x 5 = 0, correct to 3 significant figures, using the method of bisection. Let f(x) =

Διαβάστε περισσότερα

HW 3 Solutions 1. a) I use the auto.arima R function to search over models using AIC and decide on an ARMA(3,1)

HW 3 Solutions 1. a) I use the auto.arima R function to search over models using AIC and decide on an ARMA(3,1) HW 3 Solutions a) I use the autoarima R function to search over models using AIC and decide on an ARMA3,) b) I compare the ARMA3,) to ARMA,0) ARMA3,) does better in all three criteria c) The plot of the

Διαβάστε περισσότερα

Stationary ARMA Processes

Stationary ARMA Processes Stationary ARMA Processes Eduardo Rossi University of Pavia October 2013 Rossi Stationary ARMA Financial Econometrics - 2013 1 / 45 Moving Average of order 1 (MA(1)) Y t = µ + ɛ t + θɛ t 1 t = 1,..., T

Διαβάστε περισσότερα

Stationary ARMA Processes

Stationary ARMA Processes University of Pavia 2007 Stationary ARMA Processes Eduardo Rossi University of Pavia Moving Average of order 1 (MA(1)) Y t = µ + ǫ t + θǫ t 1 t = 1,...,T ǫ t WN(0, σ 2 ) E(ǫ t ) = 0 E(ǫ 2 t) = σ 2 E(ǫ

Διαβάστε περισσότερα

2 Composition. Invertible Mappings

2 Composition. Invertible Mappings Arkansas Tech University MATH 4033: Elementary Modern Algebra Dr. Marcel B. Finan Composition. Invertible Mappings In this section we discuss two procedures for creating new mappings from old ones, namely,

Διαβάστε περισσότερα

Numerical Analysis FMN011

Numerical Analysis FMN011 Numerical Analysis FMN011 Carmen Arévalo Lund University carmen@maths.lth.se Lecture 12 Periodic data A function g has period P if g(x + P ) = g(x) Model: Trigonometric polynomial of order M T M (x) =

Διαβάστε περισσότερα

6.3 Forecasting ARMA processes

6.3 Forecasting ARMA processes 122 CHAPTER 6. ARMA MODELS 6.3 Forecasting ARMA processes The purpose of forecasting is to predict future values of a TS based on the data collected to the present. In this section we will discuss a linear

Διαβάστε περισσότερα

Section 8.3 Trigonometric Equations

Section 8.3 Trigonometric Equations 99 Section 8. Trigonometric Equations Objective 1: Solve Equations Involving One Trigonometric Function. In this section and the next, we will exple how to solving equations involving trigonometric functions.

Διαβάστε περισσότερα

3.4 SUM AND DIFFERENCE FORMULAS. NOTE: cos(α+β) cos α + cos β cos(α-β) cos α -cos β

3.4 SUM AND DIFFERENCE FORMULAS. NOTE: cos(α+β) cos α + cos β cos(α-β) cos α -cos β 3.4 SUM AND DIFFERENCE FORMULAS Page Theorem cos(αβ cos α cos β -sin α cos(α-β cos α cos β sin α NOTE: cos(αβ cos α cos β cos(α-β cos α -cos β Proof of cos(α-β cos α cos β sin α Let s use a unit circle

Διαβάστε περισσότερα

Durbin-Levinson recursive method

Durbin-Levinson recursive method Durbin-Levinson recursive method A recursive method for computing ϕ n is useful because it avoids inverting large matrices; when new data are acquired, one can update predictions, instead of starting again

Διαβάστε περισσότερα

derivation of the Laplacian from rectangular to spherical coordinates

derivation of the Laplacian from rectangular to spherical coordinates derivation of the Laplacian from rectangular to spherical coordinates swapnizzle 03-03- :5:43 We begin by recognizing the familiar conversion from rectangular to spherical coordinates (note that φ is used

Διαβάστε περισσότερα

Areas and Lengths in Polar Coordinates

Areas and Lengths in Polar Coordinates Kiryl Tsishchanka Areas and Lengths in Polar Coordinates In this section we develop the formula for the area of a region whose boundary is given by a polar equation. We need to use the formula for the

Διαβάστε περισσότερα

EE512: Error Control Coding

EE512: Error Control Coding EE512: Error Control Coding Solution for Assignment on Finite Fields February 16, 2007 1. (a) Addition and Multiplication tables for GF (5) and GF (7) are shown in Tables 1 and 2. + 0 1 2 3 4 0 0 1 2 3

Διαβάστε περισσότερα

Matrices and Determinants

Matrices and Determinants Matrices and Determinants SUBJECTIVE PROBLEMS: Q 1. For what value of k do the following system of equations possess a non-trivial (i.e., not all zero) solution over the set of rationals Q? x + ky + 3z

Διαβάστε περισσότερα

Partial Differential Equations in Biology The boundary element method. March 26, 2013

Partial Differential Equations in Biology The boundary element method. March 26, 2013 The boundary element method March 26, 203 Introduction and notation The problem: u = f in D R d u = ϕ in Γ D u n = g on Γ N, where D = Γ D Γ N, Γ D Γ N = (possibly, Γ D = [Neumann problem] or Γ N = [Dirichlet

Διαβάστε περισσότερα

MAT Winter 2016 Introduction to Time Series Analysis Study Guide for Midterm

MAT Winter 2016 Introduction to Time Series Analysis Study Guide for Midterm MAT 3379 - Winter 2016 Introduction to Time Series Analysis Study Guide for Midterm You will be allowed to have one A4 sheet (one-sided) of notes date: Monday, Febraury 29, Midterm 1 Topics 1 Evaluate

Διαβάστε περισσότερα

Introduction to the ML Estimation of ARMA processes

Introduction to the ML Estimation of ARMA processes Introduction to the ML Estimation of ARMA processes Eduardo Rossi University of Pavia October 2013 Rossi ARMA Estimation Financial Econometrics - 2013 1 / 1 We consider the AR(p) model: Y t = c + φ 1 Y

Διαβάστε περισσότερα

Inverse trigonometric functions & General Solution of Trigonometric Equations. ------------------ ----------------------------- -----------------

Inverse trigonometric functions & General Solution of Trigonometric Equations. ------------------ ----------------------------- ----------------- Inverse trigonometric functions & General Solution of Trigonometric Equations. 1. Sin ( ) = a) b) c) d) Ans b. Solution : Method 1. Ans a: 17 > 1 a) is rejected. w.k.t Sin ( sin ) = d is rejected. If sin

Διαβάστε περισσότερα

Areas and Lengths in Polar Coordinates

Areas and Lengths in Polar Coordinates Kiryl Tsishchanka Areas and Lengths in Polar Coordinates In this section we develop the formula for the area of a region whose boundary is given by a polar equation. We need to use the formula for the

Διαβάστε περισσότερα

PARTIAL NOTES for 6.1 Trigonometric Identities

PARTIAL NOTES for 6.1 Trigonometric Identities PARTIAL NOTES for 6.1 Trigonometric Identities tanθ = sinθ cosθ cotθ = cosθ sinθ BASIC IDENTITIES cscθ = 1 sinθ secθ = 1 cosθ cotθ = 1 tanθ PYTHAGOREAN IDENTITIES sin θ + cos θ =1 tan θ +1= sec θ 1 + cot

Διαβάστε περισσότερα

Estimation for ARMA Processes with Stable Noise. Matt Calder & Richard A. Davis Colorado State University

Estimation for ARMA Processes with Stable Noise. Matt Calder & Richard A. Davis Colorado State University Estimation for ARMA Processes with Stable Noise Matt Calder & Richard A. Davis Colorado State University rdavis@stat.colostate.edu 1 ARMA processes with stable noise Review of M-estimation Examples of

Διαβάστε περισσότερα

Απόκριση σε Μοναδιαία Ωστική Δύναμη (Unit Impulse) Απόκριση σε Δυνάμεις Αυθαίρετα Μεταβαλλόμενες με το Χρόνο. Απόστολος Σ.

Απόκριση σε Μοναδιαία Ωστική Δύναμη (Unit Impulse) Απόκριση σε Δυνάμεις Αυθαίρετα Μεταβαλλόμενες με το Χρόνο. Απόστολος Σ. Απόκριση σε Δυνάμεις Αυθαίρετα Μεταβαλλόμενες με το Χρόνο The time integral of a force is referred to as impulse, is determined by and is obtained from: Newton s 2 nd Law of motion states that the action

Διαβάστε περισσότερα

Homework 3 Solutions

Homework 3 Solutions Homework 3 Solutions Igor Yanovsky (Math 151A TA) Problem 1: Compute the absolute error and relative error in approximations of p by p. (Use calculator!) a) p π, p 22/7; b) p π, p 3.141. Solution: For

Διαβάστε περισσότερα

2. ARMA 1. 1 This part is based on H and BD.

2. ARMA 1. 1 This part is based on H and BD. 2. ARMA 1 1 This part is based on H and BD. 1 1 MA 1.1 MA(1) Let ε t be WN with variance σ 2 and consider the zero mean 2 process Y t = ε t + θε t 1 (1) where θ is a constant. MA(1). This time series is

Διαβάστε περισσότερα

CRASH COURSE IN PRECALCULUS

CRASH COURSE IN PRECALCULUS CRASH COURSE IN PRECALCULUS Shiah-Sen Wang The graphs are prepared by Chien-Lun Lai Based on : Precalculus: Mathematics for Calculus by J. Stuwart, L. Redin & S. Watson, 6th edition, 01, Brooks/Cole Chapter

Διαβάστε περισσότερα

Stationary Univariate Time Series Models 1

Stationary Univariate Time Series Models 1 Stationary Univariate Time Series Models 1 Sebastian Fossati University of Alberta 1 These slides are based on Eric Zivot s time series notes available at: http://faculty.washington.edu/ezivot Example

Διαβάστε περισσότερα

Concrete Mathematics Exercises from 30 September 2016

Concrete Mathematics Exercises from 30 September 2016 Concrete Mathematics Exercises from 30 September 2016 Silvio Capobianco Exercise 1.7 Let H(n) = J(n + 1) J(n). Equation (1.8) tells us that H(2n) = 2, and H(2n+1) = J(2n+2) J(2n+1) = (2J(n+1) 1) (2J(n)+1)

Διαβάστε περισσότερα

HOMEWORK 4 = G. In order to plot the stress versus the stretch we define a normalized stretch:

HOMEWORK 4 = G. In order to plot the stress versus the stretch we define a normalized stretch: HOMEWORK 4 Problem a For the fast loading case, we want to derive the relationship between P zz and λ z. We know that the nominal stress is expressed as: P zz = ψ λ z where λ z = λ λ z. Therefore, applying

Διαβάστε περισσότερα

Example Sheet 3 Solutions

Example Sheet 3 Solutions Example Sheet 3 Solutions. i Regular Sturm-Liouville. ii Singular Sturm-Liouville mixed boundary conditions. iii Not Sturm-Liouville ODE is not in Sturm-Liouville form. iv Regular Sturm-Liouville note

Διαβάστε περισσότερα

Second Order RLC Filters

Second Order RLC Filters ECEN 60 Circuits/Electronics Spring 007-0-07 P. Mathys Second Order RLC Filters RLC Lowpass Filter A passive RLC lowpass filter (LPF) circuit is shown in the following schematic. R L C v O (t) Using phasor

Διαβάστε περισσότερα

ARMA Models: I VIII 1

ARMA Models: I VIII 1 ARMA Models: I autoregressive moving-average (ARMA) processes play a key role in time series analysis for any positive integer p & any purely nondeterministic process {X t } with ACVF {γ X (h)}, there

Διαβάστε περισσότερα

CHAPTER 48 APPLICATIONS OF MATRICES AND DETERMINANTS

CHAPTER 48 APPLICATIONS OF MATRICES AND DETERMINANTS CHAPTER 48 APPLICATIONS OF MATRICES AND DETERMINANTS EXERCISE 01 Page 545 1. Use matrices to solve: 3x + 4y x + 5y + 7 3x + 4y x + 5y 7 Hence, 3 4 x 0 5 y 7 The inverse of 3 4 5 is: 1 5 4 1 5 4 15 8 3

Διαβάστε περισσότερα

Exercises 10. Find a fundamental matrix of the given system of equations. Also find the fundamental matrix Φ(t) satisfying Φ(0) = I. 1.

Exercises 10. Find a fundamental matrix of the given system of equations. Also find the fundamental matrix Φ(t) satisfying Φ(0) = I. 1. Exercises 0 More exercises are available in Elementary Differential Equations. If you have a problem to solve any of them, feel free to come to office hour. Problem Find a fundamental matrix of the given

Διαβάστε περισσότερα

Testing for Indeterminacy: An Application to U.S. Monetary Policy. Technical Appendix

Testing for Indeterminacy: An Application to U.S. Monetary Policy. Technical Appendix Testing for Indeterminacy: An Application to U.S. Monetary Policy Technical Appendix Thomas A. Lubik Department of Economics Johns Hopkins University Frank Schorfheide Department of Economics University

Διαβάστε περισσότερα

Math 6 SL Probability Distributions Practice Test Mark Scheme

Math 6 SL Probability Distributions Practice Test Mark Scheme Math 6 SL Probability Distributions Practice Test Mark Scheme. (a) Note: Award A for vertical line to right of mean, A for shading to right of their vertical line. AA N (b) evidence of recognizing symmetry

Διαβάστε περισσότερα

Jesse Maassen and Mark Lundstrom Purdue University November 25, 2013

Jesse Maassen and Mark Lundstrom Purdue University November 25, 2013 Notes on Average Scattering imes and Hall Factors Jesse Maassen and Mar Lundstrom Purdue University November 5, 13 I. Introduction 1 II. Solution of the BE 1 III. Exercises: Woring out average scattering

Διαβάστε περισσότερα

Lecture 2: Dirac notation and a review of linear algebra Read Sakurai chapter 1, Baym chatper 3

Lecture 2: Dirac notation and a review of linear algebra Read Sakurai chapter 1, Baym chatper 3 Lecture 2: Dirac notation and a review of linear algebra Read Sakurai chapter 1, Baym chatper 3 1 State vector space and the dual space Space of wavefunctions The space of wavefunctions is the set of all

Διαβάστε περισσότερα

C.S. 430 Assignment 6, Sample Solutions

C.S. 430 Assignment 6, Sample Solutions C.S. 430 Assignment 6, Sample Solutions Paul Liu November 15, 2007 Note that these are sample solutions only; in many cases there were many acceptable answers. 1 Reynolds Problem 10.1 1.1 Normal-order

Διαβάστε περισσότερα

Phys460.nb Solution for the t-dependent Schrodinger s equation How did we find the solution? (not required)

Phys460.nb Solution for the t-dependent Schrodinger s equation How did we find the solution? (not required) Phys460.nb 81 ψ n (t) is still the (same) eigenstate of H But for tdependent H. The answer is NO. 5.5.5. Solution for the tdependent Schrodinger s equation If we assume that at time t 0, the electron starts

Διαβάστε περισσότερα

Practice Exam 2. Conceptual Questions. 1. State a Basic identity and then verify it. (a) Identity: Solution: One identity is csc(θ) = 1

Practice Exam 2. Conceptual Questions. 1. State a Basic identity and then verify it. (a) Identity: Solution: One identity is csc(θ) = 1 Conceptual Questions. State a Basic identity and then verify it. a) Identity: Solution: One identity is cscθ) = sinθ) Practice Exam b) Verification: Solution: Given the point of intersection x, y) of the

Διαβάστε περισσότερα

w o = R 1 p. (1) R = p =. = 1

w o = R 1 p. (1) R = p =. = 1 Πανεπιστήµιο Κρήτης - Τµήµα Επιστήµης Υπολογιστών ΗΥ-570: Στατιστική Επεξεργασία Σήµατος 205 ιδάσκων : Α. Μουχτάρης Τριτη Σειρά Ασκήσεων Λύσεις Ασκηση 3. 5.2 (a) From the Wiener-Hopf equation we have:

Διαβάστε περισσότερα

Figure A.2: MPC and MPCP Age Profiles (estimating ρ, ρ = 2, φ = 0.03)..

Figure A.2: MPC and MPCP Age Profiles (estimating ρ, ρ = 2, φ = 0.03).. Supplemental Material (not for publication) Persistent vs. Permanent Income Shocks in the Buffer-Stock Model Jeppe Druedahl Thomas H. Jørgensen May, A Additional Figures and Tables Figure A.: Wealth and

Διαβάστε περισσότερα

The Simply Typed Lambda Calculus

The Simply Typed Lambda Calculus Type Inference Instead of writing type annotations, can we use an algorithm to infer what the type annotations should be? That depends on the type system. For simple type systems the answer is yes, and

Διαβάστε περισσότερα

Finite Field Problems: Solutions

Finite Field Problems: Solutions Finite Field Problems: Solutions 1. Let f = x 2 +1 Z 11 [x] and let F = Z 11 [x]/(f), a field. Let Solution: F =11 2 = 121, so F = 121 1 = 120. The possible orders are the divisors of 120. Solution: The

Διαβάστε περισσότερα

D Alembert s Solution to the Wave Equation

D Alembert s Solution to the Wave Equation D Alembert s Solution to the Wave Equation MATH 467 Partial Differential Equations J. Robert Buchanan Department of Mathematics Fall 2018 Objectives In this lesson we will learn: a change of variable technique

Διαβάστε περισσότερα

forms This gives Remark 1. How to remember the above formulas: Substituting these into the equation we obtain with

forms This gives Remark 1. How to remember the above formulas: Substituting these into the equation we obtain with Week 03: C lassification of S econd- Order L inear Equations In last week s lectures we have illustrated how to obtain the general solutions of first order PDEs using the method of characteristics. We

Διαβάστε περισσότερα

b. Use the parametrization from (a) to compute the area of S a as S a ds. Be sure to substitute for ds!

b. Use the parametrization from (a) to compute the area of S a as S a ds. Be sure to substitute for ds! MTH U341 urface Integrals, tokes theorem, the divergence theorem To be turned in Wed., Dec. 1. 1. Let be the sphere of radius a, x 2 + y 2 + z 2 a 2. a. Use spherical coordinates (with ρ a) to parametrize.

Διαβάστε περισσότερα

Lecture 2. Soundness and completeness of propositional logic

Lecture 2. Soundness and completeness of propositional logic Lecture 2 Soundness and completeness of propositional logic February 9, 2004 1 Overview Review of natural deduction. Soundness and completeness. Semantics of propositional formulas. Soundness proof. Completeness

Διαβάστε περισσότερα

Other Test Constructions: Likelihood Ratio & Bayes Tests

Other Test Constructions: Likelihood Ratio & Bayes Tests Other Test Constructions: Likelihood Ratio & Bayes Tests Side-Note: So far we have seen a few approaches for creating tests such as Neyman-Pearson Lemma ( most powerful tests of H 0 : θ = θ 0 vs H 1 :

Διαβάστε περισσότερα

If we restrict the domain of y = sin x to [ π, π ], the restrict function. y = sin x, π 2 x π 2

If we restrict the domain of y = sin x to [ π, π ], the restrict function. y = sin x, π 2 x π 2 Chapter 3. Analytic Trigonometry 3.1 The inverse sine, cosine, and tangent functions 1. Review: Inverse function (1) f 1 (f(x)) = x for every x in the domain of f and f(f 1 (x)) = x for every x in the

Διαβάστε περισσότερα

General Linear Process. Autocovariance and Spectrum

General Linear Process. Autocovariance and Spectrum STAT 520 Linear Stationary and Nonstationary Models 1 General Linear Process Slide 1 Consider a general linear process of the form z t = a t + j=1 ψ ja t j = (1+ j=1 ψ jb j )a t = ψ(b)a t, where a t is

Διαβάστε περισσότερα

6.1. Dirac Equation. Hamiltonian. Dirac Eq.

6.1. Dirac Equation. Hamiltonian. Dirac Eq. 6.1. Dirac Equation Ref: M.Kaku, Quantum Field Theory, Oxford Univ Press (1993) η μν = η μν = diag(1, -1, -1, -1) p 0 = p 0 p = p i = -p i p μ p μ = p 0 p 0 + p i p i = E c 2 - p 2 = (m c) 2 H = c p 2

Διαβάστε περισσότερα

Econ Spring 2004 Instructor: Prof. Kiefer Solution to Problem set # 5. γ (0)

Econ Spring 2004 Instructor: Prof. Kiefer Solution to Problem set # 5. γ (0) Cornell University Department of Economics Econ 60 - Spring 004 Instructor: Prof. Kiefer Solution to Problem set # 5. Autocorrelation function is defined as ρ h = γ h γ 0 where γ h =Cov X t,x t h =E[X

Διαβάστε περισσότερα

Appendix to On the stability of a compressible axisymmetric rotating flow in a pipe. By Z. Rusak & J. H. Lee

Appendix to On the stability of a compressible axisymmetric rotating flow in a pipe. By Z. Rusak & J. H. Lee Appendi to On the stability of a compressible aisymmetric rotating flow in a pipe By Z. Rusak & J. H. Lee Journal of Fluid Mechanics, vol. 5 4, pp. 5 4 This material has not been copy-edited or typeset

Διαβάστε περισσότερα

If we restrict the domain of y = sin x to [ π 2, π 2

If we restrict the domain of y = sin x to [ π 2, π 2 Chapter 3. Analytic Trigonometry 3.1 The inverse sine, cosine, and tangent functions 1. Review: Inverse function (1) f 1 (f(x)) = x for every x in the domain of f and f(f 1 (x)) = x for every x in the

Διαβάστε περισσότερα

Section 7.6 Double and Half Angle Formulas

Section 7.6 Double and Half Angle Formulas 09 Section 7. Double and Half Angle Fmulas To derive the double-angles fmulas, we will use the sum of two angles fmulas that we developed in the last section. We will let α θ and β θ: cos(θ) cos(θ + θ)

Διαβάστε περισσότερα

Asymptotic distribution of MLE

Asymptotic distribution of MLE Asymptotic distribution of MLE Theorem Let {X t } be a causal and invertible ARMA(p,q) process satisfying Φ(B)X = Θ(B)Z, {Z t } IID(0, σ 2 ). Let ( ˆφ, ˆϑ) the values that minimize LL n (φ, ϑ) among those

Διαβάστε περισσότερα

Fourier Series. MATH 211, Calculus II. J. Robert Buchanan. Spring Department of Mathematics

Fourier Series. MATH 211, Calculus II. J. Robert Buchanan. Spring Department of Mathematics Fourier Series MATH 211, Calculus II J. Robert Buchanan Department of Mathematics Spring 2018 Introduction Not all functions can be represented by Taylor series. f (k) (c) A Taylor series f (x) = (x c)

Διαβάστε περισσότερα

Lecture 26: Circular domains

Lecture 26: Circular domains Introductory lecture notes on Partial Differential Equations - c Anthony Peirce. Not to be copied, used, or revised without eplicit written permission from the copyright owner. 1 Lecture 6: Circular domains

Διαβάστε περισσότερα

Lifting Entry (continued)

Lifting Entry (continued) ifting Entry (continued) Basic planar dynamics of motion, again Yet another equilibrium glide Hypersonic phugoid motion Planar state equations MARYAN 1 01 avid. Akin - All rights reserved http://spacecraft.ssl.umd.edu

Διαβάστε περισσότερα

DESIGN OF MACHINERY SOLUTION MANUAL h in h 4 0.

DESIGN OF MACHINERY SOLUTION MANUAL h in h 4 0. DESIGN OF MACHINERY SOLUTION MANUAL -7-1! PROBLEM -7 Statement: Design a double-dwell cam to move a follower from to 25 6, dwell for 12, fall 25 and dwell for the remader The total cycle must take 4 sec

Διαβάστε περισσότερα

Econ 2110: Fall 2008 Suggested Solutions to Problem Set 8 questions or comments to Dan Fetter 1

Econ 2110: Fall 2008 Suggested Solutions to Problem Set 8  questions or comments to Dan Fetter 1 Eon : Fall 8 Suggested Solutions to Problem Set 8 Email questions or omments to Dan Fetter Problem. Let X be a salar with density f(x, θ) (θx + θ) [ x ] with θ. (a) Find the most powerful level α test

Διαβάστε περισσότερα

Statistics 104: Quantitative Methods for Economics Formula and Theorem Review

Statistics 104: Quantitative Methods for Economics Formula and Theorem Review Harvard College Statistics 104: Quantitative Methods for Economics Formula and Theorem Review Tommy MacWilliam, 13 tmacwilliam@college.harvard.edu March 10, 2011 Contents 1 Introduction to Data 5 1.1 Sample

Διαβάστε περισσότερα

k A = [k, k]( )[a 1, a 2 ] = [ka 1,ka 2 ] 4For the division of two intervals of confidence in R +

k A = [k, k]( )[a 1, a 2 ] = [ka 1,ka 2 ] 4For the division of two intervals of confidence in R + Chapter 3. Fuzzy Arithmetic 3- Fuzzy arithmetic: ~Addition(+) and subtraction (-): Let A = [a and B = [b, b in R If x [a and y [b, b than x+y [a +b +b Symbolically,we write A(+)B = [a (+)[b, b = [a +b

Διαβάστε περισσότερα

Section 9.2 Polar Equations and Graphs

Section 9.2 Polar Equations and Graphs 180 Section 9. Polar Equations and Graphs In this section, we will be graphing polar equations on a polar grid. In the first few examples, we will write the polar equation in rectangular form to help identify

Διαβάστε περισσότερα

Lanczos and biorthogonalization methods for eigenvalues and eigenvectors of matrices

Lanczos and biorthogonalization methods for eigenvalues and eigenvectors of matrices Lanzos and iorthogonalization methods for eigenvalues and eigenvetors of matries rolem formulation Many prolems are redued to solving the following system: x x where is an unknown numer А a matrix n n

Διαβάστε περισσότερα

5. Partial Autocorrelation Function of MA(1) Process:

5. Partial Autocorrelation Function of MA(1) Process: 54 5. Partial Autocorrelation Function of MA() Process: φ, = ρ() = θ + θ 2 0 ( ρ() ) ( φ2, ) ( φ() ) = ρ() φ 2,2 φ(2) ρ() ρ() ρ(2) = φ 2,2 = ρ() = ρ() ρ() ρ() 0 ρ() ρ() = ρ()2 ρ() 2 = θ 2 + θ 2 + θ4 0

Διαβάστε περισσότερα

Similarly, we may define hyperbolic functions cosh α and sinh α from the unit hyperbola

Similarly, we may define hyperbolic functions cosh α and sinh α from the unit hyperbola Universit of Hperbolic Functions The trigonometric functions cos α an cos α are efine using the unit circle + b measuring the istance α in the counter-clockwise irection along the circumference of the

Διαβάστε περισσότερα

ST5224: Advanced Statistical Theory II

ST5224: Advanced Statistical Theory II ST5224: Advanced Statistical Theory II 2014/2015: Semester II Tutorial 7 1. Let X be a sample from a population P and consider testing hypotheses H 0 : P = P 0 versus H 1 : P = P 1, where P j is a known

Διαβάστε περισσότερα

Pg The perimeter is P = 3x The area of a triangle is. where b is the base, h is the height. In our case b = x, then the area is

Pg The perimeter is P = 3x The area of a triangle is. where b is the base, h is the height. In our case b = x, then the area is Pg. 9. The perimeter is P = The area of a triangle is A = bh where b is the base, h is the height 0 h= btan 60 = b = b In our case b =, then the area is A = = 0. By Pythagorean theorem a + a = d a a =

Διαβάστε περισσότερα

Srednicki Chapter 55

Srednicki Chapter 55 Srednicki Chapter 55 QFT Problems & Solutions A. George August 3, 03 Srednicki 55.. Use equations 55.3-55.0 and A i, A j ] = Π i, Π j ] = 0 (at equal times) to verify equations 55.-55.3. This is our third

Διαβάστε περισσότερα

Second Order Partial Differential Equations

Second Order Partial Differential Equations Chapter 7 Second Order Partial Differential Equations 7.1 Introduction A second order linear PDE in two independent variables (x, y Ω can be written as A(x, y u x + B(x, y u xy + C(x, y u u u + D(x, y

Διαβάστε περισσότερα

ΚΥΠΡΙΑΚΗ ΕΤΑΙΡΕΙΑ ΠΛΗΡΟΦΟΡΙΚΗΣ CYPRUS COMPUTER SOCIETY ΠΑΓΚΥΠΡΙΟΣ ΜΑΘΗΤΙΚΟΣ ΔΙΑΓΩΝΙΣΜΟΣ ΠΛΗΡΟΦΟΡΙΚΗΣ 19/5/2007

ΚΥΠΡΙΑΚΗ ΕΤΑΙΡΕΙΑ ΠΛΗΡΟΦΟΡΙΚΗΣ CYPRUS COMPUTER SOCIETY ΠΑΓΚΥΠΡΙΟΣ ΜΑΘΗΤΙΚΟΣ ΔΙΑΓΩΝΙΣΜΟΣ ΠΛΗΡΟΦΟΡΙΚΗΣ 19/5/2007 Οδηγίες: Να απαντηθούν όλες οι ερωτήσεις. Αν κάπου κάνετε κάποιες υποθέσεις να αναφερθούν στη σχετική ερώτηση. Όλα τα αρχεία που αναφέρονται στα προβλήματα βρίσκονται στον ίδιο φάκελο με το εκτελέσιμο

Διαβάστε περισσότερα

Trigonometric Formula Sheet

Trigonometric Formula Sheet Trigonometric Formula Sheet Definition of the Trig Functions Right Triangle Definition Assume that: 0 < θ < or 0 < θ < 90 Unit Circle Definition Assume θ can be any angle. y x, y hypotenuse opposite θ

Διαβάστε περισσότερα

Problem Set 9 Solutions. θ + 1. θ 2 + cotθ ( ) sinθ e iφ is an eigenfunction of the ˆ L 2 operator. / θ 2. φ 2. sin 2 θ φ 2. ( ) = e iφ. = e iφ cosθ.

Problem Set 9 Solutions. θ + 1. θ 2 + cotθ ( ) sinθ e iφ is an eigenfunction of the ˆ L 2 operator. / θ 2. φ 2. sin 2 θ φ 2. ( ) = e iφ. = e iφ cosθ. Chemistry 362 Dr Jean M Standard Problem Set 9 Solutions The ˆ L 2 operator is defined as Verify that the angular wavefunction Y θ,φ) Also verify that the eigenvalue is given by 2! 2 & L ˆ 2! 2 2 θ 2 +

Διαβάστε περισσότερα

Μηχανική Μάθηση Hypothesis Testing

Μηχανική Μάθηση Hypothesis Testing ΕΛΛΗΝΙΚΗ ΔΗΜΟΚΡΑΤΙΑ ΠΑΝΕΠΙΣΤΗΜΙΟ ΚΡΗΤΗΣ Μηχανική Μάθηση Hypothesis Testing Γιώργος Μπορμπουδάκης Τμήμα Επιστήμης Υπολογιστών Procedure 1. Form the null (H 0 ) and alternative (H 1 ) hypothesis 2. Consider

Διαβάστε περισσότερα

Probability and Random Processes (Part II)

Probability and Random Processes (Part II) Probability and Random Processes (Part II) 1. If the variance σ x of d(n) = x(n) x(n 1) is one-tenth the variance σ x of a stationary zero-mean discrete-time signal x(n), then the normalized autocorrelation

Διαβάστε περισσότερα

Higher Derivative Gravity Theories

Higher Derivative Gravity Theories Higher Derivative Gravity Theories Black Holes in AdS space-times James Mashiyane Supervisor: Prof Kevin Goldstein University of the Witwatersrand Second Mandelstam, 20 January 2018 James Mashiyane WITS)

Διαβάστε περισσότερα

ES440/ES911: CFD. Chapter 5. Solution of Linear Equation Systems

ES440/ES911: CFD. Chapter 5. Solution of Linear Equation Systems ES440/ES911: CFD Chapter 5. Solution of Linear Equation Systems Dr Yongmann M. Chung http://www.eng.warwick.ac.uk/staff/ymc/es440.html Y.M.Chung@warwick.ac.uk School of Engineering & Centre for Scientific

Διαβάστε περισσότερα

Approximation of distance between locations on earth given by latitude and longitude

Approximation of distance between locations on earth given by latitude and longitude Approximation of distance between locations on earth given by latitude and longitude Jan Behrens 2012-12-31 In this paper we shall provide a method to approximate distances between two points on earth

Διαβάστε περισσότερα

Quadratic Expressions

Quadratic Expressions Quadratic Expressions. The standard form of a quadratic equation is ax + bx + c = 0 where a, b, c R and a 0. The roots of ax + bx + c = 0 are b ± b a 4ac. 3. For the equation ax +bx+c = 0, sum of the roots

Διαβάστε περισσότερα

Uniform Convergence of Fourier Series Michael Taylor

Uniform Convergence of Fourier Series Michael Taylor Uniform Convergence of Fourier Series Michael Taylor Given f L 1 T 1 ), we consider the partial sums of the Fourier series of f: N 1) S N fθ) = ˆfk)e ikθ. k= N A calculation gives the Dirichlet formula

Διαβάστε περισσότερα

ω ω ω ω ω ω+2 ω ω+2 + ω ω ω ω+2 + ω ω+1 ω ω+2 2 ω ω ω ω ω ω ω ω+1 ω ω2 ω ω2 + ω ω ω2 + ω ω ω ω2 + ω ω+1 ω ω2 + ω ω+1 + ω ω ω ω2 + ω

ω ω ω ω ω ω+2 ω ω+2 + ω ω ω ω+2 + ω ω+1 ω ω+2 2 ω ω ω ω ω ω ω ω+1 ω ω2 ω ω2 + ω ω ω2 + ω ω ω ω2 + ω ω+1 ω ω2 + ω ω+1 + ω ω ω ω2 + ω 0 1 2 3 4 5 6 ω ω + 1 ω + 2 ω + 3 ω + 4 ω2 ω2 + 1 ω2 + 2 ω2 + 3 ω3 ω3 + 1 ω3 + 2 ω4 ω4 + 1 ω5 ω 2 ω 2 + 1 ω 2 + 2 ω 2 + ω ω 2 + ω + 1 ω 2 + ω2 ω 2 2 ω 2 2 + 1 ω 2 2 + ω ω 2 3 ω 3 ω 3 + 1 ω 3 + ω ω 3 +

Διαβάστε περισσότερα

Solutions to Exercise Sheet 5

Solutions to Exercise Sheet 5 Solutions to Eercise Sheet 5 jacques@ucsd.edu. Let X and Y be random variables with joint pdf f(, y) = 3y( + y) where and y. Determine each of the following probabilities. Solutions. a. P (X ). b. P (X

Διαβάστε περισσότερα

Chapter 6: Systems of Linear Differential. be continuous functions on the interval

Chapter 6: Systems of Linear Differential. be continuous functions on the interval Chapter 6: Systems of Linear Differential Equations Let a (t), a 2 (t),..., a nn (t), b (t), b 2 (t),..., b n (t) be continuous functions on the interval I. The system of n first-order differential equations

Διαβάστε περισσότερα

Differential equations

Differential equations Differential equations Differential equations: An equation inoling one dependent ariable and its deriaties w. r. t one or more independent ariables is called a differential equation. Order of differential

Διαβάστε περισσότερα

Statistical Inference I Locally most powerful tests

Statistical Inference I Locally most powerful tests Statistical Inference I Locally most powerful tests Shirsendu Mukherjee Department of Statistics, Asutosh College, Kolkata, India. shirsendu st@yahoo.co.in So far we have treated the testing of one-sided

Διαβάστε περισσότερα

DERIVATION OF MILES EQUATION FOR AN APPLIED FORCE Revision C

DERIVATION OF MILES EQUATION FOR AN APPLIED FORCE Revision C DERIVATION OF MILES EQUATION FOR AN APPLIED FORCE Revision C By Tom Irvine Email: tomirvine@aol.com August 6, 8 Introduction The obective is to derive a Miles equation which gives the overall response

Διαβάστε περισσότερα

Math221: HW# 1 solutions

Math221: HW# 1 solutions Math: HW# solutions Andy Royston October, 5 7.5.7, 3 rd Ed. We have a n = b n = a = fxdx = xdx =, x cos nxdx = x sin nx n sin nxdx n = cos nx n = n n, x sin nxdx = x cos nx n + cos nxdx n cos n = + sin

Διαβάστε περισσότερα

SCHOOL OF MATHEMATICAL SCIENCES G11LMA Linear Mathematics Examination Solutions

SCHOOL OF MATHEMATICAL SCIENCES G11LMA Linear Mathematics Examination Solutions SCHOOL OF MATHEMATICAL SCIENCES GLMA Linear Mathematics 00- Examination Solutions. (a) i. ( + 5i)( i) = (6 + 5) + (5 )i = + i. Real part is, imaginary part is. (b) ii. + 5i i ( + 5i)( + i) = ( i)( + i)

Διαβάστε περισσότερα

The ε-pseudospectrum of a Matrix

The ε-pseudospectrum of a Matrix The ε-pseudospectrum of a Matrix Feb 16, 2015 () The ε-pseudospectrum of a Matrix Feb 16, 2015 1 / 18 1 Preliminaries 2 Definitions 3 Basic Properties 4 Computation of Pseudospectrum of 2 2 5 Problems

Διαβάστε περισσότερα

Lifting Entry 2. Basic planar dynamics of motion, again Yet another equilibrium glide Hypersonic phugoid motion MARYLAND U N I V E R S I T Y O F

Lifting Entry 2. Basic planar dynamics of motion, again Yet another equilibrium glide Hypersonic phugoid motion MARYLAND U N I V E R S I T Y O F ifting Entry Basic planar dynamics of motion, again Yet another equilibrium glide Hypersonic phugoid motion MARYAN 1 010 avid. Akin - All rights reserved http://spacecraft.ssl.umd.edu ifting Atmospheric

Διαβάστε περισσότερα

SCITECH Volume 13, Issue 2 RESEARCH ORGANISATION Published online: March 29, 2018

SCITECH Volume 13, Issue 2 RESEARCH ORGANISATION Published online: March 29, 2018 Journal of rogressive Research in Mathematics(JRM) ISSN: 2395-028 SCITECH Volume 3, Issue 2 RESEARCH ORGANISATION ublished online: March 29, 208 Journal of rogressive Research in Mathematics www.scitecresearch.com/journals

Διαβάστε περισσότερα

Lecture 13 - Root Space Decomposition II

Lecture 13 - Root Space Decomposition II Lecture 13 - Root Space Decomposition II October 18, 2012 1 Review First let us recall the situation. Let g be a simple algebra, with maximal toral subalgebra h (which we are calling a CSA, or Cartan Subalgebra).

Διαβάστε περισσότερα

5.4 The Poisson Distribution.

5.4 The Poisson Distribution. The worst thing you can do about a situation is nothing. Sr. O Shea Jackson 5.4 The Poisson Distribution. Description of the Poisson Distribution Discrete probability distribution. The random variable

Διαβάστε περισσότερα

Introduction to Time Series Analysis. Lecture 16.

Introduction to Time Series Analysis. Lecture 16. Introduction to Time Series Analysis. Lecture 16. 1. Review: Spectral density 2. Examples 3. Spectral distribution function. 4. Autocovariance generating function and spectral density. 1 Review: Spectral

Διαβάστε περισσότερα

Problem Set 3: Solutions

Problem Set 3: Solutions CMPSCI 69GG Applied Information Theory Fall 006 Problem Set 3: Solutions. [Cover and Thomas 7.] a Define the following notation, C I p xx; Y max X; Y C I p xx; Ỹ max I X; Ỹ We would like to show that C

Διαβάστε περισσότερα

Instruction Execution Times

Instruction Execution Times 1 C Execution Times InThisAppendix... Introduction DL330 Execution Times DL330P Execution Times DL340 Execution Times C-2 Execution Times Introduction Data Registers This appendix contains several tables

Διαβάστε περισσότερα