Dan Barowy
Dan Barowy
Seconded; please fix this bug. The MWE that @zkamvar produced above was almost exactly my first stab at using `docopt.R`, which made me think that I was doing something wrong....
Hi @richb-hanover, thanks for the bug report. I'm at a conference this week, but I'll try to reproduce this when I have a moment.
Do you need a real AST in order to synthesize a fix, or do you think you can just insert corrected references into an abstracted formula from adjacent cells? If...
tl;dr: sorry, no. As far as I am aware, the only way to write Office plugins for the Mac is via AppleScript-- the API that we used for CheckCell simply...
Fixed with e3e2630.
It turns out that the issue really boils down to: there's a race between the plugin startup routine and the `WorkbookOpen` event. It appears that in Excel 2013, the blank...
Dimitar and I just chatted about this. He's going to take a crack at it this weekend. General procedure. 1. Force Excel to recalculate (we don't want to save stale...
Also, it turns out that CLRS (second ed.) has a nice writeup for in-place and copying shuffles on page 101.
Since we're already memoizing values, then initializing with a fixed seed is probably the easiest solution. For the strictly binomial case, we could use the Poisson approximation. I don't know...
While chatting about some of the formulas in the paper (since we're revisiting them for CACM), @ccurtsinger pointed out that one of the terms, \sum_{j=m}^{\infinity} (p\lambda)^j/j! is guaranteed to converge...