Post Reply 
SQRT(RAN#×RAN#) - what is the distribution?
04-21-2019, 08:58 PM (This post was last modified: 04-22-2019 11:15 AM by Albert Chan.)
Post: #5
RE: SQRT(RAN#×RAN#) - what is the distribution?
Looking for the easiest way to see distribution of data, I use Minitab (30 years old DOS copy!)

MTB > random 1000 c1-c2;
SUBC> uniform 0 1.
MTB > let c3 = sqrt(c1*c2)
MTB > hist c3

Histogram of C3 N = 1000, Each * represents 5 obs, X=mid-point, Y=counts
Code:
0.0      23  *****
0.1     101  *********************
0.2     130  **************************
0.3     141  *****************************
0.4     144  *****************************
0.5     154  *******************************
0.6     109  **********************
0.7      75  ***************
0.8      75  ***************
0.9      41  *********
1.0       7  **
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: SQRT(RAN#×RAN#) - what is the distribution? - Albert Chan - 04-21-2019 08:58 PM



User(s) browsing this thread: 1 Guest(s)