Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mmikhasenko/algebrapdf.jl
adding, multiplying density functions, fitting LLH
https://github.com/mmikhasenko/algebrapdf.jl
Last synced: about 12 hours ago
JSON representation
adding, multiplying density functions, fitting LLH
- Host: GitHub
- URL: https://github.com/mmikhasenko/algebrapdf.jl
- Owner: mmikhasenko
- License: mit
- Created: 2020-05-24T18:08:21.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-06T14:35:50.000Z (17 days ago)
- Last Synced: 2025-01-06T15:34:55.128Z (17 days ago)
- Language: Julia
- Homepage: https://mmikhasenko.github.io/AlgebraPDF.jl/
- Size: 1.25 MB
- Stars: 17
- Watchers: 2
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Citation: CITATION.cff
Awesome Lists containing this project
README
# AlgebraPDF
[![Stable Documentation](https://img.shields.io/badge/docs-stable-blue.svg)](https://mmikhasenko.github.io/AlgebraPDF.jl/stable)
[![In development documentation](https://img.shields.io/badge/docs-dev-blue.svg)](https://mmikhasenko.github.io/AlgebraPDF.jl/dev)
[![Build Status](https://github.com/mmikhasenko/AlgebraPDF.jl/workflows/Test/badge.svg)](https://github.com/mmikhasenko/AlgebraPDF.jl/actions)
[![Test workflow status](https://github.com/mmikhasenko/AlgebraPDF.jl/actions/workflows/Test.yml/badge.svg?branch=main)](https://github.com/mmikhasenko/AlgebraPDF.jl/actions/workflows/Test.yml?query=branch%3Amain)
[![Lint workflow Status](https://github.com/mmikhasenko/AlgebraPDF.jl/actions/workflows/Lint.yml/badge.svg?branch=main)](https://github.com/mmikhasenko/AlgebraPDF.jl/actions/workflows/Lint.yml?query=branch%3Amain)
[![Docs workflow Status](https://github.com/mmikhasenko/AlgebraPDF.jl/actions/workflows/Docs.yml/badge.svg?branch=main)](https://github.com/mmikhasenko/AlgebraPDF.jl/actions/workflows/Docs.yml?query=branch%3Amain)[![Coverage](https://codecov.io/gh/mmikhasenko/AlgebraPDF.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/mmikhasenko/AlgebraPDF.jl)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.13872004.svg)](https://doi.org/10.5281/zenodo.13872004)## Basic functionality
* Attach default values of parameters to a function
* Update, fix, release parameters
* constructing a complex model object from set of function, e.g. `f₁ + f₂`, `abs2(f)`, or `log(f)`.
* On-fly normalization
* construction of mixed models in the form `f₁ PDF₁ + f₂ PDF₂ + f₃ PDF₃`.
* construction of likelihood function and extended likelihood function
* plotting recipesCurrent implementation is limited to immutable objects.
## How to Cite
If you use AlgebraPDF.jl in your work, please cite using the reference given in [CITATION.cff](https://github.com/mmikhasenko/AlgebraPDF.jl/blob/main/CITATION.cff).