Dear All,
I am running a computationally intensive simulation on Stata-16 MP-32 core on a high-powered computing cluster. I am finding that with each rep the program is generating the exact same data when I set the observations N=10,000, but not when I set the number of obs to 1,000. However, having a larger dataset is useful for the approach I am studying.
I replicated the problem on my desktop with Stata-14 MP 4 core with obs=10,000 and matsize=10,000, but could solve the problem by setting the matsize = 11,000. With Stata 16 it doesn't seem possible to set the matsize, as matsize should automatically be the max (over 65,000 with this flavor).
As far as resources go on the HPCC, I am using 8 cpus and memory of 100 GB (more than my desktop has).
Does anyone have a suggestion of how I might be able to solve this issue?
Thanks!
Michael
Related Posts with Simulation generating the exact same data.
Non-parametric regression estimations to understand relationship between 2 variables: npregress, lpoly vs lowessI am trying to understand the relationship between two variables with non-parametric regressions usi…
VECM diagnostics and testsDear all, I have four variables, one of which is the price of crude oil and the other three variabl…
Interaction in linear regressionI have a question regarding interaction in linear regression: For example, I have run a regression …
Difference in DifferencesHi, I have a question about how to code the variables in the following DID equation. Dep.Var= B1 IF…
Looping over if statementsI want to write code that loops over various if conditions in a regression. I have data like this: …
Subscribe to:
Post Comments (Atom)
0 Response to Simulation generating the exact same data.
Post a Comment