Simon Kornblith
Simon Kornblith
I think this is documented [here](http://hypothesistestsjl.readthedocs.org/en/latest/api/pvalue.html#pvalue-fisher) and the R method is available as `method=:minlike` but the documentation could probably be reorganized so this is easier to find.
I don't see any harm in this, but also don't see how you'd actually make use of the hierarchy. Are there cases where one would want to specialize on parametric/nonparametric...
For the paired test, I think you'd give a confidence interval for the median of the difference.
This seems reasonable to me. It's also possible we might want to use this syntax for an interface that allows incremental reading/writing of datasets, analogous to what HDF5 (and MATLAB's...
Sorry for the delay; I was on vacation with limited email access. This would be great to have. Given that it looks like the subsystem is effectively a MAT file...
In https://github.com/citation-style-language/schema/blob/master/csl-citation.json, the uris array (which is optional) contains the data that's actually necessary to citations with references. The item ID needs to be generated before passing the data into...
The citation is tied to particular service data records so that, if you change an item in your Zotero library, it changes the corresponding citation in the document. There's no...
The use case you mention is the use case that the schema is intended to solve. I'll wait for Steve's response on the id property.
This is a hard one. If we have a lot of tuples of different types, then we don't want to specialize, but if we have a lot of tuples of...
JLD2 does not currently attempt to serialize functions in a way that they can be reconstructed without the source having been loaded (see #13). But this should probably print a...