logpdf or pdf in mhsample

4 ビュー (過去 30 日間)
Abhinav
Abhinav 2017 年 12 月 1 日
コメント済み: Abhinav 2017 年 12 月 1 日
I am using 'mhsample' function for Metropolis-Hastings sampling from a posterior distribution. I am not sure if I should use pdf or logpdf as input arguments. For example, if the prior is a Gaussian, can I give the 'logpdf' argument instead of 'pdf'. What are the situations in which I should use logpdf? And how does MatLab processes 'logpdf' differently than 'pdf', does it make any difference in my final solution.

回答 (1 件)

the cyclist
the cyclist 2017 年 12 月 1 日
The functions that are input arguments to mhsample are probability density functions. If you are actually using the logarithm of the probability density functions as inputs, then specify that with 'logpdf'.
Since you say your prior is gaussian, I'm guessing that that is simply the density (not the log), so you should use 'pdf'.
  3 件のコメント
the cyclist
the cyclist 2017 年 12 月 1 日
I'm not really experienced enough with MH to answer that.
Abhinav
Abhinav 2017 年 12 月 1 日
Oh, Thanks for considering!

サインインしてコメントする。

製品

Community Treasure Hunt

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

Start Hunting!

Translated by