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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 1 | 1
