Version experimental
Gamma Distribution Cumulative Distribution Function (Specification)
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=sp), | intent(in) | :: | x | |||
| real(kind=sp), | intent(in) | :: | shape | |||
| real(kind=sp), | intent(in) | :: | rate | |||
| real(kind=sp), | intent(in), | optional | :: | loc |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=dp), | intent(in) | :: | x | |||
| real(kind=dp), | intent(in) | :: | shape | |||
| real(kind=dp), | intent(in) | :: | rate | |||
| real(kind=dp), | intent(in), | optional | :: | loc |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=sp), | intent(in) | :: | x | |||
| complex(kind=sp), | intent(in) | :: | shape | |||
| complex(kind=sp), | intent(in) | :: | rate | |||
| complex(kind=sp), | intent(in), | optional | :: | loc |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=dp), | intent(in) | :: | x | |||
| complex(kind=dp), | intent(in) | :: | shape | |||
| complex(kind=dp), | intent(in) | :: | rate | |||
| complex(kind=dp), | intent(in), | optional | :: | loc |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=sp), | intent(in) | :: | x | |||
| real(kind=sp), | intent(in) | :: | shape | |||
| real(kind=sp), | intent(in) | :: | rate | |||
| integer, | intent(out) | :: | err | |||
| real(kind=sp), | intent(in), | optional | :: | loc |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=dp), | intent(in) | :: | x | |||
| real(kind=dp), | intent(in) | :: | shape | |||
| real(kind=dp), | intent(in) | :: | rate | |||
| integer, | intent(out) | :: | err | |||
| real(kind=dp), | intent(in), | optional | :: | loc |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=sp), | intent(in) | :: | x | |||
| complex(kind=sp), | intent(in) | :: | shape | |||
| complex(kind=sp), | intent(in) | :: | rate | |||
| integer, | intent(out) | :: | err | |||
| complex(kind=sp), | intent(in), | optional | :: | loc |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=dp), | intent(in) | :: | x | |||
| complex(kind=dp), | intent(in) | :: | shape | |||
| complex(kind=dp), | intent(in) | :: | rate | |||
| integer, | intent(out) | :: | err | |||
| complex(kind=dp), | intent(in), | optional | :: | loc |
Version experimental
Gamma Distribution Probability Density Function (Specification)
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=sp), | intent(in) | :: | x | |||
| real(kind=sp), | intent(in) | :: | shape | |||
| real(kind=sp), | intent(in) | :: | rate | |||
| real(kind=sp), | intent(in), | optional | :: | loc |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=dp), | intent(in) | :: | x | |||
| real(kind=dp), | intent(in) | :: | shape | |||
| real(kind=dp), | intent(in) | :: | rate | |||
| real(kind=dp), | intent(in), | optional | :: | loc |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=sp), | intent(in) | :: | x | |||
| complex(kind=sp), | intent(in) | :: | shape | |||
| complex(kind=sp), | intent(in) | :: | rate | |||
| complex(kind=sp), | intent(in), | optional | :: | loc |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=dp), | intent(in) | :: | x | |||
| complex(kind=dp), | intent(in) | :: | shape | |||
| complex(kind=dp), | intent(in) | :: | rate | |||
| complex(kind=dp), | intent(in), | optional | :: | loc |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=sp), | intent(in) | :: | x | |||
| real(kind=sp), | intent(in) | :: | shape | |||
| real(kind=sp), | intent(in) | :: | rate | |||
| integer, | intent(out) | :: | err | |||
| real(kind=sp), | intent(in), | optional | :: | loc |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=dp), | intent(in) | :: | x | |||
| real(kind=dp), | intent(in) | :: | shape | |||
| real(kind=dp), | intent(in) | :: | rate | |||
| integer, | intent(out) | :: | err | |||
| real(kind=dp), | intent(in), | optional | :: | loc |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=sp), | intent(in) | :: | x | |||
| complex(kind=sp), | intent(in) | :: | shape | |||
| complex(kind=sp), | intent(in) | :: | rate | |||
| integer, | intent(out) | :: | err | |||
| complex(kind=sp), | intent(in), | optional | :: | loc |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=dp), | intent(in) | :: | x | |||
| complex(kind=dp), | intent(in) | :: | shape | |||
| complex(kind=dp), | intent(in) | :: | rate | |||
| integer, | intent(out) | :: | err | |||
| complex(kind=dp), | intent(in), | optional | :: | loc |
Version experimental
Gamma Distribution Random Variates (Specification)
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=sp), | intent(in) | :: | shape |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=dp), | intent(in) | :: | shape |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=sp), | intent(in) | :: | shape |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=dp), | intent(in) | :: | shape |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=sp), | intent(in) | :: | shape | |||
| real(kind=sp), | intent(in) | :: | rate | |||
| real(kind=sp), | intent(in), | optional | :: | loc |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=dp), | intent(in) | :: | shape | |||
| real(kind=dp), | intent(in) | :: | rate | |||
| real(kind=dp), | intent(in), | optional | :: | loc |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=sp), | intent(in) | :: | shape | |||
| complex(kind=sp), | intent(in) | :: | rate | |||
| complex(kind=sp), | intent(in), | optional | :: | loc |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=dp), | intent(in) | :: | shape | |||
| complex(kind=dp), | intent(in) | :: | rate | |||
| complex(kind=dp), | intent(in), | optional | :: | loc |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=sp), | intent(in) | :: | shape | |||
| real(kind=sp), | intent(in) | :: | rate | |||
| integer, | intent(in) | :: | array_size | |||
| real(kind=sp), | intent(in), | optional | :: | loc |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=dp), | intent(in) | :: | shape | |||
| real(kind=dp), | intent(in) | :: | rate | |||
| integer, | intent(in) | :: | array_size | |||
| real(kind=dp), | intent(in), | optional | :: | loc |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=sp), | intent(in) | :: | shape | |||
| complex(kind=sp), | intent(in) | :: | rate | |||
| integer, | intent(in) | :: | array_size | |||
| complex(kind=sp), | intent(in), | optional | :: | loc |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=dp), | intent(in) | :: | shape | |||
| complex(kind=dp), | intent(in) | :: | rate | |||
| integer, | intent(in) | :: | array_size | |||
| complex(kind=dp), | intent(in), | optional | :: | loc |