-
```
The following files contain non-utf8 encoded german umlauts.
The umlauts are latin1 encoded, although java source files should be encoded in
utf8. Besides this, commenting in german, especially w…
-
老书单: https://news.ycombinator.com/item?id=1055042
新书
source: http://www.reddit.com/r/MachineLearning/comments/2fxi6v/ama_michael_i_jordan/ckdqzph
"That list was aimed at entering PhD students at Ber…
-
With statsmodels 0.5.0, `lowess(arange(20), arange(20), frac=.4)` returns a smoothed array entirely made of `nan`s. This seems to be triggered by a value too small for `frac`, relative to the size of…
-
私信
-
Our definition of the sandbox.nonparametric.kernels.Cosine differes from Stata
Stata uses
`1 + cos(2 pi z) for |z| < 1/2 and 0 otherwise`
I don't know what the normalization and _L2Norm is
we u…
-
Hodges and Lehman's aligned rank statistic works by subtracting off means within each stratum, then trading the mean deviations for their ranks, across the full sample. Within `xBalance`, the natural…
-
I've found others recommending installing ghc-mod into the sandbox and when I did that previously it worked. However I'm trying to have a clean build set up where all the command line tools are in ~/.…
-
- [x] We need to add acknowledgments to the manual for all the great help we've gotten.
- [x] We need to update the web site with info on these citations (supplied by Richard McElreath):
```
@article…
-
It looks like the Cython extensions get built in both the build step and the install step. Need to look into this.