Skip to main content

Questions tagged [cholesky-decomposition]

0 votes
0 answers
32 views

I have a dataset from which I need to construct priors from which to draw vectors of correlated but non-identically distributed random samples. For the sake of example, suppose I have $n$ lognormal ...
KBriggs's user avatar
  • 121
1 vote
0 answers
76 views

Posting here as I've been tasked with running ACE models for a twins analysis project I'm working on. ACE models refer to a form of structural equation analysis that seeks to to partition phenotypic ...
Rhys Maredudd Davies's user avatar
0 votes
0 answers
45 views

I’m currently working on a VAR model to analyze the impact of expansionary monetary policy on inequality. The inequality measure is Gini and I control for macroeconomics variables such as GDP and ...
Damian's user avatar
  • 1
0 votes
0 answers
73 views

If the decomposition of a normal matrix is positive definite, and it's clearly also a square matrix, and each decomposition $L$ is square; it seems that one could invert the result fast, but since I'm ...
user avatar
1 vote
0 answers
55 views

Here is my attempt to show that INDSCAL as a special case of CANDELINC. I am using the following paper as my reference for definitions. Kolda, Tamara G., and Brett W. Bader. "Tensor ...
Omar Shehab's user avatar
2 votes
0 answers
62 views

Let $X$ be a random vector with multivariate normal distribution: $X\sim \mathcal{N}(\mu,\Sigma)$. Let $L$ be the Cholesky factorization of $\Sigma$: $\Sigma = LL'$, so that we can write $$X=L X_0 +\...
Anthony's user avatar
  • 471
6 votes
1 answer
420 views

Given a positive semi-definite $n\times n$ matrix $C$ I would like to construct $n$ random variables $X_1,\dots,X_n$ drawn from $n$ fixed distributions such that $\mathrm{corr}(X_i,X_j) = C_{ij}$. I ...
deepfloe's user avatar
  • 161
2 votes
1 answer
190 views

I am trying to optimize an objective function $L(\theta)$ in which some parameters that I aim to recover belong to a covariance matrix, $\Sigma$. $\Sigma$ has a unique structure, which includes ones ...
EB727's user avatar
  • 33
4 votes
0 answers
333 views

As I understand it, the Cholesky decomposition of a Toeplitz matrix can be computed more efficiently by first embedding it in a circulant matrix then using FFT, but I'm having trouble finding any ...
Mike Lawrence's user avatar
0 votes
0 answers
133 views

I have a computational model that involves having a set of $K$ covariance matrices, $\{\Sigma_1, ..., \Sigma_K\}$ with each $\Sigma_i \in R^{n \times n}$. Storing all these full covariance matrices is ...
dherrera's user avatar
  • 2,352
2 votes
1 answer
651 views

I am trying to understand the code from pybasicbayes, which defines the following function to sample from an inverse Wishart: ...
seeker_after_truth's user avatar
1 vote
1 answer
171 views

I am doing an impulse response analysis involving 3 time series A, B, and C in R. Following Lutkepohl approach, I used the log and diff functions to make them stationary. After creating the VAR model, ...
Thierry's user avatar
  • 11
1 vote
0 answers
59 views

I would like to sample from a multivariate Gaussian distribution with covariance matrix $\Sigma - uu^T $, where $u$ is a vector and $\Sigma - uu^T $ is PSD. I have knowledge of a non-Cholesky ...
Noam Elata's user avatar
2 votes
1 answer
239 views

Let $\mathbf{x}\sim N(0,I)$ and $A$ a real-valued square matrix. The spectral decomposition allows us to rewrite a quadratic form $\mathbf{x}^\top A \mathbf{x}$ as a sum of iid chi-squared random ...
sergio.azevedo's user avatar
8 votes
1 answer
1k views

Given a set of $m$ examples $x$ arranged as rows in $m\times n$ data matrix X, consider Cholesky decomposition of covariance matrix $X'X$. Is there a statistical interpretation of diagonal entries of ...
Yaroslav Bulatov's user avatar

15 30 50 per page
1
2 3 4 5
7