Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

We have n = 197 samples divided into four categories: y = (125,18,20,34). A genetic model for the population cell probabilities is given by (

We have n = 197 samples divided into four categories: y = (125,18,20,34). A genetic model for the population cell probabilities is given by(21+4,41,41,4) and the sampling model is a multinomial distribution: p(y)=y1!y2!y3!y4!n!(21+4)y1(41)y2(41)y3(4)y4, where n = y1+y2+y3+y4. We're supposed to assume the prior distribution for to be Uniform(0,1). To find the posterior distribution of , a Gibbs sampling algorithm can be implemented by splitting the first category into two (y0,y1-y0) with probabilities (1/2,/4). Here y0 can be viewed as another parameter (or a latent variable). Thus,p(,y0y)=y0!(y1y0)!y2!y3!y4!n!(21)y0+(4)y1y0(41)y2(41)y3(4)y4

Derive the full conditional distributions of and y0.

I know to get the full conditional distributions we'll need to do the joint distribution of , y0, and y by multiplying the functions for all three of those variables. But with being Uniform and y0 having a probability of 1/2 it seems like both of those terms would drop out of the proportional joint distribution and that the full conditional distributions of and y0 will just be the parts of the distribution of y that contain these terms. Is this correct?

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Contemporary Mathematics

Authors: OpenStax

1st Edition

1711470554, 978-1711470559

Students also viewed these Mathematics questions

Question

How many function parameters exist in the code?

Answered: 1 week ago