Dahua Lin

Results 160 comments of Dahua Lin

Oh, yes ... we can then add a `levelmap` method for this?

Think about it more. Probably, we may want a data structure that maintain cross-reference between levels & indexes. Something along this line? ``` julia immutable LevelMap{T} levels::Vector{T} # index ->...

The benchmark script is `perf/samplers.jl`.

The gamma distribution still uses Rmath. I temporarily turned off the use of GammaMTSampler in recent refactoring, haven't turned it back yet.

That's probably because the memory allocation + memory access factors in, thus the difference is not so big. What I did in the benchmark is basically the following: ``` julia...

This package has seriously lagged behind the advancement of Julia and needs a major overhaul. I am considering about this and may try to incorporate this in the next major...

I think we should add a upper limit to julia 0.3. The Julia base has been pretty fast in computing things. This package is not very useful when julia 0.4...

`logsumexp` is now available in _StatsBase_.

Distance no longer depends on this package.