I want to generate 10 values from a beta distribution on the interval [0,1] using these parameters β_1=1⋅47 and β_2=2⋅16.Next transform them to be on the interval [-10,20].
Asked
Active
Viewed 174 times
0
-
What have you tried? – David G. Stork Aug 09 '22 at 16:24
-
You have a solution given in this question: taking $Y_1:=U_1^{1/\alpha}$ and $Y_2:=U_2^{1/\beta}$, then $X=Y_1/(Y_1+Y_2)$ follows a $B(\alpha,\beta)$ dist. But you give only $\beta$. What is the value of $\alpha$ ? – Jean Marie Aug 09 '22 at 21:08
-
... under the condition $Y_1+Y_2 \le 1$. – Jean Marie Aug 09 '22 at 21:14
-
In the same spirit : https://math.stackexchange.com/q/412615/305862 – Jean Marie Aug 09 '22 at 21:35
-
Any comment ?.... – Jean Marie Aug 10 '22 at 06:15