Version experimental
Beta Distribution Cumulative Distribution Function (Specification)
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=sp), | intent(in) | :: | x | |||
| real(kind=sp), | intent(in) | :: | a | |||
| real(kind=sp), | intent(in) | :: | b | |||
| real(kind=sp), | intent(in), | optional | :: | loc |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=dp), | intent(in) | :: | x | |||
| real(kind=dp), | intent(in) | :: | a | |||
| real(kind=dp), | intent(in) | :: | b | |||
| real(kind=dp), | intent(in), | optional | :: | loc |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=sp), | intent(in) | :: | x | |||
| complex(kind=sp), | intent(in) | :: | a | |||
| complex(kind=sp), | intent(in) | :: | b | |||
| complex(kind=sp), | intent(in), | optional | :: | loc |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=dp), | intent(in) | :: | x | |||
| complex(kind=dp), | intent(in) | :: | a | |||
| complex(kind=dp), | intent(in) | :: | b | |||
| complex(kind=dp), | intent(in), | optional | :: | loc |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=sp), | intent(in) | :: | x | |||
| real(kind=sp), | intent(in) | :: | a | |||
| real(kind=sp), | intent(in) | :: | b | |||
| 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) | :: | a | |||
| real(kind=dp), | intent(in) | :: | b | |||
| 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) | :: | a | |||
| complex(kind=sp), | intent(in) | :: | b | |||
| 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) | :: | a | |||
| complex(kind=dp), | intent(in) | :: | b | |||
| integer, | intent(out) | :: | err | |||
| complex(kind=dp), | intent(in), | optional | :: | loc |
Version experimental
Beta Distribution Probability Density Function (Specification)
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=sp), | intent(in) | :: | x | |||
| real(kind=sp), | intent(in) | :: | a | |||
| real(kind=sp), | intent(in) | :: | b | |||
| real(kind=sp), | intent(in), | optional | :: | loc |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=dp), | intent(in) | :: | x | |||
| real(kind=dp), | intent(in) | :: | a | |||
| real(kind=dp), | intent(in) | :: | b | |||
| real(kind=dp), | intent(in), | optional | :: | loc |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=sp), | intent(in) | :: | x | |||
| complex(kind=sp), | intent(in) | :: | a | |||
| complex(kind=sp), | intent(in) | :: | b | |||
| complex(kind=sp), | intent(in), | optional | :: | loc |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=dp), | intent(in) | :: | x | |||
| complex(kind=dp), | intent(in) | :: | a | |||
| complex(kind=dp), | intent(in) | :: | b | |||
| complex(kind=dp), | intent(in), | optional | :: | loc |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=sp), | intent(in) | :: | x | |||
| real(kind=sp), | intent(in) | :: | a | |||
| real(kind=sp), | intent(in) | :: | b | |||
| 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) | :: | a | |||
| real(kind=dp), | intent(in) | :: | b | |||
| 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) | :: | a | |||
| complex(kind=sp), | intent(in) | :: | b | |||
| 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) | :: | a | |||
| complex(kind=dp), | intent(in) | :: | b | |||
| integer, | intent(out) | :: | err | |||
| complex(kind=dp), | intent(in), | optional | :: | loc |
Version experimental
Beta Distribution Random Variates (Specification)
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=sp), | intent(in) | :: | a | |||
| real(kind=sp), | intent(in) | :: | b | |||
| real(kind=sp), | intent(in), | optional | :: | loc |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=dp), | intent(in) | :: | a | |||
| real(kind=dp), | intent(in) | :: | b | |||
| real(kind=dp), | intent(in), | optional | :: | loc |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=sp), | intent(in) | :: | a | |||
| complex(kind=sp), | intent(in) | :: | b | |||
| complex(kind=sp), | intent(in), | optional | :: | loc |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=dp), | intent(in) | :: | a | |||
| complex(kind=dp), | intent(in) | :: | b | |||
| complex(kind=dp), | intent(in), | optional | :: | loc |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=sp), | intent(in) | :: | a | |||
| real(kind=sp), | intent(in) | :: | b | |||
| integer, | intent(in) | :: | array_size | |||
| real(kind=sp), | intent(in), | optional | :: | loc |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=dp), | intent(in) | :: | a | |||
| real(kind=dp), | intent(in) | :: | b | |||
| integer, | intent(in) | :: | array_size | |||
| real(kind=dp), | intent(in), | optional | :: | loc |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=sp), | intent(in) | :: | a | |||
| complex(kind=sp), | intent(in) | :: | b | |||
| integer, | intent(in) | :: | array_size | |||
| complex(kind=sp), | intent(in), | optional | :: | loc |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=dp), | intent(in) | :: | a | |||
| complex(kind=dp), | intent(in) | :: | b | |||
| integer, | intent(in) | :: | array_size | |||
| complex(kind=dp), | intent(in), | optional | :: | loc |