Rodrigo Zepeda-Tello
Rodrigo Zepeda-Tello
Hi! I'm trying to sample the following Turing Model that uses a `MatrixNormal` distribution: ```{julia} using Random, Turing, Bijectors Random.seed!(123) #Estimate a MatrixNormal as simulated here U = rand(LKJ(2, 0.5))...
No sé si te sirve nosotros llevamos recolectando de la página de la UNAM https://www.gits.igg.unam.mx/red-irag-dashboard/reviewHome# los datos de ocupación hospitalaria en este repo: https://github.com/RodrigoZepeda/CapacidadHospitalariaMX . Felizmente puedo hacerte pull requests...
Hi everyone, I’m using `DifferentialEquations.jl` to solve an `SDEProblem` with a custom `output_func`. I am then trying to summarize multiple trajectories with `EnsembleSummary`. However, the resulting summary has the **wrong...