I'm noticing a huge performance hit when using foreach with doSNOW. Any ideas
on why the parallel loop runs ~8 times slower than the same foreach run
sequentially?
> require(doSNOW)
Loading required package: doSNOW
Loading required package: foreach
foreach: simple, scalable parallel programmin
I'm trying to setup a snow grid using sockets (Windows 7). On the test grid
(my computer and another) I have an SSHD server up and running, can connect
OK via public key authentication. Running "makeSOCKcluster" on just my local
machine works OK. Running it to the other computer fails. My SS
in PerformanceAnalytics
Dom Pazzula wrote
>
> All,
> I'm attempting to run this:
> table.CAPM(series[,"Strat.Return",drop=FALSE],series[,"spy.Return",drop=FALSE])
>
>
> and getting this error
> Error in as.vector(data[, i]) : subscript out of boun
All,
I'm attempting to run this:
table.CAPM(series[,"Strat.Return",drop=FALSE],series[,"spy.Return",drop=FALSE])
and getting this error
Error in as.vector(data[, i]) : subscript out of bounds
I've searched around and cannot find a solution to the problem. I've used this
in the past without pr
4 matches
Mail list logo