What's Changed
Modeling Interface
- Improve handling of parameter bound (#206)
Model Comparison Interface
- Expose
batch_fit
for likelihood ratio test (#187)
Results Interface
- Add standard error
se
toMLEFlux
,MLELumin
, andMLEEiso
- Add standard error
se
toConfidenceInterval
- Add
mean
,std
, andmedian
toPosteriorResult
,PosteriorFlux
,PosteriorLumin
, andPosteriorEiso
MCMC Interface
- Add
post_warmup_state
parameter toNumPyro
MCMC (#192) - Fix ensemble sampling (#193)
- Add
BarkerMH
sampler (#196) - Add MCMC
thinning
option (#213) - Revamp Sample Adaptive MCMC (#214)
Xspec Models Interface
- Revamp
Xspec
model API (#207)
Full Changelog: v0.1.16...v0.1.17