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

Mcmc.Jacobian

Description

Creation date: Tue May 31 09:37:54 2022.

Synopsis

Documentation

type Jacobian = Log Double Source #

Absolute value of the determinant of the Jacobian matrix.

type JacobianFunction a = a -> Log Double Source #

Function calculating the Jacobian.

type JacobianFunctionG a b = a -> Log b Source #

Function calculating the Jacobian.