I have three different random variables $\theta_1, \theta_2, \theta_3$ . These random variables are actually parameters of binomial likelihood
Assume that I have prior distribution of $\theta_2 \sim Uniform (0,1)$
But prior distribution of $\theta_3 \sim Uniform (\theta_2,1)$ and prior distribution of $\theta_1 \sim Uniform (0,\theta_2)$
Is there a way I could find the posterior distribution of $ \theta_1,\theta_3$ given that I have data (Binomial likelihood) and prior information as given above?
$f(\theta_3|x_3) = \frac{Likelihood(x_3|\theta_3)\times Prior(\theta_3|\theta_3>=\theta_2)}{P(x_3)} = Beta(\alpha_3,\beta_3)$
So basically I want to find the parameters for this conditional posterior distribution