Feeds
提问
Generalized methods of moments (GMM) with many indicator variables and ill-conditioned covariance matrix of the error terms
I'm having a problem estimating the optimal weighting matrix for the second stage of (feasible efficient) two-step GMM. Let me e...
9 years 前 | 0 个回答 | 0
0
个回答提问
Why use Cholesky decomposition of diag. matrix of VARIANCES to create multivariate normal random draws
Hi, I'm looking at some code where the cholesky decomposition of the covariance matrix is used to create multivariate random ...
11 years 前 | 0 个回答 | 0
0
个回答提问
Built-in Multithreading on multiple CPUs
I am running code that maxes out CPU usages about 80% of the time over 4 cores. Because I am not using the parrell computing too...
11 years 前 | 1 个回答 | 1
1
个回答提问
Difference between mvnrnd(,sigma) and randn()*chol(sigma)
I would like to create correlated multivariate normal random numbers. It is my understanding that this can either be done using ...
11 years 前 | 1 个回答 | 1
