Message Boards Message Boards

0
|
4020 Views
|
1 Reply
|
0 Total Likes
View groups...
Share
Share this post:

Custom LogLikelihood function

Posted 3 years ago

Hello everyone, I am new in the group and I would like to ask you a very basic question about LogLikelihood function creation. Is it possible to create LogLikelihood function by using a custom PDF, namely: I have a custom function, f, that I've created using the PDF[dist,x], how can I create the LogLikelihood function of f ? i tried to use directly f in LogLikelihood[dist,{x1,x2,...}] does not work to me. Any advice will be really appreciated, best regard Damiano

POSTED BY: Tarpanelli Paolo

Hi Paolo
The answer is yes you can. The problem with your approach is that entering a pdf into LogLikelihood function. If you looked at the documentation you can see that it takes a distribution. You should do the following:-
First define your distribution using the formula of your pdf in the function ProbabilityDistribution

Then use this defined distribution in LogLikelihood.

Don't forget while defining your distribution to put some assumptions on your parameters if there is any.

POSTED BY: Ahmed Elbanna
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract