ParaMonte Fortran 2.0.0
Parallel Monte Carlo and Machine Learning Library
See the latest version documentation.
pm_distGamma::distGamma_type Type Reference

This is the derived type for signifying distributions that are of type Gamma as defined in the description of pm_distGamma. More...

Detailed Description

This is the derived type for signifying distributions that are of type Gamma as defined in the description of pm_distGamma.

See the documentation of pm_distGamma for the definition of the Gamma distribution.


Possible calling interfaces

type(distGamma_type) :: distGamma
distGamma = distGamma_type()
This module contains classes and procedures for computing various statistical quantities related to t...
This is the derived type for signifying distributions that are of type Gamma as defined in the descri...
Developer Remark:
This derived type is currently devoid of any components or type-bound procedures because of the lack of portable and reliable support for Parameterized Derived Types (PDT) in some Fortran compilers.
For now, the utility of this derived type is limited to generic interface resolutions.
Test:
test_pm_distGamma
Todo:
Critical Priority: This derived type must be converted to PDT and the relevant components and methods must be added once PDTs are well supported.


Final Remarks


If you believe this algorithm or its documentation can be improved, we appreciate your contribution and help to edit this page's documentation and source file on GitHub.
For details on the naming abbreviations, see this page.
For details on the naming conventions, see this page.
This software is distributed under the MIT license with additional terms outlined below.

  1. If you use any parts or concepts from this library to any extent, please acknowledge the usage by citing the relevant publications of the ParaMonte library.
  2. If you regenerate any parts/ideas from this library in a programming environment other than those currently supported by this ParaMonte library (i.e., other than C, C++, Fortran, MATLAB, Python, R), please also ask the end users to cite this original ParaMonte library.

This software is available to the public under a highly permissive license.
Help us justify its continued development and maintenance by acknowledging its benefit to society, distributing it, and contributing to it.

Author:
Amir Shahmoradi, Monday March 6, 2017, 3:22 pm, Institute for Computational Engineering and Sciences (ICES), The University of Texas at Austin.

Definition at line 120 of file pm_distGamma.F90.


The documentation for this type was generated from the following file: