Stationary Univariate Time Series Models 1

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

Download "Stationary Univariate Time Series Models 1"

Transcript

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:

2 Example 1: US Unemployment Rate / 54

3 Example 2: US Real GDP / 54

4 Example 3: US log Real GDP / 54

5 Example 4: US Real GDP Growth Rate / 54

6 Covariance Stationary Time Series Stochastic Process: sequence of rv s ordered by time {Y t } = {..., Y 1, Y 0, Y 1,...} Defn: {Y t } is covariance stationary if E[Y t ] = µ for all t cov(y t, Y t j ) = E[(Y t µ)(y t j µ)] = γ j for all t and any j Remarks γ j = jth lag autocovariance; γ 0 = var(y t ) ρ j = γ j /γ 0 = jth lag autocorrelation 6 / 54

7 Example: White Noise (WN(0, σ 2 )) Y t = ε t E[ε t ] = 0, var(ε t ) = σ 2, cov(ε t, ε t j ) = 0 Example: Independent White Noise (IWN(0, σ 2 )) Y t = ε t, ε t iid (0, σ 2 ) E[Y t ] = 0, var(y t ) = σ 2, γ j = 0, j 0 Example: Gaussian White Noise (GWN(0, σ 2 )) Y t = ε t, ε t iid N(0, σ 2 ) 7 / 54

8 Gaussian White Noise # simulate gaussian white noise process y <- as.ts(rnorm(250)) # plot process plot(y) abline(h=0) / 54

9 Nonstationary Processes Example: Deterministically trending process Y t = β 0 + β 1 t + ε t, ε t WN(0, σ 2 ) E[Y t ] = β 0 + β 1 t depends on t Note: A simple detrending transformation yield a stationary process: X t = Y t β 0 β 1 t = ε t Example: Random Walk Y t = Y t 1 + ε t, ε t WN(0, σ 2 ), Y 0 is fixed t = Y 0 + ε j var(y t ) = σ 2 t depends on t j=1 Note: A simple detrending transformation yield a stationary process: Y t = Y t Y t 1 = ε t 9 / 54

10 Deterministically Trending Process # simulate trend process e <- rnorm(250) beta0 <- 0; beta1 <-.1 t <- seq(1,250) y <- as.ts(beta0+beta1*t+e) / 54

11 Random Walk # simulate random walk process e <- rnorm(250) y <- as.ts(rep(0,250)) y[1] <- e[1] for(i in 2:250){ y[i] <- y[i-1]+e[i] } / 54

12 Wold s Decomposition Theorem Any covariance stationary time series {Y t } can be represented in the form Y t = µ + ψ j ε t j, ε t WN(0, σ 2 ) ψ 0 = 1, Properties: E[Y t ] = µ j=0 ψj 2 j=0 < γ 0 = var(y t ) = σ 2 j=0 ψ 2 j < γ j = E[(Y t µ)(y t j µ)] = σ 2 (ψ j + ψ j+1 ψ 1 + ) = σ 2 ψ k ψ k+j k=0 12 / 54

13 AutoRegressive Moving Average (ARMA) Models Idea: Approximate Wold form of stationary time series by parsimonious parametric models (stochastic difference equations) ARMA(p,q) model: Y t µ = φ 1 (Y t 1 µ) + + φ p (Y t p µ) Lag operator notation: + ε t + θ 1 ε t θ q ε t q ε t WN(0, σ 2 ) φ(l)(y t µ) = θ(l)ε t φ(l) = 1 φ 1 L φ p L p θ(l) = 1 + θ 1 L + + θ q L q 13 / 54

14 ARMA(1,0) Model Y t = φy t 1 + ε t, ε t WN(0, σ 2 ) Solution by recursive substitution: Y t = φ t+1 Y 1 + φ t ε φε t 1 + ε t t = φ t+1 Y 1 + φ i ε t i = φ t+1 Y 1 + i=0 t ψ i ε t i, ψ i = φ i i=0 Alternatively, solving forward j periods from time t : Y t+j = φ j+1 Y t 1 + φ j ε t + + φε t+j 1 + ε t+j j = φ j+1 Y t 1 + ψ i ε t+j i i=0 14 / 54

