Tamás Nepusz

Results 691 comments of Tamás Nepusz

I haven't implemented the reweighting in (3.11) so that's one possible source of the discrepancy. The calculation of the D value of the KS test is [here](https://github.com/ntamas/plfit/blob/master/src/plfit.c#L903) -- feel free...

Sorry for the late reply - lots of things to be done at work. Anyway, the test statistic of the one-sample KS test is simply the maximum of the absolute...

Ran the whole webpage through a free online broken link checker tool; here are the results (sorry about the screenshot, I don't feel like writing Markdown manually). Some of these...

Probably a bug in `doxrox.py` that surfaced after the code reformatting done by Astyle (Astyle inserted a space after commas in macros). I'll look into this.

Fixed in https://github.com/igraph/igraph/commit/39fc54e4f637ba9f7d7193147ac4e38202ec3f40

Hmmm, still not okay, now there's extra whitespace after the function name. I'll take care of this as well.

Fixed the problem with the extra whitespace after the function name, but there are still some minor issues; basically, the function declaration in the documentation tries to preserve the formatting...

Thanks! I cannot edit the post on the ArduPilot discussion forum any more, but I've added a reply at the bottom that links to your post. We'll probably re-post the...

This PR would also affect the behaviour of `get_selected_objects_from_collection()` because that uses `get_selected_objects()` internally. Furthermore, it would contradict the documentation of `get_selected_objects_from_collection()` because the documentation states that `get_selected_objects_from_collection()` returns the...