Displaying 1 result from an estimated 1 matches for "msle2".
Did you mean:
mle2
2009 May 30
1
A problem about "nlminb"
Hello everyone!
When I use "nlminb" to minimize a function with a variable of almost 200,000
dimension, I got the following error.
> nlminb(start=start0, msLE2, control = list(x.tol = .001))
Error in vector("double", length) : vector size specified is too large
I had the following setting
options(expressions=60000)
options(object.size=10^15)
I have no idea about what might be wrong. Any suggestion is highly
appreciated!!
Thanks!!
popo
[[al...