An open API service indexing awesome lists of open source software.

https://github.com/tpapp/transformedlogdensities.jl

Create a log density for the LogDensityProblems.jl API using TransformVariables.jl
https://github.com/tpapp/transformedlogdensities.jl

Last synced: over 1 year ago
JSON representation

Create a log density for the LogDensityProblems.jl API using TransformVariables.jl

Awesome Lists containing this project

README

          

# TransformedLogDensities.jl

![lifecycle](https://img.shields.io/badge/lifecycle-maturing-blue.svg)
[![build](https://github.com/tpapp/TransformedLogDensities.jl/workflows/CI/badge.svg)](https://github.com/tpapp/TransformedLogDensities.jl/actions?query=workflow%3ACI)
[![codecov](https://codecov.io/github/tpapp/TransformedLogDensities.jl/graph/badge.svg?token=wKzH6Q1Aot)](https://codecov.io/github/tpapp/TransformedLogDensities.jl)

Create a transformed log density that conforms to the [LogDensityProblems.jl](https://github.com/tpapp/LogDensityProblems.jl) API, using a transformation from [TransformVariables.jl](https://github.com/tpapp/TransformVariables.jl/).

The only exposed symbol is [`TransformedLogDensity`](@ref). Detailed examples are available in the documentation of [LogDensityProblems.jl](https://github.com/tpapp/LogDensityProblems.jl).