15 Dynamic Multiplier: dy j dε 0 = dy t+j dε t = φ j = ψ j Impulse Response Function (IRF): Plot ψ j vs. j Cumulative impact (up to horizon j): j i=0 ψ j Long-run cumulative impact ψ j = ψ(1) i=0 = ψ(l) evaluated at L = 1 15 / 54

16 AR(1), φ = 0.75 IRF Cumulative IRF lags lags 16 / 54

17 AR(1), φ = 0.75 IRF Cumulative IRF lags lags 17 / 54

18 Stability and Stationarity Conditions If φ < 1 then lim j φj = lim ψ j = 0 j and the stationary solution (Wold form) for the AR(1) becomes Y t = φ j ε t j = ψ j ε t j j=0 This is a stable (non-explosive) solution. j=0 Note that ψ(1) = j=0 φ j = 1 1 φ < 18 / 54

19 If φ = 1 then t Y t = Y 0 + ε j, ψ j = 1, ψ(1) = which is not stationary or stable. j=0 AR(1) in Lag Operator Notation (1 φl)y t = ε t If φ < 1 then (1 φl) 1 = φ j L j = 1 + φl + φ 2 L 2 + j=0 such that (1 φl) 1 (1 φl) = 1 19 / 54

20 Trick to find Wold form: (1 φl)y t = ε t Y t = (1 φl) 1 ε t = φ j L j ε t = = j=0 φ j ε t j j=0 ψ j ε t j, ψ j = φ j j=0 20 / 54

21 Moments of Stationary AR(1) Mean adjusted form: Y t µ = φ(y t 1 µ) + ε t, ε t WN(0, σ 2 ), φ < 1 Regression form: Y t = c + φy t 1 + ε t, c = µ(1 φ) Trick for calculating moments: use stationarity properties E[Y t ] = E[Y t j ] for all j cov(y t, Y t j ) = cov(y t k, Y t k j ) for all k, j 21 / 54

22 Mean of AR(1) E[Y t ] = c + φe[y t 1 ] + E[ε t ] Variance of AR(1) = c + φe[y t ] E[Y t ] = c 1 φ = µ γ 0 = var(y t ) = E[(Y t µ) 2 ] = E[(φ(Y t 1 µ) + ε t ) 2 ] = φ 2 E[(Y t 1 µ) 2 ] + 2φE[(Y t 1 µ)ε t ] + E[ε 2 t ] = φ 2 γ 0 + σ 2 (by stationarity) γ 0 = σ2 1 φ 2 Note: From the Wold representation γ 0 = var φ j ε t j = σ 2 j=0 j=0 φ 2j = σ2 1 φ 2 22 / 54

23 Autocovariances and Autocorrelations Trick: multiply Y t µ by Y t j µ and take expectations γ j = E[(Y t µ)(y t j µ)] Autocorrelations: = E[φ(Y t 1 µ)(y t j µ)] + E[ε t (Y t j µ)] = φγ j 1 (by stationarity) γ j = φ j γ 0 = φ j σ 2 1 φ 2 ρ j = γ j = φj γ 0 = φ j = ψ j γ 0 γ 0 Note: for the AR(1), ρ j = ψ j. However, this is not true for general ARMA processes. Autocorrelation Function (ACF): Plot ρ j vs. j 23 / 54

24 Simulated AR(1) Processes φ = φ = φ = 0.75 φ = / 54

25 ACFs for AR(1) Processes φ = φ = lags lags φ = 0.75 φ = lags lags 25 / 54

26 Half-Life of AR(1): lag at which IRF decreases by one half φ j = 0.5 j ln φ = ln(0.5) j = ln(0.5) ln φ φ half-life The half-life is a measure of the speed of mean reversion. 26 / 54

