You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now the bottleneck is the creation of the data for the IPW numerator / Monte Carlo integration. This should be easy to speed up (via Pool) or using some clever tricks in generation. The real issue is the creation of all the summary measures for each copy (lots of matrix multiplications)
The text was updated successfully, but these errors were encountered:
So, the packing in Pool is expensive. However, when calculating all the different summary measures, this initial expense becomes worthwhile. I would like to find something that is quicker than Pool with the packing into a list. If I can find something that is, then everything will be far faster
Right now the bottleneck is the creation of the data for the IPW numerator / Monte Carlo integration. This should be easy to speed up (via
Pool
) or using some clever tricks in generation. The real issue is the creation of all the summary measures for each copy (lots of matrix multiplications)The text was updated successfully, but these errors were encountered: