logbeta.jl
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (4.4%) to scientific vocabulary
Keywords
Repository
Basic Info
- Host: GitHub
- Owner: cossio
- Language: Julia
- Default Branch: master
- Size: 12.7 KB
Statistics
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
README.md
LogBeta Julia package
This package doesn't export any symbols.
The main functions are LogBeta.logbeta, which computes the log of the incomplete Beta function:
LogBeta.logbeta(a, b) = log(beta(a, b))
LogBeta.logbeta(a, b, x) = log(beta(a, b, x))
LogBeta.logbeta(a, b, x1, x2) = log(beta(a, b, x2) - beta(a, b, x1))
and LogBeta.betar, which computes the regularized incomplete Beta function:
LogBeta.betar(a, b, x) = beta(a, b, x) / beta(a, b)
LogBeta.betar(a, b, x1, x2) = (beta(a, b, x2) - beta(a, b, x1)) / beta(a, b)
Both functions are implemented in a numerically stable way.
This package is not registered. Install with:
julia
using Pkg
Pkg.add(url="https://github.com/cossio/LogBeta.jl")
Owner
- Name: Jorge Fernandez-de-Cossio-Diaz
- Login: cossio
- Kind: user
- Repositories: 24
- Profile: https://github.com/cossio
Citation (CITATION.cff)
cff-version: 1.2.0
message: "If you use this package, please cite it as below."
authors:
- family-names: Fernandez-de-Cossio-Diaz
given-names: Jorge
orcid: https://orcid.org/0000-0002-4476-805X
title: "LogBeta.jl"
version: 0.2.0
date-released: 2022-01-28
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0