-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implementation guidelines for Comrade compatibility #5
Comments
@ptiede @anilipour @rohandahale I had a block of time this weekend, to take a look at this, and I made a substantial overhaul of the package. Please check the branch Now everything is compatible with I still plan to revise the package by myself as also there are still bugs and documentation is not updated. At this moment, I would like to get your feedback. #--------------------------------------------- Upstream End
Simple Uncorrelated Random Field
Uncorrelated Random Field on Fourier Domain
Power Spectrum Random Field
Finally @anilipour
|
This is some pseudo-code that could make
StationaryRandomFields.jl
compatible with Comrade.Comrade expects its priors to be a
Distributions.jl
object. Since we want a general multivariate distribution that means we will need to use theArrayLikeVariate{N}
stuffFor an idea for how this stuff would work you can check https://github.com/ptiede/VLBIImagePriors.jl/blob/main/src/matern.jl
which is a quick and dirty implementation of the Matern process, and isn't nearly as flexible as this package.
The text was updated successfully, but these errors were encountered: