normal distribution
@author Will_and_Sara
normal distribution
@author Will_and_Sara
01 Syntax
02 Methods
03 Properties
04 Members
Creates a standard normal distribution
Double, Double)Creates a normal distribution based on the user defined mean and standard deviation
| Name | Type | Description |
|---|---|---|
m | Double | the mean of the distribution |
sd | Double | the standard deviation of the distribution |
Double())Creates a normal distribution based on input data using the standard method of moments.
| Name | Type | Description |
|---|---|---|
data | Double() | an array of double data. |
Double)Double)Double)