Não foi possível enviar o arquivo. Será algum problema com as permissões?
Diferenças

Diferenças

Aqui você vê as diferenças entre duas revisões dessa página.

Link para esta página de comparações

Ambos lados da revisão anterior Revisão anterior
Próxima revisão Ambos lados da revisão seguinte
disciplinas:verao2007:exercicios [2007/02/17 22:20]
paulojus
disciplinas:verao2007:exercicios [2007/02/17 22:25]
paulojus
Linha 20: Linha 20:
   - (3) In the examples above, would you have othe //​candidate//​ models for each data-set? ​   - (3) In the examples above, would you have othe //​candidate//​ models for each data-set? ​
   - Inspect [[http://​leg.ufpr.br/​geoR/​tutorials/​Rcruciani.R|an example geoestatistical analysis]] for the hydraulic conductivity data.   - Inspect [[http://​leg.ufpr.br/​geoR/​tutorials/​Rcruciani.R|an example geoestatistical analysis]] for the hydraulic conductivity data.
-  - (4) Consider the following two models for a set of responses, ​$Y_i : i=1,\ldots,nassociated with a sequence of positions ​$x_i: i=1,​\ldots,​nalong a one-dimensional spatial axis $x$. +  - (4) Consider the following two models for a set of responses, ​<m>Y_i : i=1, ... ,n</​m> ​associated with a sequence of positions ​<m>x_i: i=1,​\ldots,​n</​m> ​along a one-dimensional spatial axis $x$. 
-    - $Y_i \alpha + \beta x_i Z_i$, where $\alpha$ and $\beta$ are parameters and the $Z_i$ are mutually independent with mean zero and variance $\sigma_Z^2$.+    - <​m>​Y_{i} ​= alpha + beta x_{i} Z_{i}</​m>​, where $\alpha$ and $\beta$ are parameters and the $Z_i$ are mutually independent with mean zero and variance $\sigma_Z^2$.
     - $Y_i = A + B x_i + Z_i$ where the $Z_i$ are as in (a) but //A// and //B// are now random variables, independent of each other and of the $Z_i$, each with mean zero and respective variances $\sigma_A^2$ and $\sigma_B^2$.\\ For each of these models, find the mean and variance of $Y_i$ and the covariance between $Y_i$ and $Y_j$ for any $j \neq i$. Given a single realisation of either model, would it be possible to distinguish between them?     - $Y_i = A + B x_i + Z_i$ where the $Z_i$ are as in (a) but //A// and //B// are now random variables, independent of each other and of the $Z_i$, each with mean zero and respective variances $\sigma_A^2$ and $\sigma_B^2$.\\ For each of these models, find the mean and variance of $Y_i$ and the covariance between $Y_i$ and $Y_j$ for any $j \neq i$. Given a single realisation of either model, would it be possible to distinguish between them?
   - (5) Suppose that $Y=(Y_1,​\ldots,​Y_n)$ follows a multivariate Gaussian distribution with ${\rm E}[Y_i]=\mu$ and ${\rm Var}\{Y_i\}=\sigma^2$ and that the covariance matrix of $Y$ can be expressed as $V=\sigma^2 R(\phi)$. Write down the log-likelihood function for $\theta=(\mu,​\sigma^2,​\phi)$ based on a single realisation of $Y$ and obtain explicit expressions for the maximum likelihood estimators of $\mu$ and $\sigma^2$ when $\phi$ is known. Discuss how you would use these expressions to find maximum likelihood estimators numerically when $\phi$ is unknown.   - (5) Suppose that $Y=(Y_1,​\ldots,​Y_n)$ follows a multivariate Gaussian distribution with ${\rm E}[Y_i]=\mu$ and ${\rm Var}\{Y_i\}=\sigma^2$ and that the covariance matrix of $Y$ can be expressed as $V=\sigma^2 R(\phi)$. Write down the log-likelihood function for $\theta=(\mu,​\sigma^2,​\phi)$ based on a single realisation of $Y$ and obtain explicit expressions for the maximum likelihood estimators of $\mu$ and $\sigma^2$ when $\phi$ is known. Discuss how you would use these expressions to find maximum likelihood estimators numerically when $\phi$ is unknown.
-  - (6) Is the following a legitimate correlation function for a one-dimensional spatial process $S(x) : x \in \IR$? Give either a proof or a counter-example. ​$$ +  - (6) Is the following a legitimate correlation function for a one-dimensional spatial process $S(x) : x \in \IR$? Give either a proof or a counter-example.  
-  \rho(u) = \left\{ +<​m> ​rho(u) = delim{lbrace}{matrix{2}{1}{{1-u : 0 <= <= 1}{  u>1}}}{}</m>
-    \begin{array}{rcl} +
-      ​1-u \leq \leq \\ +
-      ​u>1 +
-    \end{array} +
-  \right. +
-$$ +
   - (7) Consider the following method of simulating a realisation of a one-dimensional spatial process on $S(x) : x \in \IR$, with mean zero, variance 1 and correlation function $\rho(u)$. Choose a set of points $x_i \in \IR : i=1,​\ldots,​n$. Let $R$ denote the correlation matrix of $S=\{S(x_1),​\ldots,​S(x_n)\}$. Obtain the singular value decomposition of $R$ as $R = D \Lambda D^\prime$ where $\lambda$ is a diagonal matrix whose non-zero entries are the eigenvalues of $R$, in order from largest to smallest. Let $Y=\{Y_1,​\ldots,​Y_n\}$ be an independent random sample from the standard Gaussian distribution,​ ${\rm N}(0,1)$. Then the simulated realisation is S = D \Lambda^{\frac{1}{2}} Y    - (7) Consider the following method of simulating a realisation of a one-dimensional spatial process on $S(x) : x \in \IR$, with mean zero, variance 1 and correlation function $\rho(u)$. Choose a set of points $x_i \in \IR : i=1,​\ldots,​n$. Let $R$ denote the correlation matrix of $S=\{S(x_1),​\ldots,​S(x_n)\}$. Obtain the singular value decomposition of $R$ as $R = D \Lambda D^\prime$ where $\lambda$ is a diagonal matrix whose non-zero entries are the eigenvalues of $R$, in order from largest to smallest. Let $Y=\{Y_1,​\ldots,​Y_n\}$ be an independent random sample from the standard Gaussian distribution,​ ${\rm N}(0,1)$. Then the simulated realisation is S = D \Lambda^{\frac{1}{2}} Y 
   - (7) Write an ''​R''​ function to simulate realisations using the above method for any specified set of points $x_i$ and a range of correlation functions of your choice. Use your function to simulate a realisation of $S$ on (a discrete approximation to) the unit interval $(0,1)$.   - (7) Write an ''​R''​ function to simulate realisations using the above method for any specified set of points $x_i$ and a range of correlation functions of your choice. Use your function to simulate a realisation of $S$ on (a discrete approximation to) the unit interval $(0,1)$.
Linha 43: Linha 37:
     * try to estimate the anisotropy parameters \\ Compare the results and repeat the exercise for $\phi_R=4$.     * try to estimate the anisotropy parameters \\ Compare the results and repeat the exercise for $\phi_R=4$.
   - (10) Consider a stationary trans-Gaussian model with known transformation function $h(\cdot)$, let $x$ be an arbitrary   - (10) Consider a stationary trans-Gaussian model with known transformation function $h(\cdot)$, let $x$ be an arbitrary
-location within the study region and define </m>​T=h^{-1}{S(x)}</​m>​. Find explicit expressions for ${\rm P}(T>​c|Y)$ where+location within the study region and define <​m>​T=h^{-1}{S(x)}</​m>​. Find explicit expressions for ${\rm P}(T>​c|Y)$ where
 $Y=(Y_1,​...,​Y_n)$ denotes the observed measurements on the untransformed scale and: $Y=(Y_1,​...,​Y_n)$ denotes the observed measurements on the untransformed scale and:
     * <​m>​h(u)=u</​m>​     * <​m>​h(u)=u</​m>​

QR Code
QR Code disciplinas:verao2007:exercicios (generated for current page)