public interface pdf_exp
Version experimental
Exponential Distribution Probability Density Function
(Specification)
Module Procedures
private impure elemental function pdf_exp_rsp(x, lambda) result(res)
Arguments
Type | Intent | Optional | Attributes | | Name | |
real(kind=sp), |
intent(in) |
| | :: |
x | |
real(kind=sp), |
intent(in) |
| | :: |
lambda | |
Return Value real(kind=sp)
private impure elemental function pdf_exp_rdp(x, lambda) result(res)
Arguments
Type | Intent | Optional | Attributes | | Name | |
real(kind=dp), |
intent(in) |
| | :: |
x | |
real(kind=dp), |
intent(in) |
| | :: |
lambda | |
Return Value real(kind=dp)
private impure elemental function pdf_exp_csp(x, lambda) result(res)
Arguments
Type | Intent | Optional | Attributes | | Name | |
complex(kind=sp), |
intent(in) |
| | :: |
x | |
complex(kind=sp), |
intent(in) |
| | :: |
lambda | |
Return Value real(kind=sp)
private impure elemental function pdf_exp_cdp(x, lambda) result(res)
Arguments
Type | Intent | Optional | Attributes | | Name | |
complex(kind=dp), |
intent(in) |
| | :: |
x | |
complex(kind=dp), |
intent(in) |
| | :: |
lambda | |
Return Value real(kind=dp)