generate random integer number with a specific mean

1 回表示 (過去 30 日間)
carolina travassos
carolina travassos 2021 年 6 月 11 日
回答済み: Bjorn Gustavsson 2021 年 6 月 11 日
how to generate random integer number in a fixed range in MATLAB with a specific mean? E.g. 10 random integers between 1 and 3 (i.e. possibilities are 1, 2 or 3) and mean=2.
Thanks!

回答 (1 件)

Bjorn Gustavsson
Bjorn Gustavsson 2021 年 6 月 11 日
Have a look at the help and documentation of randi and then try and test some things. Finally have a deep think about what your demand that the mean is specified actually means if it is to be taken as the specific mean of each set of 10 points and what it means to have the expected mean of 10 points.
HTH

カテゴリ

Help Center および File ExchangeCreating and Concatenating Matrices についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by