119 PURE module function getEggBoxLogUDFDDAZ_D1_RK5(X, alpha, zeta)
result(logUDF)
120#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
121 !DEC$ ATTRIBUTES DLLEXPORT :: getEggBoxLogUDFDDAZ_D1_RK5
124 real(RKG) ,
intent(in) ,
contiguous :: X(:)
125 real(RKG) ,
intent(in) ,
optional :: alpha, zeta
131 PURE module function getEggBoxLogUDFDDAZ_D1_RK4(X, alpha, zeta)
result(logUDF)
132#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
133 !DEC$ ATTRIBUTES DLLEXPORT :: getEggBoxLogUDFDDAZ_D1_RK4
136 real(RKG) ,
intent(in) ,
contiguous :: X(:)
137 real(RKG) ,
intent(in) ,
optional :: alpha, zeta
143 PURE module function getEggBoxLogUDFDDAZ_D1_RK3(X, alpha, zeta)
result(logUDF)
144#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
145 !DEC$ ATTRIBUTES DLLEXPORT :: getEggBoxLogUDFDDAZ_D1_RK3
148 real(RKG) ,
intent(in) ,
contiguous :: X(:)
149 real(RKG) ,
intent(in) ,
optional :: alpha, zeta
155 PURE module function getEggBoxLogUDFDDAZ_D1_RK2(X, alpha, zeta)
result(logUDF)
156#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
157 !DEC$ ATTRIBUTES DLLEXPORT :: getEggBoxLogUDFDDAZ_D1_RK2
160 real(RKG) ,
intent(in) ,
contiguous :: X(:)
161 real(RKG) ,
intent(in) ,
optional :: alpha, zeta
167 PURE module function getEggBoxLogUDFDDAZ_D1_RK1(X, alpha, zeta)
result(logUDF)
168#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
169 !DEC$ ATTRIBUTES DLLEXPORT :: getEggBoxLogUDFDDAZ_D1_RK1
172 real(RKG) ,
intent(in) ,
contiguous :: X(:)
173 real(RKG) ,
intent(in) ,
optional :: alpha, zeta
181 PURE module function getEggBoxLogUDFMSAZ_D1_RK5(X, mu, sigma, alpha, zeta)
result(logUDF)
182#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
183 !DEC$ ATTRIBUTES DLLEXPORT :: getEggBoxLogUDFMSAZ_D1_RK5
186 real(RKG) ,
intent(in) ,
contiguous :: X(:), mu(:), sigma(:)
187 real(RKG) ,
intent(in) ,
optional :: alpha, zeta
193 PURE module function getEggBoxLogUDFMSAZ_D1_RK4(X, mu, sigma, alpha, zeta)
result(logUDF)
194#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
195 !DEC$ ATTRIBUTES DLLEXPORT :: getEggBoxLogUDFMSAZ_D1_RK4
198 real(RKG) ,
intent(in) ,
contiguous :: X(:), mu(:), sigma(:)
199 real(RKG) ,
intent(in) ,
optional :: alpha, zeta
205 PURE module function getEggBoxLogUDFMSAZ_D1_RK3(X, mu, sigma, alpha, zeta)
result(logUDF)
206#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
207 !DEC$ ATTRIBUTES DLLEXPORT :: getEggBoxLogUDFMSAZ_D1_RK3
210 real(RKG) ,
intent(in) ,
contiguous :: X(:), mu(:), sigma(:)
211 real(RKG) ,
intent(in) ,
optional :: alpha, zeta
217 PURE module function getEggBoxLogUDFMSAZ_D1_RK2(X, mu, sigma, alpha, zeta)
result(logUDF)
218#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
219 !DEC$ ATTRIBUTES DLLEXPORT :: getEggBoxLogUDFMSAZ_D1_RK2
222 real(RKG) ,
intent(in) ,
contiguous :: X(:), mu(:), sigma(:)
223 real(RKG) ,
intent(in) ,
optional :: alpha, zeta
229 PURE module function getEggBoxLogUDFMSAZ_D1_RK1(X, mu, sigma, alpha, zeta)
result(logUDF)
230#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
231 !DEC$ ATTRIBUTES DLLEXPORT :: getEggBoxLogUDFMSAZ_D1_RK1
234 real(RKG) ,
intent(in) ,
contiguous :: X(:), mu(:), sigma(:)
235 real(RKG) ,
intent(in) ,
optional :: alpha, zeta
Generate and return the natural logarithm of the EggBox density function at the specified input point...
This module contains classes and procedures for computing various statistical quantities related to t...
character(*, SK), parameter MODULE_NAME
This module defines the relevant Fortran kind type-parameters frequently used in the ParaMonte librar...
integer, parameter RK
The default real kind in the ParaMonte library: real64 in Fortran, c_double in C-Fortran Interoperati...
integer, parameter LK
The default logical kind in the ParaMonte library: kind(.true.) in Fortran, kind(....
integer, parameter IK
The default integer kind in the ParaMonte library: int32 in Fortran, c_int32_t in C-Fortran Interoper...
integer, parameter SK
The default character kind in the ParaMonte library: kind("a") in Fortran, c_char in C-Fortran Intero...