Alex Arslan

Results 491 comments of Alex Arslan

FWIW it wasn't honest disappointment, I just think "registrar" would be an apt term in this case. I think Registrator is as good a name as any for the package...

> squares `i` but I think that should be `2i`. Where do you see `i` being squared? That line has `i+i`, which is `2i`.

For the multivariate tests I ported over from MultivariateTests.jl, I actually did add the `dof` extension, so this feature request is now about 5% implemented.

> TimeModels has not been developed for some time now. In particular, I don't think it even works on Julia versions later than 0.4. If it won't be maintained going...

Wow, that is incredibly probable

A lot of packages could benefit from integration with DataFrames, I don't think we want to add DataFrames as a dependency everywhere. Optional dependencies, whenever they may happen, will likely...

I don't think we should endorse a particular plotting ecosystem here; including StatPlots is effectively saying, "Plots is how you plot data!" when in fact many people (myself included) greatly...

This would indeed be fun! I don't know how generally useful it would be to users, though, and at least on my machine, the code I wrote that constructs the...

`median` and `mean` were _removed_ from Base and put into Statistics. We should either reexport those or tell people to run `using Statistics` in the documentation.

A PR to document or reexport `mean` and `median` would be welcome. I'm fairly indifferent on which is preferable, though I guess I have a slight inclination toward the latter.