Skip to main content

All Questions

4 votes
2 answers
114 views

Cumulative distribution of Gaussian conditional independent random variables

Suppose X, Y, Z are three jointly Gaussian random variables and X and Z are independent given Y. For example, take three r.v. from a OU process. Here is some R code:...
involuptory's user avatar
3 votes
1 answer
340 views

For normally distributed random variables, if X is independent of Y and X is independent of Z, is X independent of max(Y,Z)?

Suppose $X,Y,Z\sim N(0,\sigma^2)$. $X$ is independent of $Y,$ $X$ is independent of $Z$ (but $Y$ and $Z$ are not independent), is $X$ independent of $\max(Y,Z)$?
Ruth's user avatar
  • 463
4 votes
1 answer
79 views

Joint distribution where random variables always exist in the same orthant

I am sampling two vectors $x$ and $y$ ($\in \mathbb{R}^n$). First, I sample $x$ from an isotropic Gaussian distribution. Then I want to sample $y$ from the same distribution, but only in the orthant ...
CWC's user avatar
  • 281
1 vote
1 answer
110 views

R package to solve Gaussian MLE under conditional independence constraints

Is there any R package or function to solve Gaussian MLE under conditional independence constraints? Suppose we have $y_i\overset{i.i.d}{\sim}\mathcal{N}(0,\Sigma_{p\times p})$, $i = 1,2,\ldots,n$. We ...
Tan's user avatar
  • 1,499