Control Functionals

버전 1.3.0.0 (16.2 KB) 작성자: Chris Oates
Implementation of the control functional method for computing Bayesian posterior integrals
다운로드 수: 88
업데이트 날짜: 2017/3/15

라이선스 보기

This is a compact implementation of the "control functional" method for Monte Carlo integration proposed in Oates, Chopin and Girolami, Journal of the Royal Statistical Society, Series B, 2017. The basic idea is that gradient information on the posterior distribution in Bayesian statistics can be used to better estimate integrals with respect to the posterior, via Stein's method.

인용 양식

Chris Oates (2024). Control Functionals (https://www.mathworks.com/matlabcentral/fileexchange/61755-control-functionals), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2016a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Random Number Generation에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.3.0.0

Fixed a typo in the pre-amble.
Now works in dimension d = 1,2,3 or 4.

1.2.0.0

Improved the example usage in the pre-amble so that it generalises to d = 2,3.
Fixed the numerical regulariser to match the method given in the paper. Thanks to Min Hyung Kang!

1.1.0.0

In version 1.0 the likelihood function was incorrect. The wrong covariance matrix was used. This is now fixed.

1.0.0.0

Renamed zip folder
Included description of the main function.