Closed TimKerr closed 9 years ago
the bouss.eigen function includes a for loop that could be removed with an apply which might speed things up
Removed the for loop and now using an apply function. Speed is still not great, but a bit better. The biggest holdup is calculating the eigenvalues, currently done with a variant of a moving average function.
the bouss.eigen function includes a for loop that could be removed with an apply which might speed things up