Skip to content

tk-yoshimura/LandauDistributionFP64

Repository files navigation

LandauDistributionFP64

Landau Distribution Double Precision Implement

Landau Distribution

See: LandauDistribution
Double-Double Precision: DoubleDoubleStatistic

Double Precision (IEEE 754) Approx

C# code
C++ code

Error

PDF

pdf result
pdf limit result

CDF

cdflower result

Complementary CDF

cdfupperlimit result

Quantile

quantile result
quantile nearzero result
quantile lower result

Complementary Quantile

quantile upper result

Licence

CC BY 4.0

If anyone would like to use some of the code in this repository, please contact me with an Issue and let me know.
Issue

Author

T.Yoshimura

Related Works

LandauDistributionFP64 α=1, β=1
HoltsmarkDistributionFP64 α=3/2, β=0
MapAiryDistributionFP64 α=3/2, β=1
SaSPoint5DistributionFP64 α=1/2, β=0