27 ARMA(p, 0) Model Mean-adjusted form: Y t µ = φ 1 (Y t 1 µ) + + φ p (Y t p µ) + ε t ε t WN(0, σ 2 ) E[Y t ] = µ Lag operator notation: φ(l)(y t µ) = ε t φ(l) = 1 φ 1 L φ p L p Regression Model formulation: Y t = c + φ 1 Y t φ p Y t p + ε t φ(l)y t = c + ε t, c = µφ(1) 27 / 54

28 Stability and Stationarity Conditions Trick: Write pth order SDE as a 1st order vector SDE X t X t 1 X t 2. X t p+1 = φ 1 φ 2 φ p X t 1 X t 2 X t 3. X t p + ε t or ξ t = F ξ t 1 + v t (p 1) (p p) (p 1) (p 1) 28 / 54

29 Use insights from AR(1) to study behavior of VAR(1): ξ t+j = F j+1 ξ t 1 + F j v t Fv t+j 1 + v t+j F j = F F... F (j times) Intuition: Stability and stationarity requires lim F j = 0 j Initial value has no impact on eventual level of series. 29 / 54

30 Example: AR(2) X t = φ 1 X t 1 + φ 2 X t 2 + ε t or [ X t X t 1 ] = [ φ 1 φ ] [ X t 1 X t 2 ] + [ ε t 0 ] Iterating j periods out gives [ ] [ ] j+1 [ X t+j φ 1 φ 2 = X t+j [ ] [ φ 1 φ X t 1 X t 2 ] [ ] j [ φ 1 φ ] [ ] ε t+j 1 ε t+j ε t 0 ] 30 / 54

31 First row gives X t+j X t+j = f (j+1) 11 X t 1 + f (j+1) 12 X t 2 + f (j) 11 ε t + + f 11 ε t+j 1 + ε t+j f (j) 11 = (1, 1) element of F j Note: [ ] [ ] [ ] F 2 = φ 1 φ φ 1 φ = φ φ 2 φ 1 φ 2 φ 1 φ 2 Result: The ARMA(p, 0) model is covariance stationary and has Wold representation Y t = µ + ψ j ε t j, ψ 0 = 1 j=0 with ψ j = (1, 1) element of F j provided all of the eigenvalues of F have modulus less than / 54

32 Finding Eigenvalues λ is an eigenvalue of F and x is an eigenvector if Fx = λx (F λi p )x = 0 Example: AR(2) F λi p is singular det(f λi p ) = 0 det(f λi 2 ) = det = det (( ( φ 1 φ ) φ 1 λ φ 2 1 λ = λ 2 φ 1 λ φ 2 ) [ λ 0 0 λ ]) 32 / 54

33 The eigenvalues of F solve the reverse characteristic equation λ 2 φ 1 λ φ 2 = 0 Using the quadratic equation, the roots satisfy λ i = φ 1 ± φ φ 2, i = 1, 2 2 These root may be real or complex. Complex roots induce periodic behavior in y t. Recall, if λ i is complex then λ i = a + bi a = R cos(θ), b = R sin(θ) R = a 2 + b 2 = modulus 33 / 54

34 To see why λ i < 1 implies lim j F j = 0 consider the AR(2) with real-valued eigenvalues. By the spectral decomposition theorem Then F = T ΛT 1, T 1 = T [ ] [ λ 1 0 Λ =, T = 0 λ 2 t 11 t 12 t 21 t 22 ], T 1 = [ t 11 t 12 t 21 t 22 ] and F j = (T ΛT 1 )... (T ΛT 1 ) = T Λ j T 1 provided λ 1 < 1 and λ 2 < 1. lim F j = T lim Λ j T 1 = 0 j j 34 / 54

35 Note: F j = Λ j T 1 T [ = t 11 t 12 t 21 t 22 so that ] [ λ j λ j 2 ] [ t 11 t 12 t 21 t 22 ] f (j) 11 = (t 11 t 11 )λ j 1 + (t 12t 22 )λ j 2 = c 1 λ j 1 + c 2λ j 2 = ψ j where Then, c 1 + c 2 = 1 lim ψ j = lim (c 1 λ j 1 + c j j 2λ j 2 ) = 0 35 / 54

