Normal Distribution Cumulative Distribution Function (Specification)
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=sp), | intent(in) | :: | x | |||
real(kind=sp), | intent(in) | :: | loc | |||
real(kind=sp), | intent(in) | :: | scale |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(in) | :: | x | |||
real(kind=dp), | intent(in) | :: | loc | |||
real(kind=dp), | intent(in) | :: | scale |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=sp), | intent(in) | :: | x | |||
complex(kind=sp), | intent(in) | :: | loc | |||
complex(kind=sp), | intent(in) | :: | scale |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=dp), | intent(in) | :: | x | |||
complex(kind=dp), | intent(in) | :: | loc | |||
complex(kind=dp), | intent(in) | :: | scale |
Normal Distribution Probability Density Function (Specification)
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=sp), | intent(in) | :: | x | |||
real(kind=sp), | intent(in) | :: | loc | |||
real(kind=sp), | intent(in) | :: | scale |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(in) | :: | x | |||
real(kind=dp), | intent(in) | :: | loc | |||
real(kind=dp), | intent(in) | :: | scale |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=sp), | intent(in) | :: | x | |||
complex(kind=sp), | intent(in) | :: | loc | |||
complex(kind=sp), | intent(in) | :: | scale |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=dp), | intent(in) | :: | x | |||
complex(kind=dp), | intent(in) | :: | loc | |||
complex(kind=dp), | intent(in) | :: | scale |
Normal Distribution Random Variates (Specification)
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=sp), | intent(in) | :: | loc | |||
real(kind=sp), | intent(in) | :: | scale |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(in) | :: | loc | |||
real(kind=dp), | intent(in) | :: | scale |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=sp), | intent(in) | :: | loc | |||
complex(kind=sp), | intent(in) | :: | scale |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=dp), | intent(in) | :: | loc | |||
complex(kind=dp), | intent(in) | :: | scale |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=sp), | intent(in) | :: | loc | |||
real(kind=sp), | intent(in) | :: | scale | |||
integer, | intent(in) | :: | array_size |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(in) | :: | loc | |||
real(kind=dp), | intent(in) | :: | scale | |||
integer, | intent(in) | :: | array_size |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=sp), | intent(in) | :: | loc | |||
complex(kind=sp), | intent(in) | :: | scale | |||
integer, | intent(in) | :: | array_size |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=dp), | intent(in) | :: | loc | |||
complex(kind=dp), | intent(in) | :: | scale | |||
integer, | intent(in) | :: | array_size |