-
Dear @eikeluedeling,
I have the following issues emerging from #4:
1. Method `summary.mcSimulation()` calculates and returns `$chance_loss`, `$chance_zero`, `$chance_gain` (which are elements of `$…
-
Hi! I am trying to build the source, because I quite need the source file to be in a JAR file, which is not given right now. I thought I could make it on my own but if I call "ant jar" I get a huge er…
atais updated
9 years ago
-
There's a bunch of places where there's unnecessary parametric types/signatures and wasteful work . For example...
`Base.push!{T
-
Mike,
My compilation of the various functions in your BEST build, MODIFIED 6/29/15 MM BestMCMC w/parallel processing, appears below. Below that is my own BEST script. When I run these under the lates…
-
_Original ticket http://projects.scipy.org/scipy/ticket/44 on 2006-04-02 by @rkern, assigned to @rkern._
The function `_chk_asarray` in file source:trunk/Lib/stats/stats.py needs review.
Please look…
-
`scipy.stats.mode` assumes that its input is never an empty array. Probably needs to be beautified :)
``` python
from scipy import stats
stats.mode([])
```
```
--------------------------------------…
-
I have implemented some Julia code to compute the first four moments of an array (right now just `Array{T, 1}`) with just one pass. This code is pretty much Julia code based on the C++ version [here](…
-
```
======================================================================
ERROR: statsmodels.emplike.tests.test_aft.Test_AFTModel.test_beta_vect
-----------------------------------------------------…
-
I am getting the following error when trying to open a 32-bit Tiff:
``` julia
exception on 1: ERROR: key not found: 32
in imread at .julia/v0.3/Images/src/io.jl:241
in imread at .julia/v0.3/Images/…
-
Hi, Phil.
I want to impute values in variables with multiple imputations.
So I tried to use `score dat (original NAperson NAitem for(i in 1:20)
+ dat[NAperson[i], NAitem[i]] (mod scores TE…