Ted Dunning

Results 175 comments of Ted Dunning

Answering my own question: ``` disk = parted.freshDisk(dev, "gpt") disk.commit() ``` is the non-intuitive equivalent of `mklabel gpt`. I would be happy to write this up. It might be good...

Well, there is a limit to what can be accomplished in trying to actually fix the problem since Python only supports a single floating point precision. Obviously, the real solution...

None of these cases apply because the logic always forces the first and last centroid to have a single sample. Having that assumption avoids the problem of knowing something about...

Well, that would be one way of saying it. In fact, I found a bug and forced the correct behavior after the paper. So the reality is that I intended...

How does a doc page get updated? There are other problems with these examples as well and the codebase is essentially undocumented. The sample extension is nice, but it only...

That's nice in theory, but what the docs need is what I need to learn about. I can't very well contribute unless I know what's going on. So far, the...

In related work that is definitely not the same, there is my start on Go language WSPR beacon. I found it pretty easy to simply hand code the DMA controls....

Your intuition is right on. The mean needs to be a weighted mean, of course. But other than that, what you said was fine. The computation of the variance is...

That definition of $b_j$ is just what I had in mind except I think you need to reverse $N_j$ and $N_{j+1}$. And your interpretations of $\mu_j$ and $N_j$ are also...

Thanks for the report. Just a hint, I would recommend a value of the compression factor to be 200, not 100. 100 will work, but 200 will work better with...