36 Examples of AR(2) Processes AR(2) process with φ 1 = 0.6 and φ 2 = 0.2. Y t = 0.6Y t Y t 2 + ε t φ 1 + φ 2 = 0.8 < 1 [ ] F = 1 0 The eigenvalues are found using λ i = φ 1 ± φ φ 2 2 λ 1 = (0.6) 2 + 4(0.2) 2 λ 2 = 0.6 (0.6) 2 + 4(0.2) 2 ψ j = c 1 (0.84) j + c 2 ( 0.24) j = 0.84 = / 54

37 AR(2) Process, φ 1 = 0.6, φ 2 = ACF lags 37 / 54

38 AR(2) process with φ 1 = 0.5 and φ 2 = 0.8. Note: Then Y t = 0.5Y t 1 0.8Y t 2 + ε t φ 1 + φ 2 = 0.3 < 1 [ ] F = 1 0 φ φ 2 = (0.5) 2 4(0.8) = 2.95 complex eigenvalues λ i = a ± bi, i = 1 a = φ 1 (φ 2 2, b = 1 + 4φ 2 ) 2 38 / 54

39 Here a = = 0.25, b = = λ i = 0.25 ± 0.86i modulus = R = a 2 + b 2 = (0.25) 2 + (0.86) 2 = Note: The IRF has the form ψ j = c 1 λ j 1 + c 2λ j 2 R j [cos(θj) + sin(θj)] 39 / 54

40 AR(2) Process, φ 1 = 0.5, φ 2 = ACF lags 40 / 54

41 Stationarity Conditions on Lag Polynomial φ(l) Consider the AR(2) model in lag operator notation (1 φ 1 L φ 2 L 2 )X t = φ(l)x t = ε t For any variable z, consider the characteristic equation φ(z) = 1 φ 1 z φ 2 z 2 = 0 By the fundamental theorem of algebra 1 φ 1 z φ 2 z 2 = (1 λ 1 z)(1 λ 2 z) so that z 1 = 1 λ 1, z 2 = 1 λ 2 are the roots of the characteristic equation. The values λ 1 and λ 2 are the eigenvalues of F. 41 / 54

42 Result: The inverses of the roots of the characteristic equation φ(z) = 1 φ 1 z φ 2 z 2 φ p z p = 0 are the eigenvalues of the companion matrix F. Therefore, the AR(p) model is stable and stationary provided the roots of φ(z) = 0 have modulus greater than unity (roots lie outside the complex unit circle). Remarks 1. The reverse characteristic equation for the AR(p) is z p φ 1 z p 1 φ 2 z p 2 φ p 1 z φ p = 0 This is the same polynomial equation used to find the eigenvalues of F. 42 / 54

43 2. If the AR(p) is stationary, then φ(l) = 1 φ 1 L φ p L p = (1 λ 1 L)(1 λ 2 L) (1 λ p L) where λ i < 1. Suppose, all λ i are all real. Then (1 λ i L) 1 = λ j i Lj j=0 φ(l) 1 = (1 λ 1 L) 1 (1 λ p L) 1 = λ j 1 Lj λ j 2 Lj... λ j pl j j=0 j=0 j=0 The Wold solution for X t may be found using X t = φ(l) 1 ε t = λ j 1 Lj λ j 2 Lj... λ j pl j ε t j=0 j=0 j=0 43 / 54

44 3. A simple algorithm exists to determine the Wold form. To illustrate, consider the AR(2) model. By definition φ(l) 1 = (1 φ 1 L φ 2 L 2 ) 1 = ψ(l), ψ(l) = ψ j L j j=0 1 = φ(l)ψ(l) 1 = (1 φ 1 L φ 2 L 2 ) (1 + ψ 1 L + ψ 2 L 2 + ) Collecting coefficients of powers of L gives 1 = 1 + (ψ 1 φ 1 )L + (ψ 2 φ 1 ψ 1 φ 2 )L / 54

