You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
- $\begingroup$ I think there is an error in point a. : the posterior does depend on x1, in addition to z, via an indicator function that ensures x1 is positive (the pdf of an exponential random variable being defined for positive values only) ... that is, the posterior must be written as g(z) * 1{x1 > 0} ... or perhaps 1{x1 >= 0}, depending on how the exponential distribution is defined $\endgroup$Celi– Celi2022-04-16 16:38:50 +00:00Commented Apr 16, 2022 at 16:38
- $\begingroup$ Why should the posterior be multiplied by this indicator as a function of the parameter? The indicators all equal one, given the observations. $\endgroup$Xi'an– Xi'an2022-04-16 16:42:22 +00:00Commented Apr 16, 2022 at 16:42
- $\begingroup$ Say you have calculated that posterior, which is supposed to depend on z only. Then I come to you with a vector z, and ask you what's the value of the posterior for that z, at e.g. xi = 1. Then you tell me a positive value. And then I tell you that in fact I calculated z with only negative values for x1, ..., xn. : ) So the postive value should have been a 0 ! And hence knowing z only seems not suffcient for evaluating that posterior. ... and hence in fact we need all the indicators, not just the one for x1 $\endgroup$Celi– Celi2022-04-16 16:58:38 +00:00Commented Apr 16, 2022 at 16:58
- 1$\begingroup$ Please see stats.meta.stackexchange.com/questions/6304/my-upvoting-policy, when you find a question sufficiently clear to write an answer, consider to upvote the question! $\endgroup$kjetil b halvorsen– kjetil b halvorsen ♦2022-04-21 15:04:16 +00:00Commented Apr 21, 2022 at 15:04
- 1$\begingroup$ If you found this answer helpful, then please consider upvoting and/or accepting it. $\endgroup$kjetil b halvorsen– kjetil b halvorsen ♦2022-04-22 16:11:25 +00:00Commented Apr 22, 2022 at 16:11
| Show 2 more comments
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
- create code fences with backticks ` or tildes ~ ```
like so
``` - add language identifier to highlight code ```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- indent code by 4 spaces
- backtick escapes
`like _so_` - quote by placing > at start of line
- to make links (use https whenever possible) <https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
- MathJax equations
$\sin^2 \theta$
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. machine-learning), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you