mcmc-0.8.1.0: Sample from a posterior using Markov chain Monte Carlo
Copyright2021 Dominik Schrempf
LicenseGPL-3.0-or-later
Maintainerdominik.schrempf@gmail.com
Stabilityexperimental
Portabilityportable
Safe HaskellSafe-Inferred
LanguageHaskell2010

Mcmc.Internal.SpecFunctions

Description

Creation date: Tue Jul 13 12:53:09 2021.

The code is taken from Numeric.SpecFunctions.

Synopsis

Documentation

logGammaG :: (Typeable a, RealFloat a) => a -> a Source #

Generalized version of the log gamma distribution. See logGamma.

logFactorialG :: forall a b. (Integral a, RealFloat b, Typeable b) => a -> b Source #

Generalized version of the log factorial function. See logFactorial.