Dahua Lin
Dahua Lin
PRs are welcomed. But I don't have much time working on this in near term.
For distributions controlled by location and scale parameters, it would be good to provide generic interfaces like: ``` julia scale(d) # return scale param location(d) # return location param ```...
@mykelk you may make a PR if you want piece-wise uniform distribution to be in this package. We may do it at some point in future. But not at our...
I think eventually we should use Grisu algorithm.
I am now adding another type under `AbstractPDMat` that allows people to use a factor matrix instead of the covariance itself.
What about having `AbstractPDMat
Wow, I like the picture :+1:
I did not actively contribute to the DataArray/DataFrames package, but I often keep an eye on the discussions here. John, I agree with your point that an efficient & versatile...
I believe this is a very basic device that is useful out of this package. For example, it may also be useful in constructing contingency tables (see https://github.com/JuliaStats/Stats.jl/issues/32). What about...
FWIW, there's already `indexmap` in Stats.jl. (see https://github.com/JuliaStats/Stats.jl#miscelleneous-functions)