45 Since all coefficients on powers of L must be equal to zero, it follows that ψ 1 = φ 1 ψ 2 = φ 1 ψ 1 + φ 2 ψ 3 = φ 1 ψ 2 + φ 2 ψ 1. ψ j = φ 1 ψ j 1 + φ 2 ψ j 2 45 / 54

46 Moments of Stationary AR(p) Model or Y t µ = φ 1 (Y t 1 µ) + + φ p (Y t p µ) + ε t ε t WN(0, σ 2 ) Y t = c + φ 1 Y t φ p Y t p + ε t c = µ(1 π) π = φ 1 + φ φ p Note: if π = 1 then φ(1) = 1 π = 0 and z = 1 is a root of φ(z) = 0. In this case we say that the AR(p) process has a unit root and the process is nonstationary. 46 / 54

47 Straightforward algebra shows that E[Y t ] = µ γ 0 = φ 1 γ 1 + φ 2 γ φ p γ p + σ 2 γ j = φ 1 γ j 1 + φ 2 γ j φ p γ j p ρ j = φ 1 ρ j 1 + φ 2 ρ j φ p ρ j p The recursive equations for ρ j are called the Yule-Walker equations. Result: (γ 0, γ 1,..., γ p 1 ) is determined from the first p elements of the first column of the (p 2 p 2 ) matrix σ 2 [I p 2 (F F )] 1 where F is the state space companion matrix for the AR(p) model. 47 / 54

48 ARMA(0,1) Process (MA(1)) Y t = µ + ε t + θε t 1 = µ + θ(l)ε t θ(l) = 1 + θl, ε t WN(0, σ 2 ) Moments of MA(1) Mean of MA(1) E[Y t ] = µ Variance of MA(1) var(y t ) = γ 0 = E[(Y t µ) 2 ] = E[(ε t + θε t 1 ) 2 ] = σ 2 (1 + θ 2 ) 48 / 54

49 Autocovariances and Autocorrelations γ 1 = E[(Y t µ)(y t 1 µ)] = E[(ε t + θε t 1 )(ε t 1 + θε t 2 )] = σ 2 θ ρ 1 = γ 1 = θ γ θ 2 γ j = 0, j > 1 Remark: There is an identification problem for 0.5 < ρ 1 < 0.5 The values θ and θ 1 produce the same value of ρ 1. For example, θ = 0.5 and θ 1 = 2 both produce ρ 1 = / 54

50 Invertibility Condition: The MA(1) is invertible if θ < 1 Result: Invertible MA models have infinite order AR representations (Y t µ) = (1 + θl)ε t, θ < 1 = (1 θ L)ε t, θ = θ so that (1 θ L) 1 (Y t µ) = ε t (θ ) j L j (Y t µ) = ε t j=0 ε t = (Y t µ) + θ (Y t 1 µ) + (θ ) 2 (Y t 2 µ) + 50 / 54

51 Simulated MA(1) Processes θ = 0.95 θ = θ = 0.95 θ = / 54

52 ACFs for MA(1) Processes ACF θ = 0.95 ACF θ = lags lags ACF θ = 0.95 ACF θ = lags lags 52 / 54

53 Long-Run Variance Let Y t be a stationary and ergodic time series with E(Y t ) = µ. Anderson s central limit theorem (Hamilton (1994, pg. 195)) states or T ( Ȳ µ) d N(0, γ j ) Ȳ A N(µ, 1 T γ j ) j= j= Hence, the long-run variance of Y t is T times the asymptotic variance of Ȳ : LRV (Y t ) = T avar(ȳ ) = j= γ j 53 / 54

