Florian Oswald

Results 70 issues of Florian Oswald

hi @phamtrisi thanks for sharing this code! i have a quick question: you hard code an API key in here. how did you obtain that API key? i am planning...

would it be possible to add the option `--stop-cluster` instead of only `kill-cluster` to the `loadbalance` function? it would be useful for me. thanks!

with this macro, as per https://github.com/gnab/remark/issues/72, one can now do ````julia # A plot ```@example index using Plots; gr() Plots.plot(rand(10)) savefig("statplot.png"); ``` ![:scale 90%](statplot.png) ```` this solves my issue #9...

did you guys ever think about benchmarking this against https://cran.r-project.org/web/packages/quantreg/? if i remember correclty this wraps fortran routines, could think about using those as well (if performance here is far...

would remove java dependency

need to give R objects the same name as the resulting filename, else the `data(package="EconData")` output does not display the right description, which is annoying.

need a method to extract interior knot vector

not trivial. requires something like a regression approach to estimate out of bounds values. for 1D it's trivial.

how do people feel about a PR with ```julia julia> function findNaNmax(x::AbstractArray{T}) where T result) result = v indmax = i end end end return (indmax,result) end findNaNmax (generic function...

I found this to be a major problem in my application. anything one could do here? (I would be happy with anything **but** returning a number) ``` julia> Yeppp.log([NaN]) 1-element...