STAT200C: Hypothesis Testing
|
|
- Ὑπατια Βαμβακάς
- 8 χρόνια πριν
- Προβολές:
Transcript
1 STAT200C: Hypothesis Testing Zhaoxia Yu Spring 2017
2 Some Definitions A hypothesis is a statement about a population parameter. The two complementary hypotheses in a hypothesis testing are the null hypothesis (H 0 : θ Ω 0 ) and the alterantive hypothesis (H 1 : θ Ω 1 ), where Ω 0 and Ω 1 are two disjoint subsets of the full parameter space Ω. A hypothesis is called a simple hypothesis if the space is a singleton set; else it is called a composite hypothesis. 1
3 Some Examples simple vs simple: H 0 ; θ = θ 0 vs H 1 : θ = θ 1 ; simple vs composite: H 0 : θ = θ 0 vs H 1 : θ θ 0 ; composite vs composite: H 0 : θ θ 0 vs H 1 : θ > θ 0 ; composite vs composite H 0 : θ θ 0 vs H 1 : θ < θ 0. 2
4 Critical Function A test is determined by its critical function: φ(x) = the probability of rejecting H 0 when x is the observed value of X. Example: Suppose X Binomial(5, θ), H 0 : θ = 0.5, H 1 : θ > 0.5. Consider two critical functions: φ 1 (x) = { 1 x = 5 0 x < 5, φ 2(x) = 1 x = x = 4 0 x < 4 φ 1 (x) is a non-randomized test; φ 2 (x) is randomized test. A randomized test can ensure a pre-fixed type I error rate; in practice, it is not used often. 3
5 Errors in Hypothesis Testing Type I error: H 0 is rejected when it is true. Type I error rate: α = P r(reject H 0 H 0 is true) Type II error: H 0 is failed to reject when it is not true. Type II error rate: 1 β = P r(fail to reject H 0 H 1 is true) 4
6 Type I Error Type I error: H 0 is rejected when it is true. Type I error rate: α = P r(reject H 0 H 0 is true) α is called the significance level of a test. 5
7 Type I Error: An Example Consider the binomial example. Suppose θ = 0.5. For φ 1 (x), α = 1.0 P r(x = 5 θ = 0.5) = = For φ 2 (x), α = 1.0 P r(x = 5 θ = 0.5) P (X = 4 θ = 0.5) = =
8 Type II Error Type II error: H 0 is failed to reject when it is not true. Type II error rate: 1 β = P r(fail to reject H 0 H 1 is true) The power of a function β = 1 P r(fail to reject H 0 H 1 is true) 7
9 Type II Error: An example Example. Consider the binomial example. Suppose θ = 0.6. β 1 = 1.0 P r(x = 5 θ = 0.6) = = , β 2 = 1.0 P r(x = 5 θ = 0.6) P r(x = 4 θ = 0.6) = Suppose θ = 0.7. β 1 = , β 2 = Suppose θ = 0.8. β 1 = , β 2 = Suppose θ = 0.9. β 1 = , β 2 =
10 Power Function The power function of test φ: β φ (θ) = E θ [φ(x)]. Let R be the rejection region, then we can also define the power function using: β(θ) = P r(x R θ) It is a measure of weakness (type I error) when θ Ω 0 strength (power) when θ Ω 1 A test is said to have a size α if sup θ Θ0 β(θ) = α. A test is said to have a level α if sup θ Θ0 β(θ) α. 9
11 Example Let X = (X 1,, X n ) be a random sample from N(θ, σ 2 ) with σ 2 known. H 0 : θ = θ 0 vs H 1 : θ > θ 0. Intuitively, we should reject H 0 for large values of X θ 0. We can write the rejection region as The power function is φ(x) = 1 x µ 0 σ/ n > c 0 x µ 0 σ/ n < c β(θ) = P µ ( X θ 0 σ/ n > c) = P θ( X θ σ/ n > c + θ 0 µ σ/ n ) = P θ (Z > c + θ 0 θ σ/ n ) Here β(θ) is an increasing function of θ. Homework: Write an R function to choose the sample size n such that α = β(θ 0 ) = 0.05 and β(θ 0 + σ) > 0.8 for θ > θ 0 + σ. 10
12 Power Function: An Example Again, consider the binomial example. β 1 (0.1) = 1e 05, β 2 (0.1) = 6.4e 05 β 1 (0.3) = , β 2 (0.3) = β 1 (0.5) = , β 2 (0.5) = 0.05 β 1 (0.7) = , β 2 (0.7) = β 1 (0.9) = , β 2 (0.9) =
13 An Example of Power Calculation Let s look at the power function for H 0 : µ = µ 0 vs H 1 : µ > µ 0 where µ is the mean of a N(µ, σ 2 ) with known variance. The likelihood ratio test rejects H 0 when x = X µ 0 σ/ n > Φ 1 (1 α). The power function is β(µ) = P ( X µ + µ µ 0 σ/ n > Φ 1 (1 α)) = P (Z > Φ 1 (1 α) n µ µ 0 σ) = 1 Φ(Φ 1 (1 α) n µ µ 0 ) σ Suppose α, µ, and µ 0 are given, for fixed n we can calculate power and for fixed power we can calculate sample size n. 12
14 An Example of Power Calculation (continued) Let β = 0.8, α = 0.05, µ µ 0 σ = 0.1, then Φ(Φ 1 (0.95) 0.1 n) = n = Φ 1 (0.95) Φ 1 (0.2) n = 10 ( )16 n 619 Question. What is the power of the test when n = 400? β = P ( X µ 0 σ/ n > Φ 1 (0.95)) = P ( X µ σ/ n > Φ 1 (0.95) n (µ µ 0) σ/ n ) = 1 Φ( )
15 Type I error rate vs Type II error rate / Power Consider the two tests for the binomial example X Binomial(5, 0.5) φ 1 (x) = { 1 x = 5 0 x < 5, φ 3(x) = { 1 x > 0 0 x = 0 Power functions: β 1 (θ) = P r(x = 5) = θ 5, β 3 (θ) = 1 P r(x = 0) = 1 (1 θ) 5 It can be shown that β 1 (θ) β 3 (θ). 14
16 Type I error rate vs Type II error rate / Power Test 3 achieves a smaller Type II error rate, but it has higher Type I error rate How should one choose a test? One idea is to find the most powerful test among those with a Type I error rate no greater than a pre-specified value, say α. 15
17 Most Powerful Test: Simple vs Simple A test φ is said to be most power (MP) at level α for testing H 0 : θ = θ 0 vs H 1 : θ = θ 1 if E 0 [φ(x)] α and E 1 [φ(x)] E 1 [ψ] for any ψ so that E 0 [ψ(x)] α. In other words, we say φ is MP if it has the largest power among all tests with a level of α. How to find a MP test? Neyman-Pearson Lemma can be used to construct a most powerful level α test for simple vs simple hypotheses. 16
18 Neyman-Pearson Lemma Neyman-Pearson Lemma (Most powerful level α test for H 0 : θ = θ 0 vs H 1 : θ = θ 1 ) Existence. There exists a test φ and a constant k 0 such that and φ(x) = E 0 [φ(x)] = α { 1 if f1 (x) > kf 0 (x) 0 if f 1 (x) < kf 0 (x) where f j (x) = f(x θ j ). [Note that nothing is being said about φ on the set {x : f 1 (x) = kf 0 (x)}.] 17
19 Sufficiency If a test φ satisfies the conditions in Existence for some k 0, then it is MP at level α for testing H 0 : θ = θ 0 vs H 1 : θ = θ 1. Necessity If φ is MP at level α for testing H 0 : θ = θ 0 vs H 1 : θ = θ 1, then with probability 1 under both θ 0 and θ 1, for some k. φ(x) = { 1 if f1 (x) > kf 0 (x) 0 if f 1 (x) < kf 0 (x) For α = 0 or 1, the proof is straightforward, provided that k = 0 and are allowed. Now let 0 < α < 1. 18
20 Proof: Existence Let F (c) = P 0 [f 1 (X) cf 0 (X)] = P 0 [f 1 (X)/f 0 (X) c]. Then F is the cdf of T (X) = f 1 (X)/f 0 (X) under θ 0. [Note, under θ 0, f 0 (X) > 0 with probability 1]. Since F is cdf, F, right-continuous: F (c) F (c 0) = P 0 (T (X) = c). Now let α(c) = 1 F (c) = P 0 (T (X) > c). Then α( ) = 1, α( ) = 0, α, and right continuous: α(c 0) α(c) = P 0 [T (X) = c]. Let c 0 such that α(c 0 ) α α(c 0 0). 19
21 Proof: Existence (continued) Define φ(x) = 1 if T (x) > k [eqt f 1 (x) > kf 0 (x)] α α(c 0 ) α(c 0 0) α(c 0 ) if T (x) = k [eqt f 1 (x) = kf 0 (x)] 0 if T (x) < k [eqt f 1 (x) < kf 0 (x)] [If F is continuous at c 0, defined 0/0 = 1] The existence holds with k = c 0, because E 0 [φ(x)] = P 0 [T (X) > c 0 ] + α α(c 0 ) α(c 0 0) α(c 0 ) P 0[T (X) = c 0 ] = α(c 0 ) + α α(c 0 ) = α 20
22 Proof: Sufficiency Let φ be a test satisfying the conditions in Existence and let φ be an arbitrary level α test i.e., E 0 [φ (X)] α. We shall show that β φ (θ 1 ) = E 1 [φ(x)] E 1 [φ (X)] = β φ (θ 1) Let S + = {x : φ(x) φ (x) > 0} and S = {x : φ(x) φ (x) < 0}. Then for x S +, φ(x) > φ (x) 0 f 1 (x) kf 0 (x) [ eqt T (x) k] and for x S, φ(x) < φ (x) 1 f 1 (x) kf 0 (x) [ eqt T (x) k] 21
23 Proof: Sufficiency (continued) Thus { [φ(x) φ 0 x S (x)][f 1 (x) kf 0 (x)] + S = 0 x S + S Hence E 1 [φ(x)] E 1 [φ (X)] = = + k [φ(x) φ (x)]f 1 (x)dx [φ(x) φ (x)][f 1 (x) kf 0 (x)]dx [φ(x) φ (x)]f 0 (x)dx 0 + k{e 0 [φ(x) E 0 [φ (x)]]} 0 22
24 Proof: Necessity Suppose that φ is MP at level α. Let φ be a test satisfies the conditions in Existence. Let S + and S be as above. The set on which φ violates the conditions is S = (S + S ) {x : f 1 (x) kf 0 (x)} Clearly S = {x : φ(x) φ (x), f 1 (x) kf 0 (x)}. We shall show that P 0 (S) = P 1 (S) = 0 Suppose the distribution is continuous. In this case, it is enough to show that S dx = 0 23
25 Proof: Necessity (continued) Note that [φ(x) φ (x)][f 1 (x) kf 0 (x)] > 0 for x S. dx > 0 implies that S [φ(x) φ (x)][f 1 (x) kf 0 (x)]dx = i.e., [φ(x) φ (x)]f 1 (x)dx > k Hence S [φ(x) φ (x)][f 1 (x) kf 0 (x)] > 0, [φ(x) φ (x)]f 0 (x) > k(α E 0 [φ (X)]) > 0 The last inequality is true because E 0 [φ (X)] α. Thus, E 1 [φ(x)] > E 1 [φ (X)], contradicting the MP level α property of φ. Note: the proof of discrete distributions is similar - just replace with. 24
26 A Corollary Corollary. Let β = E 1 [φ(x)] where φ is a MP test at level α (0, 1) for H 0 : θ = θ 0 vs H 1 : θ = θ 1. Then β > α. Proof. For let φ 0 (x) α, the test that always reject H 0 with probability α, irregardless the value of x. It is obvious that E 0 [φ 0 (X)] = E 1 [φ 0 (X)] = α i.e., both the Type I error rate and power of φ 0 (x) is α. Since φ 0 (x) is level α test but it does not satisfy the Neyman- Pearson conditions, it is not a MP test (by the necessity), whereas φ(x) is. Therefore, β = E 1 [φ(x)] > E 1 [φ 0 (X)] = α 25
27 Remark 1: φ(x) = On {x : f 1 (x) = c 0 f 0 (x)}, α α(c 0 ) α(c 0 0) α(c 0 ) = α 1 + F (c 0 ) 1 F (c 0 0) 1 + F (c 0 ) = α 1 + F (c 0) F (c 0 ) F (c 0 ) where F is the cdf of T (X) = f 1 (X)/f 0 (X). θ 0 is discontinuous at c 0, then Suppose F under (1) F (c 0 0) < 1 α = F (c 0 ) φ(x) = 0 on {x : f 1 (x) = c 0 f 0 (x)} (2) F (c 0 0) = 1 α < F (c 0 ) φ(x) = 1 on {x : f 1 (x) = c 0 f 0 (x)} (3) F (c 0 0) < 1 α < F (c 0 ) φ(x) = γ(x) [0, 1] on {x : f 1 (x) = c 0 f 0 (x)} for any γ(x) satisfying {x:f 1 (x)=c 0 f 0 (x)} γ(x)f 0(x)dx = α α(c 0 ) is MP at level α for H 0 : θ = θ 0 vs H 1 : θ = θ 1. Thus we have a unique MP test at level α in case (1) or (2), but not in case (3). 26
28 Remark 2: A MP level α test for H 0 : θ = θ 0 vs H 1 : θ = θ 1 must satisfy E 0 [φ(x)] = α, unless there exists a test ψ having size E 0 [ψ(x)] < α and power E 1 [ψ(x)] = 1. This exceptional situation occurs in the following case: Let X 1,, X n be a random sample from Unif[0, θ] for θ > 0. We want to test H 0 : θ = θ 0 vs θ = θ 1 < θ 0 at level α. Let X (n) be the largest value in the sample and suppose that (θ 1 /θ 0 ) n < α. Then the following test is MP { 1 if 0 x(n) θ 1 ψ(x) = 0 if θ 1 < x (n) θ 0 and has size < α and power=1. 27
29 Remark 3: (omitted) 28
30 Remark 4: The Neyman-Pearson lemma expresses the MP level α test φ for H 0 : θ = θ 0 vs θ = θ 1 in terms of the likelihood ratio, or equivalently log likelihood ratio (LLR). If X = (X 1,, X n ) is a random sample from f θ (x), then the LLR is log[f 1 (x)/f 0 (x)] = n i=1 and a MP level α test for H 0 vs H 1 is φ(x) = log[f 1 (x i )/f 0 (x i )], 1 if n i=1 log[f 1 (x i )/f 0 (x i )] > k γ if n i=1 log[f 1 (x i )/f 0 (x i )] = k 0 if n i=1 log[f 1 (x i )/f 0 (x i )] < k where k and γ are determined by the condition E 0 [φ(x)] = α. 29
31 Example: A Random Sample from Normal Let X = (X 1,, X n ) be a random sample from N(θ, σ 2 ), where σ 2 is known but θ is unknown. Consider the following three hypothesis testing problems: 1. H 0 : θ = θ 0 vs H 1 : θ = θ 1 2. H 0 : θ θ 0 vs H 1 : θ = θ 1, θ 1 > θ 0 3. H 0 : θ θ 0 vs H 1 : θ > θ 0 30
32 A Random Sample from Normal, Problem 1: H 0 : θ = θ 0 vs H 1 : θ = θ 1 Let f j be the joint pdf of X corresponding to θ j. The LLR is log[f 1 (x)/f 0 (x)] = 1 2σ 2[ (x i θ 0 ) 2 (x i θ 1 ) 2 ] = n 2σ 2(θ2 0 θ2 1 ) + n σ 2(θ 1 θ 0 ) x The MP level α test for H0 vs H 1 is: { φ 1 if x 1 (x) = c1 if θ 0 if x < c 1 > θ 0, φ 2 (x) = 1 { 1 if x c2 0 if x < c 2 if θ 1 < θ 0 where c 1 = θ 0 + σ/ nφ 1 (1 α) and c 2 = θ 0 σ/ nφ 1 (1 α). 31
33 A Random Sample from Normal, Problem 2: H 0 : θ θ 0 vs H 1 : θ = θ 1 > θ 0 Suppose φ(x) is MP level α for Problem 2. Then it must satisfy (i) sup θ θ0 E θ [φ(x)] α and (ii) E θ1 [φ(x)] E θ1 [ψ(x)] ψ of level α The power function of φ obtained in Problem 1 is: β φ (θ) = E 1 θ [φ 1 (x)] = P θ[ x θ 0 + σ/ nφ 1 (1 α)] = Φ(Φ 1 n(θ θ0 ) (α) + ) σ which is in θ, so that sup θ θ0 E θ [φ 1 (x)] = E θ 0 [φ 1 (x)] = α. 32
34 A Random Sample from Normal, Problem 2: H 0 : θ θ 0 vs H 1 : θ = θ 1 > θ 0 (continued) Thus φ 1 is level α. Now if ψ satisfies (i), then i.e., ψ is level α for H 0 vs H 1. α sup θ θ0 E θ [ψ(x)] E θ0 [ψ(x)] Because φ 1 (x) is a MP for H 0 : θ = θ 0 vs H 1 : θ = θ 1 (> θ 0 ), E θ1 [φ (x)] E θ1 [ψ(x)] Thus, φ is a MP level α for H 0 : θ θ 0 vs H 1 : θ = θ 1. 33
35 A Random Sample from Normal, Problem 3: H 0 : θ θ 0 vs H 1 : θ > θ 0 For this problem, we want (if possible) a uniformly most power (UMP) level α test for H 0 vs H 1. In other words, we want a test φ such that (i) sup θ θ0 E θ [φ(x)] α and (ii) E θ [φ(x)] E θ [ψ(x)] θ > θ 0 whereas ψ satisfies (i). Since φ 1 obtained above is the same for θ 1 > θ 0, it is UMP at level α for H 0 vs H 1. 34
36 Uniformly Most Powerful (UMP) A test is a uniformly most powerful (UMP) test at level α for H 0 : θ Ω 0 vs H 1 : θ Ω 1 if (i) sup θ Ω0 E θ [φ(x)] α and (ii) E θ [φ(x)] E θ [ψ(x)] θ Ω 1 whereas ψ satisfies (i). Although requirement (ii) is very stringent, UMP tests do exist in a certain type of situations. We have seen such situation in the normal example. 35
37 Monotone Likelihood Ratio (MLR) Family A family of pdfs or pmfs for a univariate random variable X is said to be a monotone likelihood ratio (MLR) family if there exists a real-valued T (x) such that for any θ 1 < θ 2 in Ω, f θ2 (x)/f θ1 (x) is a nondecreasing function of T (x). If f θ1 (x) = 0 and f θ2 (x) > 0, define f θ2 (x)/f θ1 (x) = + 36
38 Some Examples of MLR Suppose X Binomial(n, θ). Then f(x θ 2 )/f(x θ 1 ) = (θ 2 /θ 1 ) x ( 1 θ 2 ) n x = ( θ 2(1 θ 1 ) 1 θ 1 θ 1 (1 θ 2 ) )x ( 1 θ 2 ) n 1 θ 1 Thus, the family is MLR. Any regular exponential family with f(x θ) = h(x)g(θ)exp{η(θ)t (x)} has an MLR. N(θ, σ 2 ) with known σ 2. N(µ, θ = σ 2 ) with known µ and θ > 0. P oisson(θ) for θ > 0 37
39 Some Examples of MLR The hypergeometric distribution H(N, n, θ) with p θ (x) = ( )( ) θ N θ x n x ( ) N, n where x = max(0, θ+n N),, min(n, θ). [θ white and N θ black balls in a box from which n balls are drawn at random, P θ (x) is the probability of x white balls in the sample.] Unif(0, θ). [We define a/0 = for a > 0.] The Cauchy distributions C(θ, 1) with P θ (x) = 1/[π(1 + (x θ) 2 )], x R, θ R is NOT a MLR family. 38
40 Theorem of UMP Suppose that the family of pdfs/pmfs P θ, θ R has a MLR in T (X). Then 1. There exists a UMP level α test for H 0 : θ θ 0 vs H 1 : θ > θ 0 given by φ(x) = 1 if T (x) > c γ if T (x) = c 0 if T (x) < c where c and 0 γ 1 are determined by E θ0 [φ(x)] = α 2. The power function β(θ) = E θ [φ(x)] of this φ is strictly increasing at all θ for which β(θ) < 1. 39
41 Proof First consider H 0 : θ = θ 0 vs H 1 : θ = θ 1 where θ 1 > θ 0 is fixed. Then a MP level α test for H 0 vs H 1 rejects H 0 for large values of f θ1 (x)/f θ0 (x), i.e., for large values of T (x) (by the MLR property). Moreover, by the existence part of the N-P lemma, there exist c and 0 γ 1 such that the test φ(x) = I (c, ) (T (x)) + γi {c} (T (x)) satisfies E θ0 [φ(x)] = α. Since the forms: { 1 T (x) > c φ(x) = 0 T (x) < c and φ(x) = { 1 fθ (x) > kf θ (x) 0 f θ (x) < kf θ (x) are equivalent for any θ < θ, this test is MP at level α = β(θ ) for testing H0 : θ = θ vs H1 : θ = θ whenever θ < θ (by the sufficiency part of the N-P lemma). 40
42 Proof (continued) Next note that by the Corollary to the N-P lemma, β(θ ) > α = β(θ if α < 1, which proves that β(θ) is strictly increasing, so long as it is < 1. Now note that for this test, β(θ) = E θ [φ(x)] α θ θ 0, which makes φ a level α test for H 0 : θ θ 0. Let and Ψ α = {all tests ψ such that sup θ θ0 E θ [ψ(x)] α} Ψ α = {all tests ψ such that E θ0 [ψ(x)] α} Then Ψ α Ψ α. We have shown that E θ1 [φ(x)] E θ1 [ψ(x)] ψ Ψ α. Hence E θ 1 [φ(x)] E θ1 [ψ(x)] ψ Ψ α (by the N-P Lemma). This makes φ a MP test at level α for H 0 : θ θ 0 vs H1 : θ = θ 1 > θ 0. 41
43 Proof (continued) Finally, since φ is independent of θ 1 > θ 0, it is a UMP test at level α for H 0 : θ θ 0 vs H 1 : θ > θ 0. Note, the theory for H 0 : θ θ 0 vs H 1 : θ < θ can be stated and proved analogously. 42
44 Example: Uniform Distribution Let X = (X 1,, X n ) be a random sample from Unif(0, θ). (i) Find a MP test for H 0 : θ = θ 0 vs H 1 : θ = θ 1, θ 1 > θ 0. (ii) Show that any level α test with the rejection region {X (n) > θ 0 } is a UMP level α test for H 0 : θ θ 0 vs H 1 : θ > θ 0. Solution :(i) The likelihood ratio is λ(x) = f ( ) θ 1 (x) n θ0 f θ0 (x) = I(x (n) θ 1 ) I(x (n) θ 0 ) = θ 1 { x (n) > θ 0 (θ 0 /θ 1 ) n 0 < x (n) θ 0 43
45 Solution (continued) By the Neyman-Pearson Lemma, a UMP level α satisfies φ(x) = which is equivalent to 1 λ(x) > (θ 0 /θ 1 ) n γ λ(x) = (θ 0 /θ 1 ) n 0 λ(x) < (θ 0 /θ 1 ) n this cannot happen φ(x) = { 1 x(n) > θ 0 γ 0 < x (n) θ 0 Because it is a level α test, γ satisfies α = E θ0 [φ(x)] = P θ0 [X (n) > θ 0 ] = γ. Note, because the ratio λ(x) is nondecreasing in X (n), the test is also a UMP for H 0 : θ θ 0 vs H 1 : θ > θ 0. 44
46 Solution (continued) Now, let s determine the rejection region using the theorem to construct UMP for MLR family. The fact that the family is a MLR family in X (n) implies that a UMP level α test for H 0 : θ < θ 0 vs H 1 : θ > θ 0 is: { 1 x(n) > k φ 2 (x) = 0 0 < x (n) < k where k satisfies α = P θ0 (X (n) > k) = (1 k/θ 0 ) n = 1 (k/θ 0 ) n, which gives k = θ 0 (1 α) 1/n. Since both φ and φ 2 are UMP level α test, UMP is not unique in this situation. This happens because the likelihood ratio λ(x) is constant on [0, θ 0 ]. In fact we can show that they have the same power function, i.e., for any θ > θ 0, β(θ) = β 1 (θ) = 1 (1 α) ( ) θ0 n θ 45
47 UMP Does Not Always Exist In many situations, because the class of level α tests is so large, no one dominates all the others in power. Example. Let (X 1,, X n ) be a random sample from N(θ, σ 2 ) with σ 2 known, H 0 : θ = θ 0 and H 1 : θ θ 0. Here the tests { 1 x > θ0 + σ φ 1 (x) = n Φ 1 { (1 α) 1 x < θ0 σ and φ 1 (x) = n Φ 0 otherwise 0 other are the UMP level α tests for H 0 : θ = θ 0 vs K 1 : θ > θ 0 and K 2 : θ < θ 0 respectively. 46
48 Consider an alternative parameter θ 1. E θ1 [φ 1 (x)] < α θ 1 < θ 0 and E θ1 [φ 2 (x)] < α θ 1 > θ 0. φ 1 is UMP level α when θ 1 > θ 0 ; φ 2 is UMP level α when θ 1 < θ 0. φ 1 is more powerful than φ 2 when θ 1 > θ 0, but φ 2 is more powerful when θ 1 < θ 0. As a result, a UMP test at level α for H : θ = θ 0 vs H 1 : θ θ 0 does not exist. Draw the power functions here (p394 of Casella and Berger) 47
49 Unbiased Test In the above example, UMP does not exist. To find/define a goog test in the situation, we then narrow the class of level α test to the class of unbiased level α tests. Definition. A test φ is said to be an unbiased test at level α for H 0 : θ Ω 0 vs H 1 : θ Ω 1 if (i) E θ [φ(x)] α θ Ω 0 (ii) E θ [φ(x)] α θ Ω 1 An unbiased test rejects the null hypothesis H 0 with at least as much probability when it is false as when it is true. 48
50 Uniformly Most Powerful Unbiased (UMPU) Test A test φ is said to be a uniformly most powerful unbiased (UMPU) test at level α for H 0 : θ Ω 0 vs H 1 : θ Ω 1, if (i) φ is an unbiased test at level α for H 0 vs H 1 (ii) if E θ [φ(x)] E θ [ψ(x)] θ Ω 1, where ψ is also an unbiased level α test for H 0 vs H 1. UMPU tests usually exist for several types of hypothesis tests for a natural exponential family. 49
51 UMPU (continued) For testing H : θ = θ 0 vs H 1 : θ θ 0 at level α, an unbiased test must satisfy E θ0 [φ(x)] α and E θ [φ(x)] α θ θ 0. Neither φ 1 nor φ 2 in the above example is an unbiased test. If we restrict to the class of unbiased level α tests, then tests such as φ 1 and φ 2 would not quality, and in the restricted class, a UMP test does exist. The following test is an UMPU: { 1 x θ0 > σ φ 3 (x) = n Φ 1 (1 α/2) 0 otherwise 50
52 Note. φ 3 (x) = I [0, ) ( x θ 0 > σ n Φ 1 (1 α/2)) In practice, MP, UMP, or UMPU test often does not exist. We often seek for intuitively reasonable solutions. solutions frequently coincide with optimal tests. These 51
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
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 :
Theorem 8 Let φ be the most powerful size α test of H
Testing composite hypotheses Θ = Θ 0 Θ c 0 H 0 : θ Θ 0 H 1 : θ Θ c 0 Definition 16 A test φ is a uniformly most powerful (UMP) level α test for H 0 vs. H 1 if φ has level α and for any other level α test
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
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
557: MATHEMATICAL STATISTICS II RESULTS FROM CLASSICAL HYPOTHESIS TESTING
Most Powerful Tests 557: MATHEMATICAL STATISTICS II RESULTS FROM CLASSICAL HYPOTHESIS TESTING To construct and assess the quality of a statistical test, we consider the power function β(θ). Consider a
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
557: MATHEMATICAL STATISTICS II HYPOTHESIS TESTING
557: MATHEMATICAL STATISTICS II HYPOTHESIS TESTING A statistical hypothesis test is a decision rule that takes as an input observed sample data and returns an action relating to two mutually exclusive
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,
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
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
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
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
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
Exercise 2: The form of the generalized likelihood ratio
Stats 2 Winter 28 Homework 9: Solutions Due Friday, March 6 Exercise 2: The form of the generalized likelihood ratio We want to test H : θ Θ against H : θ Θ, and compare the two following rules of rejection:
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
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
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
Μηχανική Μάθηση Hypothesis Testing
ΕΛΛΗΝΙΚΗ ΔΗΜΟΚΡΑΤΙΑ ΠΑΝΕΠΙΣΤΗΜΙΟ ΚΡΗΤΗΣ Μηχανική Μάθηση Hypothesis Testing Γιώργος Μπορμπουδάκης Τμήμα Επιστήμης Υπολογιστών Procedure 1. Form the null (H 0 ) and alternative (H 1 ) hypothesis 2. Consider
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
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
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
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
Nowhere-zero flows Let be a digraph, Abelian group. A Γ-circulation in is a mapping : such that, where, and : tail in X, head in
Nowhere-zero flows Let be a digraph, Abelian group. A Γ-circulation in is a mapping : such that, where, and : tail in X, head in : tail in X, head in A nowhere-zero Γ-flow is a Γ-circulation such that
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
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) =
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
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
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
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
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
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
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
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
Fractional Colorings and Zykov Products of graphs
Fractional Colorings and Zykov Products of graphs Who? Nichole Schimanski When? July 27, 2011 Graphs A graph, G, consists of a vertex set, V (G), and an edge set, E(G). V (G) is any finite set E(G) is
An Introduction to Signal Detection and Estimation - Second Edition Chapter II: Selected Solutions
An Introduction to Signal Detection Estimation - Second Edition Chapter II: Selected Solutions H V Poor Princeton University March 16, 5 Exercise : The likelihood ratio is given by L(y) (y +1), y 1 a With
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
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)
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
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
6. MAXIMUM LIKELIHOOD ESTIMATION
6 MAXIMUM LIKELIHOOD ESIMAION [1] Maximum Likelihood Estimator (1) Cases in which θ (unknown parameter) is scalar Notational Clarification: From now on, we denote the true value of θ as θ o hen, view θ
Bayesian statistics. DS GA 1002 Probability and Statistics for Data Science.
Bayesian statistics DS GA 1002 Probability and Statistics for Data Science http://www.cims.nyu.edu/~cfgranda/pages/dsga1002_fall17 Carlos Fernandez-Granda Frequentist vs Bayesian statistics In frequentist
ORDINAL ARITHMETIC JULIAN J. SCHLÖDER
ORDINAL ARITHMETIC JULIAN J. SCHLÖDER Abstract. We define ordinal arithmetic and show laws of Left- Monotonicity, Associativity, Distributivity, some minor related properties and the Cantor Normal Form.
Math 446 Homework 3 Solutions. (1). (i): Reverse triangle inequality for metrics: Let (X, d) be a metric space and let x, y, z X.
Math 446 Homework 3 Solutions. (1). (i): Reverse triangle inequalit for metrics: Let (X, d) be a metric space and let x,, z X. Prove that d(x, z) d(, z) d(x, ). (ii): Reverse triangle inequalit for norms:
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
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
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)
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
ΚΥΠΡΙΑΚΗ ΕΤΑΙΡΕΙΑ ΠΛΗΡΟΦΟΡΙΚΗΣ CYPRUS COMPUTER SOCIETY ΠΑΓΚΥΠΡΙΟΣ ΜΑΘΗΤΙΚΟΣ ΔΙΑΓΩΝΙΣΜΟΣ ΠΛΗΡΟΦΟΡΙΚΗΣ 19/5/2007
Οδηγίες: Να απαντηθούν όλες οι ερωτήσεις. Αν κάπου κάνετε κάποιες υποθέσεις να αναφερθούν στη σχετική ερώτηση. Όλα τα αρχεία που αναφέρονται στα προβλήματα βρίσκονται στον ίδιο φάκελο με το εκτελέσιμο
ENGR 691/692 Section 66 (Fall 06): Machine Learning Assigned: August 30 Homework 1: Bayesian Decision Theory (solutions) Due: September 13
ENGR 69/69 Section 66 (Fall 06): Machine Learning Assigned: August 30 Homework : Bayesian Decision Theory (solutions) Due: Septemer 3 Prolem : ( pts) Let the conditional densities for a two-category one-dimensional
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
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
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
ω ω ω ω ω ω+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 +
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
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
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
A Note on Intuitionistic Fuzzy. Equivalence Relation
International Mathematical Forum, 5, 2010, no. 67, 3301-3307 A Note on Intuitionistic Fuzzy Equivalence Relation D. K. Basnet Dept. of Mathematics, Assam University Silchar-788011, Assam, India dkbasnet@rediffmail.com
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
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.
Lecture 34 Bootstrap confidence intervals
Lecture 34 Bootstrap confidence intervals Confidence Intervals θ: an unknown parameter of interest We want to find limits θ and θ such that Gt = P nˆθ θ t If G 1 1 α is known, then P θ θ = P θ θ = 1 α
Main source: "Discrete-time systems and computer control" by Α. ΣΚΟΔΡΑΣ ΨΗΦΙΑΚΟΣ ΕΛΕΓΧΟΣ ΔΙΑΛΕΞΗ 4 ΔΙΑΦΑΝΕΙΑ 1
Main source: "Discrete-time systems and computer control" by Α. ΣΚΟΔΡΑΣ ΨΗΦΙΑΚΟΣ ΕΛΕΓΧΟΣ ΔΙΑΛΕΞΗ 4 ΔΙΑΦΑΝΕΙΑ 1 A Brief History of Sampling Research 1915 - Edmund Taylor Whittaker (1873-1956) devised a
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
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
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
Last Lecture. Biostatistics Statistical Inference Lecture 19 Likelihood Ratio Test. Example of Hypothesis Testing.
Last Lecture Biostatistics 602 - Statistical Iferece Lecture 19 Likelihood Ratio Test Hyu Mi Kag March 26th, 2013 Describe the followig cocepts i your ow words Hypothesis Null Hypothesis Alterative Hypothesis
CHAPTER 101 FOURIER SERIES FOR PERIODIC FUNCTIONS OF PERIOD
CHAPTER FOURIER SERIES FOR PERIODIC FUNCTIONS OF PERIOD EXERCISE 36 Page 66. Determine the Fourier series for the periodic function: f(x), when x +, when x which is periodic outside this rge of period.
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
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
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
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
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
Homework for 1/27 Due 2/5
Name: ID: Homework for /7 Due /5. [ 8-3] I Example D of Sectio 8.4, the pdf of the populatio distributio is + αx x f(x α) =, α, otherwise ad the method of momets estimate was foud to be ˆα = 3X (where
Απόκριση σε Μοναδιαία Ωστική Δύναμη (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
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
F A S C I C U L I M A T H E M A T I C I
F A S C I C U L I M A T H E M A T I C I Nr 46 2011 C. Carpintero, N. Rajesh and E. Rosas ON A CLASS OF (γ, γ )-PREOPEN SETS IN A TOPOLOGICAL SPACE Abstract. In this paper we have introduced the concept
Lecture 12: Pseudo likelihood approach
Lecture 12: Pseudo likelihood approach Pseudo MLE Let X 1,...,X n be a random sample from a pdf in a family indexed by two parameters θ and π with likelihood l(θ,π). The method of pseudo MLE may be viewed
2. Let H 1 and H 2 be Hilbert spaces and let T : H 1 H 2 be a bounded linear operator. Prove that [T (H 1 )] = N (T ). (6p)
Uppsala Universitet Matematiska Institutionen Andreas Strömbergsson Prov i matematik Funktionalanalys Kurs: F3B, F4Sy, NVP 2005-03-08 Skrivtid: 9 14 Tillåtna hjälpmedel: Manuella skrivdon, Kreyszigs bok
Aquinas College. Edexcel Mathematical formulae and statistics tables DO NOT WRITE ON THIS BOOKLET
Aquinas College Edexcel Mathematical formulae and statistics tables DO NOT WRITE ON THIS BOOKLET Pearson Edexcel Level 3 Advanced Subsidiary and Advanced GCE in Mathematics and Further Mathematics Mathematical
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,...,
About these lecture notes. Simply Typed λ-calculus. Types
About these lecture notes Simply Typed λ-calculus Akim Demaille akim@lrde.epita.fr EPITA École Pour l Informatique et les Techniques Avancées Many of these slides are largely inspired from Andrew D. Ker
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
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)
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
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
The challenges of non-stable predicates
The challenges of non-stable predicates Consider a non-stable predicate Φ encoding, say, a safety property. We want to determine whether Φ holds for our program. The challenges of non-stable predicates
Lecture 15 - Root System Axiomatics
Lecture 15 - Root System Axiomatics Nov 1, 01 In this lecture we examine root systems from an axiomatic point of view. 1 Reflections If v R n, then it determines a hyperplane, denoted P v, through the
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 =
Strain gauge and rosettes
Strain gauge and rosettes Introduction A strain gauge is a device which is used to measure strain (deformation) on an object subjected to forces. Strain can be measured using various types of devices classified
Depth versus Rigidity in the Design of International Trade Agreements. Leslie Johns
Depth versus Rigidity in the Design of International Trade Agreements Leslie Johns Supplemental Appendix September 3, 202 Alternative Punishment Mechanisms The one-period utility functions of the home
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. Introduction and Preliminaries.
Faculty of Sciences and Mathematics, University of Niš, Serbia Available at: http://www.pmf.ni.ac.yu/filomat Filomat 22:1 (2008), 97 106 ON δ SETS IN γ SPACES V. Renuka Devi and D. Sivaraj Abstract We
= λ 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
New bounds for spherical two-distance sets and equiangular lines
New bounds for spherical two-distance sets and equiangular lines Michigan State University Oct 8-31, 016 Anhui University Definition If X = {x 1, x,, x N } S n 1 (unit sphere in R n ) and x i, x j = a
ΕΛΛΗΝΙΚΗ ΔΗΜΟΚΡΑΤΙΑ ΠΑΝΕΠΙΣΤΗΜΙΟ ΚΡΗΤΗΣ. Ψηφιακή Οικονομία. Διάλεξη 7η: Consumer Behavior Mαρίνα Μπιτσάκη Τμήμα Επιστήμης Υπολογιστών
ΕΛΛΗΝΙΚΗ ΔΗΜΟΚΡΑΤΙΑ ΠΑΝΕΠΙΣΤΗΜΙΟ ΚΡΗΤΗΣ Ψηφιακή Οικονομία Διάλεξη 7η: Consumer Behavior Mαρίνα Μπιτσάκη Τμήμα Επιστήμης Υπολογιστών Τέλος Ενότητας Χρηματοδότηση Το παρόν εκπαιδευτικό υλικό έχει αναπτυχθεί
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
Parametrized Surfaces
Parametrized Surfaces Recall from our unit on vector-valued functions at the beginning of the semester that an R 3 -valued function c(t) in one parameter is a mapping of the form c : I R 3 where I is some
MA 342N Assignment 1 Due 24 February 2016
M 342N ssignment Due 24 February 206 Id: 342N-s206-.m4,v. 206/02/5 2:25:36 john Exp john. Suppose that q, in addition to satisfying the assumptions from lecture, is an even function. Prove that η(λ = 0,
A Two-Sided Laplace Inversion Algorithm with Computable Error Bounds and Its Applications in Financial Engineering
Electronic Companion A Two-Sie Laplace Inversion Algorithm with Computable Error Bouns an Its Applications in Financial Engineering Ning Cai, S. G. Kou, Zongjian Liu HKUST an Columbia University Appenix
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