Feeds
提问
How do I find the expected value of power in random variable?
Is there any mathematical induction to make it easier to calculate the expected value manually? I am not familiar to higher ...
3 years 前 | 2 个回答 | 0
2
个回答提问
How plot the average sum of three dices versus the number of experiments?
clear close all NumDice = 3; NumFace = 6; MinNum = 10; MaxNum = 10000; for totalNum = 10:10000 AllRoll = randi...
3 years 前 | 1 个回答 | 0
