201 PURE elemental module function getCosRaisedPDF_RK5(x, mu, sigma)
result(pdf)
202#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
203 !DEC$ ATTRIBUTES DLLEXPORT :: getCosRaisedPDF_RK5
206 real(RKG) ,
intent(in) :: x
207 real(RKG) ,
intent(in) ,
optional :: mu, sigma
213 PURE elemental module function getCosRaisedPDF_RK4(x, mu, sigma)
result(pdf)
214#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
215 !DEC$ ATTRIBUTES DLLEXPORT :: getCosRaisedPDF_RK4
218 real(RKG) ,
intent(in) :: x
219 real(RKG) ,
intent(in) ,
optional :: mu, sigma
225 PURE elemental module function getCosRaisedPDF_RK3(x, mu, sigma)
result(pdf)
226#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
227 !DEC$ ATTRIBUTES DLLEXPORT :: getCosRaisedPDF_RK3
230 real(RKG) ,
intent(in) :: x
231 real(RKG) ,
intent(in) ,
optional :: mu, sigma
237 PURE elemental module function getCosRaisedPDF_RK2(x, mu, sigma)
result(pdf)
238#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
239 !DEC$ ATTRIBUTES DLLEXPORT :: getCosRaisedPDF_RK2
242 real(RKG) ,
intent(in) :: x
243 real(RKG) ,
intent(in) ,
optional :: mu, sigma
249 PURE elemental module function getCosRaisedPDF_RK1(x, mu, sigma)
result(pdf)
250#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
251 !DEC$ ATTRIBUTES DLLEXPORT :: getCosRaisedPDF_RK1
254 real(RKG) ,
intent(in) :: x
255 real(RKG) ,
intent(in) ,
optional :: mu, sigma
337 PURE elemental module subroutine setCosRaisedPDFXDD_RK5(pdf, x)
338#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
339 !DEC$ ATTRIBUTES DLLEXPORT :: setCosRaisedPDFXDD_RK5
342 real(RKG) ,
intent(out) :: pdf
343 real(RKG) ,
intent(in) :: x
348 PURE elemental module subroutine setCosRaisedPDFXDD_RK4(pdf, x)
349#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
350 !DEC$ ATTRIBUTES DLLEXPORT :: setCosRaisedPDFXDD_RK4
353 real(RKG) ,
intent(out) :: pdf
354 real(RKG) ,
intent(in) :: x
359 PURE elemental module subroutine setCosRaisedPDFXDD_RK3(pdf, x)
360#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
361 !DEC$ ATTRIBUTES DLLEXPORT :: setCosRaisedPDFXDD_RK3
364 real(RKG) ,
intent(out) :: pdf
365 real(RKG) ,
intent(in) :: x
370 PURE elemental module subroutine setCosRaisedPDFXDD_RK2(pdf, x)
371#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
372 !DEC$ ATTRIBUTES DLLEXPORT :: setCosRaisedPDFXDD_RK2
375 real(RKG) ,
intent(out) :: pdf
376 real(RKG) ,
intent(in) :: x
381 PURE elemental module subroutine setCosRaisedPDFXDD_RK1(pdf, x)
382#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
383 !DEC$ ATTRIBUTES DLLEXPORT :: setCosRaisedPDFXDD_RK1
386 real(RKG) ,
intent(out) :: pdf
387 real(RKG) ,
intent(in) :: x
394 PURE elemental module subroutine setCosRaisedPDFXMD_RK5(pdf, x, mu)
395#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
396 !DEC$ ATTRIBUTES DLLEXPORT :: setCosRaisedPDFXMD_RK5
399 real(RKG) ,
intent(out) :: pdf
400 real(RKG) ,
intent(in) :: x, mu
405 PURE elemental module subroutine setCosRaisedPDFXMD_RK4(pdf, x, mu)
406#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
407 !DEC$ ATTRIBUTES DLLEXPORT :: setCosRaisedPDFXMD_RK4
410 real(RKG) ,
intent(out) :: pdf
411 real(RKG) ,
intent(in) :: x, mu
416 PURE elemental module subroutine setCosRaisedPDFXMD_RK3(pdf, x, mu)
417#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
418 !DEC$ ATTRIBUTES DLLEXPORT :: setCosRaisedPDFXMD_RK3
421 real(RKG) ,
intent(out) :: pdf
422 real(RKG) ,
intent(in) :: x, mu
427 PURE elemental module subroutine setCosRaisedPDFXMD_RK2(pdf, x, mu)
428#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
429 !DEC$ ATTRIBUTES DLLEXPORT :: setCosRaisedPDFXMD_RK2
432 real(RKG) ,
intent(out) :: pdf
433 real(RKG) ,
intent(in) :: x, mu
438 PURE elemental module subroutine setCosRaisedPDFXMD_RK1(pdf, x, mu)
439#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
440 !DEC$ ATTRIBUTES DLLEXPORT :: setCosRaisedPDFXMD_RK1
443 real(RKG) ,
intent(out) :: pdf
444 real(RKG) ,
intent(in) :: x, mu
451 PURE elemental module subroutine setCosRaisedPDFXMI_RK5(pdf, x, mu, invSigma)
452#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
453 !DEC$ ATTRIBUTES DLLEXPORT :: setCosRaisedPDFXMI_RK5
456 real(RKG) ,
intent(out) :: pdf
457 real(RKG) ,
intent(in) :: x, mu, invSigma
462 PURE elemental module subroutine setCosRaisedPDFXMI_RK4(pdf, x, mu, invSigma)
463#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
464 !DEC$ ATTRIBUTES DLLEXPORT :: setCosRaisedPDFXMI_RK4
467 real(RKG) ,
intent(out) :: pdf
468 real(RKG) ,
intent(in) :: x, mu, invSigma
473 PURE elemental module subroutine setCosRaisedPDFXMI_RK3(pdf, x, mu, invSigma)
474#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
475 !DEC$ ATTRIBUTES DLLEXPORT :: setCosRaisedPDFXMI_RK3
478 real(RKG) ,
intent(out) :: pdf
479 real(RKG) ,
intent(in) :: x, mu, invSigma
484 PURE elemental module subroutine setCosRaisedPDFXMI_RK2(pdf, x, mu, invSigma)
485#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
486 !DEC$ ATTRIBUTES DLLEXPORT :: setCosRaisedPDFXMI_RK2
489 real(RKG) ,
intent(out) :: pdf
490 real(RKG) ,
intent(in) :: x, mu, invSigma
495 PURE elemental module subroutine setCosRaisedPDFXMI_RK1(pdf, x, mu, invSigma)
496#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
497 !DEC$ ATTRIBUTES DLLEXPORT :: setCosRaisedPDFXMI_RK1
500 real(RKG) ,
intent(out) :: pdf
501 real(RKG) ,
intent(in) :: x, mu, invSigma
581 PURE elemental module function getCosRaisedCDF_RK5(x, mu, sigma)
result(cdf)
582#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
583 !DEC$ ATTRIBUTES DLLEXPORT :: getCosRaisedCDF_RK5
586 real(RKG) ,
intent(in) :: x
587 real(RKG) ,
intent(in) ,
optional :: mu, sigma
593 PURE elemental module function getCosRaisedCDF_RK4(x, mu, sigma)
result(cdf)
594#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
595 !DEC$ ATTRIBUTES DLLEXPORT :: getCosRaisedCDF_RK4
598 real(RKG) ,
intent(in) :: x
599 real(RKG) ,
intent(in) ,
optional :: mu, sigma
605 PURE elemental module function getCosRaisedCDF_RK3(x, mu, sigma)
result(cdf)
606#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
607 !DEC$ ATTRIBUTES DLLEXPORT :: getCosRaisedCDF_RK3
610 real(RKG) ,
intent(in) :: x
611 real(RKG) ,
intent(in) ,
optional :: mu, sigma
617 PURE elemental module function getCosRaisedCDF_RK2(x, mu, sigma)
result(cdf)
618#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
619 !DEC$ ATTRIBUTES DLLEXPORT :: getCosRaisedCDF_RK2
622 real(RKG) ,
intent(in) :: x
623 real(RKG) ,
intent(in) ,
optional :: mu, sigma
629 PURE elemental module function getCosRaisedCDF_RK1(x, mu, sigma)
result(cdf)
630#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
631 !DEC$ ATTRIBUTES DLLEXPORT :: getCosRaisedCDF_RK1
634 real(RKG) ,
intent(in) :: x
635 real(RKG) ,
intent(in) ,
optional :: mu, sigma
717 PURE elemental module subroutine setCosRaisedCDFXDD_RK5(cdf, x)
718#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
719 !DEC$ ATTRIBUTES DLLEXPORT :: setCosRaisedCDFXDD_RK5
722 real(RKG) ,
intent(out) :: cdf
723 real(RKG) ,
intent(in) :: x
728 PURE elemental module subroutine setCosRaisedCDFXDD_RK4(cdf, x)
729#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
730 !DEC$ ATTRIBUTES DLLEXPORT :: setCosRaisedCDFXDD_RK4
733 real(RKG) ,
intent(out) :: cdf
734 real(RKG) ,
intent(in) :: x
739 PURE elemental module subroutine setCosRaisedCDFXDD_RK3(cdf, x)
740#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
741 !DEC$ ATTRIBUTES DLLEXPORT :: setCosRaisedCDFXDD_RK3
744 real(RKG) ,
intent(out) :: cdf
745 real(RKG) ,
intent(in) :: x
750 PURE elemental module subroutine setCosRaisedCDFXDD_RK2(cdf, x)
751#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
752 !DEC$ ATTRIBUTES DLLEXPORT :: setCosRaisedCDFXDD_RK2
755 real(RKG) ,
intent(out) :: cdf
756 real(RKG) ,
intent(in) :: x
761 PURE elemental module subroutine setCosRaisedCDFXDD_RK1(cdf, x)
762#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
763 !DEC$ ATTRIBUTES DLLEXPORT :: setCosRaisedCDFXDD_RK1
766 real(RKG) ,
intent(out) :: cdf
767 real(RKG) ,
intent(in) :: x
774 PURE elemental module subroutine setCosRaisedCDFXMD_RK5(cdf, x, mu)
775#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
776 !DEC$ ATTRIBUTES DLLEXPORT :: setCosRaisedCDFXMD_RK5
779 real(RKG) ,
intent(out) :: cdf
780 real(RKG) ,
intent(in) :: x, mu
785 PURE elemental module subroutine setCosRaisedCDFXMD_RK4(cdf, x, mu)
786#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
787 !DEC$ ATTRIBUTES DLLEXPORT :: setCosRaisedCDFXMD_RK4
790 real(RKG) ,
intent(out) :: cdf
791 real(RKG) ,
intent(in) :: x, mu
796 PURE elemental module subroutine setCosRaisedCDFXMD_RK3(cdf, x, mu)
797#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
798 !DEC$ ATTRIBUTES DLLEXPORT :: setCosRaisedCDFXMD_RK3
801 real(RKG) ,
intent(out) :: cdf
802 real(RKG) ,
intent(in) :: x, mu
807 PURE elemental module subroutine setCosRaisedCDFXMD_RK2(cdf, x, mu)
808#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
809 !DEC$ ATTRIBUTES DLLEXPORT :: setCosRaisedCDFXMD_RK2
812 real(RKG) ,
intent(out) :: cdf
813 real(RKG) ,
intent(in) :: x, mu
818 PURE elemental module subroutine setCosRaisedCDFXMD_RK1(cdf, x, mu)
819#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
820 !DEC$ ATTRIBUTES DLLEXPORT :: setCosRaisedCDFXMD_RK1
823 real(RKG) ,
intent(out) :: cdf
824 real(RKG) ,
intent(in) :: x, mu
831 PURE elemental module subroutine setCosRaisedCDFXMI_RK5(cdf, x, mu, invSigma)
832#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
833 !DEC$ ATTRIBUTES DLLEXPORT :: setCosRaisedCDFXMI_RK5
836 real(RKG) ,
intent(out) :: cdf
837 real(RKG) ,
intent(in) :: x, mu, invSigma
842 PURE elemental module subroutine setCosRaisedCDFXMI_RK4(cdf, x, mu, invSigma)
843#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
844 !DEC$ ATTRIBUTES DLLEXPORT :: setCosRaisedCDFXMI_RK4
847 real(RKG) ,
intent(out) :: cdf
848 real(RKG) ,
intent(in) :: x, mu, invSigma
853 PURE elemental module subroutine setCosRaisedCDFXMI_RK3(cdf, x, mu, invSigma)
854#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
855 !DEC$ ATTRIBUTES DLLEXPORT :: setCosRaisedCDFXMI_RK3
858 real(RKG) ,
intent(out) :: cdf
859 real(RKG) ,
intent(in) :: x, mu, invSigma
864 PURE elemental module subroutine setCosRaisedCDFXMI_RK2(cdf, x, mu, invSigma)
865#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
866 !DEC$ ATTRIBUTES DLLEXPORT :: setCosRaisedCDFXMI_RK2
869 real(RKG) ,
intent(out) :: cdf
870 real(RKG) ,
intent(in) :: x, mu, invSigma
875 PURE elemental module subroutine setCosRaisedCDFXMI_RK1(cdf, x, mu, invSigma)
876#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
877 !DEC$ ATTRIBUTES DLLEXPORT :: setCosRaisedCDFXMI_RK1
880 real(RKG) ,
intent(out) :: cdf
881 real(RKG) ,
intent(in) :: x, mu, invSigma
891end module pm_distCosRaised
Generate and return the Cumulative Distribution Function (CDF) of the Raised Cosine distribution for ...
Generate and return the Probability Density Function (PDF) of the Raised Cosine distribution for an i...
Return the Cumulative Distribution Function (CDF) of the Raised Cosine distribution for an input x wi...
Return the Probability Density Function (PDF) of the Raised Cosine distribution for an input x within...
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 SK
The default character kind in the ParaMonte library: kind("a") in Fortran, c_char in C-Fortran Intero...
This is the derived type for signifying distributions that are of type Raised Cosine as defined in th...