NEWS.md
.julia_chains_to_draws() when DataFrames.jl is not available. The function now correctly uses Array(chains.value) to extract the 3D array (iterations × parameters × chains) instead of Array(chains) which only returns a 2D array. This resolves the “incorrect number of dimensions” error reported in #5. Thanks to @owenjonesuob for the diagnosis and suggested fix.Initial MVP release of EpiAwareR providing R interface to Julia-based EpiAware framework.
AR(): Autoregressive processes of arbitrary order for time-varying parametersepiaware_call()
Renewal(): Renewal equation with customizable generation time distributionNegativeBinomialError(): Overdispersed count observationsLatentDelay(): Reporting delay wrapper enabling hierarchical compositionEpiProblem(): Compose latent, infection, and observation models into complete epidemiological modelfit(): Fit models to data using MCMC samplingnuts_sampler(): Configure NUTS (No-U-Turn Sampler) for efficient inferencenorm(): Normal distributiontruncnorm(): Truncated normalhalfnorm(): Half-normalgamma_dist(): Gamma distributionlognorm(): Log-normal distributionexponential(): Exponential distributionepiaware_call() for accessing newer Julia featuresepiaware_setup_julia(): Automated Julia installation and configurationepiaware_available(): Check Julia/EpiAware availabilityepiaware_call())