Skip to main content

Questions tagged [multivariate-normal-distribution]

The multivariate normal distribution, is a generalization of the one-dimensional (univariate) normal distribution to higher dimensions. (Also called, multivariate Gaussian)

2 votes
1 answer
91 views

Are these two in theory equivalent in R? b <- mvrnorm(n = 2, mu = rep(0, m)) b1 <- mvrnorm(n = 1, mu = rep(0, m)) b2 <- mvrnorm(n = 1, mu = rep(0, m))
quantum.girl's user avatar
3 votes
0 answers
29 views

(This post is rewritten from an unanswered earlier post of mine at Math SE; I just realized that Cross Validated might be a more appropriate place for it.) Suppose we have an $n \times n$ matrix $A$ ...
clemens's user avatar
  • 131
0 votes
0 answers
30 views

I have the following doubt, probably trivial. Let us suppose to have three normally distributed random variables $ x_1 $, $ x_2 $, and $ x_3 $ inside a multivariate normal probability density function:...
Lorenzo Eboli's user avatar
0 votes
0 answers
33 views

Are there any efficient codes that can evaluate the probabilites of a multivariate normal CDF (4-10 variables), in MATLAB or R or Python. Probabiites in the range of 10^-5 to 10^-6 I used MATLAB's ...
JimmyKimmel3000's user avatar
2 votes
0 answers
44 views

I have a multivariate normal likelihood of the form $$p(y| \mu_\alpha, \Sigma_y + \Sigma_\alpha) = N(\mu_\alpha, \Sigma_y + \Sigma_\alpha) $$ where $y$ is observed data, $\Sigma_y$ is known, and $(\...
jms's user avatar
  • 131
2 votes
0 answers
87 views

In my research involving statistical inference for the bivariate normal distribution under a special sampling scheme, I encountered the following integral: \begin{eqnarray} I=\int_{-\sqrt{s_{11}}}^{\...
mojammel's user avatar
0 votes
0 answers
30 views

I am studying about Discriminant Functions For The Normal Density (2.6) from the book Pattern Classification (Second Edition) by Duda,Hart and Stork.The book suggest following function for ...
Sushodhan V's user avatar
6 votes
3 answers
306 views

I have encountered a problem when trying to simulate from a multivariate normal distribution with a covariance matrix built to encode specific correlations. Most of my parameters are estimated from ...
Tess O'Brien's user avatar
3 votes
1 answer
241 views

Consider the problem of classifying $x \in \mathbb{R}^2$ into one of two classes, $c1$ and $c2$, with known distributions \begin{align} & p(x\mid c1) \sim \mathcal{N}\left(\begin{bmatrix} 0 \\ 0 \...
dherrera's user avatar
  • 2,362
0 votes
0 answers
55 views

Assume that I have four groups of samples, each from a $d$-dimensional normal population $N(\mu_i,\Sigma_i)$ ($1\le i\le 4$). All the $\mu_i, \Sigma_i$ are unknown parameters. I need to test the ...
user avatar
4 votes
0 answers
175 views

As the title says, I would like to know if there any method already implemented in R that efficiently samples from the truncated multivariate normal distribution. More precisely, given $\textbf{X}\sim\...
learner123's user avatar
1 vote
3 answers
175 views

Is this true: Let $$Z \sim \mathcal N (0, I).$$ Then if $$X = \Sigma^{1/2}Z + \mu$$ then $$X \sim \mathcal N(\mu, \Sigma).$$ That is, we can nonstandardize a multivariate normal in the exact way we do ...
SRobertJames's user avatar
2 votes
1 answer
206 views

As the title says, I would like to know if the following relation is true: \begin{align*} \mathbb{E}[\textbf{X}\textbf{X}' \mid \textbf{X} \leq \textbf{C}\textbf{b}] = \boldsymbol{\Sigma} + \mathbb{E}[...
learner123's user avatar
3 votes
3 answers
282 views

Suppose $(X_1,Y_1),\ldots,(X_n,Y_n)$ is a random sample from a bivariate normal $N_2(\boldsymbol \mu, I_2)$ distribution where $\lVert \boldsymbol \mu \rVert=1$. Let $\widehat{\boldsymbol\mu}$ be the ...
User505's user avatar
  • 65
2 votes
1 answer
103 views

In linear regression, I'm assuming that when $y$ belongs to a normal distribution it's because there's only one variable, as in it's a simple linear regression, for example $y = \beta_{0} + \beta_1 ...
Lex's user avatar
  • 21

15 30 50 per page
1
2 3 4 5
50