ParaMonte Fortran 2.0.0
Parallel Monte Carlo and Machine Learning Library
See the latest version documentation. |
Go to the source code of this file.
Data Types | |
type | pm_distCosRaised::distCosRaised_type |
This is the derived type for signifying distributions that are of type Raised Cosine as defined in the description of pm_distCosRaised. More... | |
interface | pm_distCosRaised::getCosRaisedPDF |
Generate and return the Probability Density Function (PDF) of the Raised Cosine distribution for an input x within the support of the distribution \(x \in [\mu - \sigma, \mu + \sigma]\). More... | |
interface | pm_distCosRaised::setCosRaisedPDF |
Return the Probability Density Function (PDF) of the Raised Cosine distribution for an input x within the support of the distribution \(x \in [\mu - \sigma, \mu + \sigma]\). More... | |
interface | pm_distCosRaised::getCosRaisedCDF |
Generate and return the Cumulative Distribution Function (CDF) of the Raised Cosine distribution for an input x within the support of the distribution \(x \in [\mu - \sigma, \mu + \sigma]\). More... | |
interface | pm_distCosRaised::setCosRaisedCDF |
Return the Cumulative Distribution Function (CDF) of the Raised Cosine distribution for an input x within the support of the distribution \(x \in [\mu - \sigma, \mu + \sigma]\). More... | |
Modules | |
module | pm_distCosRaised |
This module contains classes and procedures for computing various statistical quantities related to the Raised Cosine distribution. | |
Variables | |
character(*, SK), parameter | pm_distCosRaised::MODULE_NAME = "@pm_distCosRaised" |