hello everyone, I’m new in Julia and I wanted to implement a function log_prior that computes the log of multivariate normal distribution. would you mind please help me to implement it?
Why not just just logpdf
and MvNormal
from
1 Like
I know that the Github page has it. the documentation is here:
https://juliastats.org/Distributions.jl/stable/
https://juliastats.org/Distributions.jl/stable/multivariate/
Please show us your code.