54 Remark: Since γ j = γ j, LRV (Y t ) may alternatively be expressed as LRV (Y t ) = γ j=1 γ j Example: MA(1) Y t = µ + ε t + θε t 1 For the MA(1) process: γ 0 = σ 2 (1 + θ 2 ), γ 1 = σ 2 θ, and γ j = 0 for j > 1. As a result: LRV (Y t ) = σ 2 (1 + θ 2 ) + 2σ 2 θ = σ 2 (1 + θ) 2 54 / 54

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

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

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(ǫ

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

Module 5. February 14, h 0min

Module 5. February 14, h 0min 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,

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

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

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

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

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

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

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

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

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

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

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

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

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

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) =

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

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 :

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

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

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

Ordinal Arithmetic: Addition, Multiplication, Exponentiation and Limit

Ordinal Arithmetic: Addition, Multiplication, Exponentiation and Limit Ordinal Arithmetic: Addition, Multiplication, Exponentiation and Limit Ting Zhang Stanford May 11, 2001 Stanford, 5/11/2001 1 Outline Ordinal Classification Ordinal Addition Ordinal Multiplication Ordinal

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

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

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

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.

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

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

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

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 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,

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

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

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

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

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

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

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

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

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

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

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

Απόκριση σε Μοναδιαία Ωστική Δύναμη (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

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

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

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

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

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

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

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

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)

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

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

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

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

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

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)

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

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

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

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)

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

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

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

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

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

Tridiagonal matrices. Gérard MEURANT. October, 2008

Tridiagonal matrices. Gérard MEURANT. October, 2008 Tridiagonal matrices Gérard MEURANT October, 2008 1 Similarity 2 Cholesy factorizations 3 Eigenvalues 4 Inverse Similarity Let α 1 ω 1 β 1 α 2 ω 2 T =......... β 2 α 1 ω 1 β 1 α and β i ω i, i = 1,...,

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

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

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

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

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

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

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

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

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

Lecture 21: Properties and robustness of LSE

Lecture 21: Properties and robustness of LSE Lecture 21: Properties and robustness of LSE BLUE: Robustness of LSE against normality We now study properties of l τ β and σ 2 under assumption A2, i.e., without the normality assumption on ε. From Theorem

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

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

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

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

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

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

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

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 θ

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

SOLUTIONS TO MATH38181 EXTREME VALUES AND FINANCIAL RISK EXAM

SOLUTIONS TO MATH38181 EXTREME VALUES AND FINANCIAL RISK EXAM SOLUTIONS TO MATH38181 EXTREME VALUES AND FINANCIAL RISK EXAM Solutions to Question 1 a) The cumulative distribution function of T conditional on N n is Pr (T t N n) Pr (max (X 1,..., X N ) t N n) Pr (max

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

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

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

( y) Partial Differential Equations

( y) Partial Differential Equations Partial Dierential Equations Linear P.D.Es. contains no owers roducts o the deendent variables / an o its derivatives can occasionall be solved. Consider eamle ( ) a (sometimes written as a ) we can integrate

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

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

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

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:

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

TMA4115 Matematikk 3

TMA4115 Matematikk 3 TMA4115 Matematikk 3 Andrew Stacey Norges Teknisk-Naturvitenskapelige Universitet Trondheim Spring 2010 Lecture 12: Mathematics Marvellous Matrices Andrew Stacey Norges Teknisk-Naturvitenskapelige Universitet

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

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

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

LAD Estimation for Time Series Models With Finite and Infinite Variance

LAD Estimation for Time Series Models With Finite and Infinite Variance LAD Estimatio for Time Series Moels With Fiite a Ifiite Variace Richar A. Davis Colorao State Uiversity William Dusmuir Uiversity of New South Wales 1 LAD Estimatio for ARMA Moels fiite variace ifiite

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

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) =

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

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

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

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

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

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

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

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

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

Every set of first-order formulas is equivalent to an independent set

Every set of first-order formulas is equivalent to an independent set Every set of first-order formulas is equivalent to an independent set May 6, 2008 Abstract A set of first-order formulas, whatever the cardinality of the set of symbols, is equivalent to an independent

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

Solution Series 9. i=1 x i and i=1 x i.

