Feeds
提问
Struct contents reference from a non-struct array object?
I'm building a function to use as a moment condition for a GMM estimation. The package I intend to use requires a matrix of vari...
9 years 前 | 2 个回答 | 1
2
个回答提问
Generalized Method of Moments estimation with GMM and MINZ libraries
Hello, I'm attempting to estimate 3 parameters with 2 moment conditions and a Jacobian. I've found the GMM and MINZ libraries an...
9 years 前 | 0 个回答 | 0
0
个回答提问
Can I use absolute values of complex numbers for logged data?
Hello, I'm currently working on a model with some residualized data that requires taking the log of terms as follows: log(µc_...
9 years 前 | 0 个回答 | 0
0
个回答提问
Error in lsqnonlin() - "Failure in initial objective function evaluation."
I'm building a script to generate a non-linear least squares estimation, after prepping my data, I was able to generate the corr...
9 years 前 | 1 个回答 | 0
1
个回答提问
Why am I getting complex values from the following anonymous function?
I'm trying to build a function to be used with lsqnonlin(), it should pull data from 3 arrays of doubles and output a value. Whe...
9 years 前 | 1 个回答 | 1
