General Beta distribution with in arbitrary limits?

I want to generate Beta Random numbers in interval 2 to 5; I want it to have parameters alpha = 3; and beta=2; and I want it to have a variance = 0.33; How do I do it? I know mean is 1/(1+2/3) =3/5 = 0.6 for interval 0 to 1. Rest I have no clue. Thanks in advance.

 채택된 답변

Torsten
Torsten 2015년 8월 5일

0 개 추천

댓글 수: 3

Thanks.answers my question completely. A very useful compilation of all distributions and how to generate random numbers from those distributions.
Does this also allow to determine the probability densities of data points under the assumption of a beta distribution with another domain than 0,1? I.e. is there a function like betapdf() for other domains? Thanks in advance
Use a linear transformation of the 0,1 random variables to get them into whatever new range you want, i.e., y = a + b*beta01, where you choose a & b to get the desired new domain.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

제품

질문:

2015년 8월 4일

댓글:

2018년 8월 17일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by