David Métivier

Results 19 issues of David Métivier

I opened [this issue](https://discourse.julialang.org/t/distributions-fit-mle-of-distribution-type-vs-distributions-with-parameters/75228) a while ago but was not satisfied with the answer. I tried workarounds but it seems just not right. Basically, I don't understand the benefits of...

In the HMM structure, I think it is best practice to have `B::Vector{

I added `fit_mle(Laplace, x, w)` method using the weighted median plus a test in the test section of Laplace fit.

Hello, I open this PR after asking a [question on discourse](https://discourse.julialang.org/t/distributions-fit-mle-of-distribution-type-vs-distributions-with-parameters/75228) and an [issue](https://github.com/JuliaStats/Distributions.jl/issues/1574) (more like feature enhancement) here. I was not too convinced by the answer on Discourse, so...

As discussed, it would be amazing to have slide number displayed on a corner of the presentation. With possibility to set our own counter and show or not the total...

I know I ask a lot! But it would also be amazing to have a `pause()` feature to display on the same slide content not at once (easier to focus...

This one is a feature request. Do you think it would be possible to have an option for presentation mode where slides are in frames (or look like they are)...

Thanks for nice package! I tried using notebooks with Pluto `v0.19.27` and PlutoReport, it was working. Now with Pluto `v0.19.29` the button next slide do not work anymore. Maybe it...

I am finishing revising a paper where I use `QuasiMonteCarlo.jl`. I read about how to cite Julia packages ([here](https://discourse.julialang.org/t/how-to-cite-julia-packages-for-academic-purpose/80124)). What is the common practice for SciML packages (guess answer is...

I tried adding `erroline!` to a plot with Dates as x-axis but it does not work. ``` using Dates, StatsPlots x = DateTime(2000):Hour(1):DateTime(2000,1,4) x_last = x[end-72:end] y = randn(length(x)) Y...