Solution Series 9. i=1 x i and i=1 x i. Lecturer: Prof. Dr. Mete SONER Coordinator: Yilin WANG Solution Series 9 Q1. Let α, β >, the p.d.f. of a beta distribution with parameters α and β is { Γ(α+β) Γ(α)Γ(β) f(x α, β) xα 1 (1 x) β 1 for < x

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

ANSWERSHEET (TOPIC = DIFFERENTIAL CALCULUS) COLLECTION #2. h 0 h h 0 h h 0 ( ) g k = g 0 + g 1 + g g 2009 =?

ANSWERSHEET (TOPIC = DIFFERENTIAL CALCULUS) COLLECTION #2. h 0 h h 0 h h 0 ( ) g k = g 0 + g 1 + g g 2009 =? Teko Classes IITJEE/AIEEE Maths by SUHAAG SIR, Bhopal, Ph (0755) 3 00 000 www.tekoclasses.com ANSWERSHEET (TOPIC DIFFERENTIAL CALCULUS) COLLECTION # Question Type A.Single Correct Type Q. (A) Sol least

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

( ) 2 and compare to M.

( ) 2 and compare to M. Problems and Solutions for Section 4.2 4.9 through 4.33) 4.9 Calculate the square root of the matrix 3!0 M!0 8 Hint: Let M / 2 a!b ; calculate M / 2!b c ) 2 and compare to M. Solution: Given: 3!0 M!0 8

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

ECE Spring Prof. David R. Jackson ECE Dept. Notes 2

ECE Spring Prof. David R. Jackson ECE Dept. Notes 2 ECE 634 Spring 6 Prof. David R. Jackson ECE Dept. Notes Fields in a Source-Free Region Example: Radiation from an aperture y PEC E t x Aperture Assume the following choice of vector potentials: A F = =

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

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

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

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

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

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

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

Reminders: linear functions

Reminders: linear functions Reminders: linear functions Let U and V be vector spaces over the same field F. Definition A function f : U V is linear if for every u 1, u 2 U, f (u 1 + u 2 ) = f (u 1 ) + f (u 2 ), and for every u U

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

Jordan Form of a Square Matrix

Jordan Form of a Square Matrix Jordan Form of a Square Matrix Josh Engwer Texas Tech University josh.engwer@ttu.edu June 3 KEY CONCEPTS & DEFINITIONS: R Set of all real numbers C Set of all complex numbers = {a + bi : a b R and i =

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

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

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

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

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

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

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

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

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

Congruence Classes of Invertible Matrices of Order 3 over F 2

Congruence Classes of Invertible Matrices of Order 3 over F 2 International Journal of Algebra, Vol. 8, 24, no. 5, 239-246 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/.2988/ija.24.422 Congruence Classes of Invertible Matrices of Order 3 over F 2 Ligong An and

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

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

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

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

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

MATHEMATICS. 1. If A and B are square matrices of order 3 such that A = -1, B =3, then 3AB = 1) -9 2) -27 3) -81 4) 81

MATHEMATICS. 1. If A and B are square matrices of order 3 such that A = -1, B =3, then 3AB = 1) -9 2) -27 3) -81 4) 81 1. If A and B are square matrices of order 3 such that A = -1, B =3, then 3AB = 1) -9 2) -27 3) -81 4) 81 We know that KA = A If A is n th Order 3AB =3 3 A. B = 27 1 3 = 81 3 2. If A= 2 1 0 0 2 1 then

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

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

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

Homework 8 Model Solution Section

Homework 8 Model Solution Section MATH 004 Homework Solution Homework 8 Model Solution Section 14.5 14.6. 14.5. Use the Chain Rule to find dz where z cosx + 4y), x 5t 4, y 1 t. dz dx + dy y sinx + 4y)0t + 4) sinx + 4y) 1t ) 0t + 4t ) sinx

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

Space-Time Symmetries

