Achim Zeileis

Results 73 comments of Achim Zeileis

Thanks for making this a separate issue. Two quick comments: 1. Maybe `predict_distribution()` would be a more verbose description? Internally we make a `predict()` call and we return a `distribution`...

I think this is a good idea and would be willing to have a look at it. Any thoughts on how to deal with mixed discrete-continuous distributions, e.g., a normal...

I have thought about this some more. One way to go about this would be to add both `is_discrete()` AND `is_continuous()` so that we don't have to assume that every...

* If you want to have separate `plot_pdf()` and `plot_cdf()` functions, I would implement these as simple convenience interfaces to the more flexible underlying `plot()` function. Essentially `plot_pdf

Thanks for the feedback, Rob @robjhyndman, this all makes sense. I was also surprised because I had expected that estimation of the mean needs to be accounted for. Thanks for...

Regarding `hcl_wizard()`: That is some Reto-magic. He would say that he also isn't overly familiar with `shiny` but he clearly has done solid work here. If you have any concrete...

I haven't scheduled a next release, yet. I'm also not fully sure that the current implementation is the most natural one. And the default for `gamma` is least clear to...

I took it for a very quick spin, looks good! 👍

I double checked and it works on my phone and laptop. But it's important to include the trailing slash at the end after "cols4all". Without that the page is not...

We did not add a color ramp function for two reasons: * Optionally, `grDevices::colorRamp` already uses CIELAB (`space = "Lab"`) for the conversions even if sRGB is the default (`space...