Miles Lucas

Results 81 comments of Miles Lucas

[NestedSamplers.jl uses weights](https://github.com/TuringLang/NestedSamplers.jl/blob/c5aa3e947ff74feddf2ac6a94b9243a008422223/src/step.jl#L134) and could benefit from this functionality being built in. I think using the StatsBase weights is a good idea, too.

Here is a much more fleshed out example: https://github.com/JuliaAstro/Planck.jl/blob/main/src/Planck.jl

After some good discussion with @aplavin on Slack, it seems like a better solution overall for the ecosystem would be a separation of the dimensions and the quantities in unitful...

This implementation is based off the skimage.draw.disk implementation which is used in the python library which inspired this PR.

@bersavosh I've spent the last 8 months refactoring every part of Starfish, right now I am about 99% ready to merge my changes into master and push a release for...

Thank you for trying out the new version! Yes, that file is not in the repo because it is still proprietary to one of my collaborators and we need permission...

I did a little more reading in the Habib paper and really all it is is a multivariate normal likelihood. The tricks come in by reducing the dimensionality and by...

So at the end of the day, we can seemingly easily rewrite A.14 (arxiv v2) using tensor notation. If we do that, is it worth it to get the MLE...

The local kernel has been rewritten to be much more plug-and-playable, so it is possible to use like ``` model = SpectrumModel(...) mu, cov = model() cov += k_local_matrix(...) ```...