Space-Time Symmetries Chapter Space-Time Symmetries In classical fiel theory any continuous symmetry of the action generates a conserve current by Noether's proceure. If the Lagrangian is not invariant but only shifts by a

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

SOLUTIONS TO MATH38181 EXTREME VALUES AND FINANCIAL RISK EXAM

SOLUTIONS TO MATH38181 EXTREME VALUES AND FINANCIAL RISK EXAM SOLUTIONS TO MATH38181 EXTREME VALUES AND FINANCIAL RISK EXAM Solutions to Question 1 a) The cumulative distribution function of T conditional on N n is Pr T t N n) Pr max X 1,..., X N ) t N n) Pr max

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

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

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

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

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

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(θ + θ)

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

Variational Wavefunction for the Helium Atom

Variational Wavefunction for the Helium Atom Technische Universität Graz Institut für Festkörperphysik Student project Variational Wavefunction for the Helium Atom Molecular and Solid State Physics 53. submitted on: 3. November 9 by: Markus Krammer

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

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

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

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

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

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)

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

Mean-Variance Analysis

Mean-Variance Analysis Mean-Variance Analysis Jan Schneider McCombs School of Business University of Texas at Austin Jan Schneider Mean-Variance Analysis Beta Representation of the Risk Premium risk premium E t [Rt t+τ ] R1

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

Optimal Parameter in Hermitian and Skew-Hermitian Splitting Method for Certain Two-by-Two Block Matrices

Optimal Parameter in Hermitian and Skew-Hermitian Splitting Method for Certain Two-by-Two Block Matrices Optimal Parameter in Hermitian and Skew-Hermitian Splitting Method for Certain Two-by-Two Block Matrices Chi-Kwong Li Department of Mathematics The College of William and Mary Williamsburg, Virginia 23187-8795

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

The Jordan Form of Complex Tridiagonal Matrices

The Jordan Form of Complex Tridiagonal Matrices The Jordan Form of Complex Tridiagonal Matrices Ilse Ipsen North Carolina State University ILAS p.1 Goal Complex tridiagonal matrix α 1 β 1. γ T = 1 α 2........ β n 1 γ n 1 α n Jordan decomposition T =

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

Forced Pendulum Numerical approach

Forced Pendulum Numerical approach Numerical approach UiO April 8, 2014 Physical problem and equation We have a pendulum of length l, with mass m. The pendulum is subject to gravitation as well as both a forcing and linear resistance force.

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

5. Choice under Uncertainty

5. Choice under Uncertainty 5. Choice under Uncertainty Daisuke Oyama Microeconomics I May 23, 2018 Formulations von Neumann-Morgenstern (1944/1947) X: Set of prizes Π: Set of probability distributions on X : Preference relation

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

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 +

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

DiracDelta. Notations. Primary definition. Specific values. General characteristics. Traditional name. Traditional notation

DiracDelta. Notations. Primary definition. Specific values. General characteristics. Traditional name. Traditional notation DiracDelta Notations Traditional name Dirac delta function Traditional notation x Mathematica StandardForm notation DiracDeltax Primary definition 4.03.02.000.0 x Π lim ε ; x ε0 x 2 2 ε Specific values

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

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

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

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

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

= λ 1 1 e. = λ 1 =12. has the properties e 1. e 3,V(Y

= λ 1 1 e. = λ 1 =12. has the properties e 1. e 3,V(Y Stat 50 Homework Solutions Spring 005. (a λ λ λ 44 (b trace( λ + λ + λ 0 (c V (e x e e λ e e λ e (λ e by definition, the eigenvector e has the properties e λ e and e e. (d λ e e + λ e e + λ e e 8 6 4 4

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

2. THEORY OF EQUATIONS. PREVIOUS EAMCET Bits.

2. THEORY OF EQUATIONS. PREVIOUS EAMCET Bits. EAMCET-. THEORY OF EQUATIONS PREVIOUS EAMCET Bits. Each of the roots of the equation x 6x + 6x 5= are increased by k so that the new transformed equation does not contain term. Then k =... - 4. - Sol.

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