📚 الرئيسية

مسابقة دكتوراه 2017École Nationale Supérieure de Statistique et d'Économie Appliquée (ENSSEA) — الموضوع 01

مسابقة تخصص · Probabilités & Statistiques · المدة: 2سا

Concours d'accès à la formation de Doctorat 2016/2017, ENSSEA, Épreuve de Statistique Mathématique (Durée 2h).

التمرين 1

Exercice 1 — Statistique mathématique : estimation, test UPP et loi Gamma

#mathematical-statistics#exponential-family#maximum-likelihood#sufficient-statistics#hypothesis-testing#gamma-distribution#confidence-interval

Soit une variable aléatoire XX de densité :

f(x,θ)=(1θ1)exp{(1θ1)x}1{x>0}f(x, \theta) = \left(\frac{1}{\theta} - 1\right) \exp\left\{-\left(\frac{1}{\theta} - 1\right)x\right\} \mathbb{1}_{\{x \gt 0\}}

θ]0,1[\theta \in ]0, 1[ un paramètre inconnu. On considère un nn-échantillon (X1,,Xn)(X_1, \cdots, X_n) de XX.

Partie I (3,5 pts)

  1. Déterminer l'espérance et la variance de la variable aléatoire XX.
  2. Trouver un estimateur pour le paramètre θ\theta par la méthode des moments. Étudier la convergence de cet estimateur.
  3. Donner une statistique exhaustive pour θ\theta.

Partie II (11,5 pts)

  1. Déterminer la fonction de répartition de XX. Calculer P[X1]P[X \geq 1], cette probabilité est notée pp.
  2. Donner la loi de la variable aléatoire Y=1{X1}Y = \mathbb{1}_{\{X \geq 1\}}.

Sur la base du nn-échantillon (X1,,Xn)(X_1, \cdots, X_n), on a le nn-échantillon (Y1,,Yn)(Y_1, \cdots, Y_n) avec Yi=1{Xi1}Y_i = \mathbb{1}_{\{X_i \geq 1\}} pour i=1,,ni = 1, \ldots, n. On note Yˉn=1ni=1nYi\bar{Y}_n = \frac{1}{n}\sum_{i=1}^{n} Y_i.

  1. Calculer l'espérance et la variance de Yˉn\bar{Y}_n (les exprimer en fonction du paramètre pp).
  2. Déterminer l'estimateur du maximum de vraisemblance de pp. On note cet estimateur p^n\hat{p}_n.
  3. p^n\hat{p}_n est-il sans biais ? convergent ? efficace ? exhaustif ?
  4. Déterminer un intervalle de confiance asymptotique pour pp de niveau 1α1-\alpha, avec α]0,1[\alpha \in ]0, 1[ connu.
  5. Déduire, à partir des questions 1 et 4 de la partie II, que l'estimateur du maximum de vraisemblance pour θ\theta est θ^n=11log(Yˉn)\hat{\theta}_n = \frac{1}{1 - \log(\bar{Y}_n)}. Montrer que θ^n\hat{\theta}_n converge presque-sûrement vers θ\theta.

On considère un nouveau paramètre μ=p2\mu = p^2.

  1. Quel est l'estimateur du maximum de vraisemblance de μ\mu. On note cet estimateur μ^n\hat{\mu}_n. Justifier sa convergence presque-sûre vers μ\mu.
  2. Montrer que μ^n\hat{\mu}_n est biaisé mais qu'il est asymptotiquement sans biais.

Partie III (5 pts)

On rappelle la définition des lois de type Gamma. La densité d'une loi Γ(s,λ)\Gamma(s, \lambda) est donnée par :

g(x)=λsΓ(s)exp{λx}xs11{x0}g(x) = \frac{\lambda^s}{\Gamma(s)} \exp\{-\lambda x\} x^{s-1} \mathbb{1}_{\{x \geq 0\}}

avec λ,s>0\lambda, s \gt 0, Γ(s)=0+xs1exp{x}dx\Gamma(s) = \int_0^{+\infty} x^{s-1}\exp\{-x\}dx et Γ(1)=1\Gamma(1) = 1. De plus, la fonction caractéristique d'une loi Γ(s,λ)\Gamma(s, \lambda) s'écrit :

ϕ(t)=(1itλ)s,tR\phi(t) = \left(1 - \frac{it}{\lambda}\right)^{-s}, \quad t \in \mathbb{R}

  1. Montrer que la loi de la variable aléatoire XX est une Gamma (préciser ses paramètres).
  2. Montrer que la loi de Zn=i=1nXiZ_n = \sum_{i=1}^{n} X_i est aussi une Gamma. Préciser ses paramètres.
  3. On suppose la taille de l'échantillon nn fixée et on voudrait tester l'hypothèse H0:θ=θ0H_0: \theta = \theta_0 contre H1:θ>θ0H_1: \theta \gt \theta_0, pour θ0>0\theta_0 \gt 0 (connu). a. Montrer que pour tout seuil α]0,1[\alpha \in ]0, 1[ fixé, il existe un test uniformément plus puissant pour le problème ci-dessus. b. Construire ce test et expliciter sa région critique. c. Écrire la fonction puissance de ce test.
الحل

Partie I

1.

XE(1/θ1)X \sim \mathcal{E}(1/\theta - 1). Donc E(X)=θ1θE(X) = \frac{\theta}{1-\theta} et V(X)=θ2(1θ)2V(X) = \frac{\theta^2}{(1-\theta)^2}.

2.

L'estimateur des moments satisfait Xˉn=θn1θn\bar{X}_n = \frac{\theta_n^*}{1-\theta_n^*}, d'où θn=Xˉn1+Xˉn\theta_n^* = \frac{\bar{X}_n}{1+\bar{X}_n}. Par la loi des grands nombres, θnp.s.θ\theta_n^* \xrightarrow{p.s.} \theta.

3.

Par le théorème de factorisation, T(X1,,Xn)=XiT(X_1,\ldots,X_n) = \sum X_i est une statistique exhaustive pour θ\theta.

Partie II

1.

F(x)=1e(1/θ1)xF(x) = 1 - e^{-(1/\theta-1)x} pour x>0x \gt 0. p=P[X1]=e(1/θ1)=e11/θp = P[X\geq 1] = e^{-(1/\theta-1)} = e^{1-1/\theta}.

2.

YBernoulli(p)Y \sim \text{Bernoulli}(p).

3.

E(Yˉn)=pE(\bar{Y}_n) = p, V(Yˉn)=p(1p)nV(\bar{Y}_n) = \frac{p(1-p)}{n}.

4.

L'EMV est p^n=Yˉn\hat{p}_n = \bar{Y}_n.

5.

Sans biais: oui (E(p^n)=pE(\hat{p}_n)=p). Convergent: oui (V0V \to 0). Efficace: oui (V(p^n)=BF=p(1p)n=1nI(p)V(\hat{p}_n) = B_F = \frac{p(1-p)}{n} = \frac{1}{nI(p)}). Exhaustif: oui (par factorisation).

6.

IC: [p^nuα/2p^n(1p^n)n,p^n+uα/2p^n(1p^n)n]\left[\hat{p}_n - u_{\alpha/2}\sqrt{\frac{\hat{p}_n(1-\hat{p}_n)}{n}}, \hat{p}_n + u_{\alpha/2}\sqrt{\frac{\hat{p}_n(1-\hat{p}_n)}{n}}\right].

7.

p=e11/θθ=11logpp = e^{1-1/\theta} \Rightarrow \theta = \frac{1}{1-\log p}. Par invariance de l'EMV: θ^n=11logYˉn\hat{\theta}_n = \frac{1}{1-\log \bar{Y}_n}. Par la LGN, Yˉnp.s.p\bar{Y}_n \xrightarrow{p.s.} p, donc θ^np.s.θ\hat{\theta}_n \xrightarrow{p.s.} \theta.

8.

μ^n=p^n2=Yˉn2\hat{\mu}_n = \hat{p}_n^2 = \bar{Y}_n^2. Par invariance de l'EMV et continuité: μ^np.s.p2=μ\hat{\mu}_n \xrightarrow{p.s.} p^2 = \mu.

9.

E(μ^n)=E(Yˉn2)=V(Yˉn)+[E(Yˉn)]2=p(1p)n+p2μE(\hat{\mu}_n) = E(\bar{Y}_n^2) = V(\bar{Y}_n) + [E(\bar{Y}_n)]^2 = \frac{p(1-p)}{n} + p^2 \neq \mu. Donc biaisé. Mais limnE(μ^n)=p2=μ\lim_{n\to\infty} E(\hat{\mu}_n) = p^2 = \mu: asymptotiquement sans biais.

Partie III

1.

f(x,θ)=(1/θ1)e(1/θ1)x1x>0=λ1Γ(1)eλxx01x0f(x,\theta) = (1/\theta-1)e^{-(1/\theta-1)x}\mathbb{1}_{x\gt 0} = \frac{\lambda^1}{\Gamma(1)}e^{-\lambda x}x^0\mathbb{1}_{x\geq 0} avec λ=1/θ1\lambda = 1/\theta-1. Donc XΓ(1,1/θ1)X \sim \Gamma(1, 1/\theta-1).

2.

Par la fonction caractéristique: ϕZn(t)=(1it/(1/θ1))n\phi_{Z_n}(t) = (1-it/(1/\theta-1))^{-n}, donc ZnΓ(n,1/θ1)Z_n \sim \Gamma(n, 1/\theta-1).

3.

a.

La famille exponentielle avec rapport de vraisemblance monotone croissant en T=XiT = \sum X_i garantit l'existence d'un test UPP par le théorème de Lehmann.

b.

Région critique: rejeter H0H_0 si Xi>C\sum X_i \gt CC=u2(1/θ01)C = \frac{u}{2(1/\theta_0-1)}, uu étant le quantile 1α1-\alpha d'une χ2n2\chi^2_{2n}.

c.

Puissance: π(θ)=P[χ2n2>θ0(1θ)θ(1θ0)u]\pi(\theta) = P\left[\chi^2_{2n} \gt \frac{\theta_0(1-\theta)}{\theta(1-\theta_0)} u\right] pour θ>θ0\theta \gt \theta_0.