Code for Standard Normal
I am trying to code standard normal with standard deviation of (3) and NormalMean = (31).
I am very new at this any suggestions would be greatly appreciated. Here is what I have so far:
Sub NormalDist(z)
Dim NormalMean As Integer
Dim NormalSD As Integer
Dim x As Integer
x = 31
NormalMean = 31
NormalSD = 3
N = 10
NormDist(z)= (31,31,1)
Cells(3, 3).Value = NormDist
End Sub
Recent comments
6 years 3 weeks ago
6 years 41 weeks ago
7 years 1 week ago
7 years 4 weeks ago
7 years 5 weeks ago
7 years 10 weeks ago
7 years 18 weeks ago
7 years 19 weeks ago
7 years 19 weeks ago
7 years 19 weeks ago