https://github.com/bat/ahmi.jl
The Adaptive Harmonic Mean Algorithm (AHMI)
https://github.com/bat/ahmi.jl
Last synced: 3 months ago
JSON representation
The Adaptive Harmonic Mean Algorithm (AHMI)
- Host: GitHub
- URL: https://github.com/bat/ahmi.jl
- Owner: bat
- License: other
- Created: 2022-05-06T11:46:49.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-07-06T00:57:45.000Z (almost 3 years ago)
- Last Synced: 2025-09-05T04:39:03.341Z (10 months ago)
- Language: Julia
- Size: 172 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Citation: CITATION.bib
Awesome Lists containing this project
README
# AHMI.jl
[](https://bat.github.io/AHMI.jl/stable)
[](https://bat.github.io/AHMI.jl/dev)
[](LICENSE.md)
[](https://github.com/bat/AHMI.jl/actions?query=workflow%3ACI)
[](https://codecov.io/gh/bat/AHMI.jl)
This package implements the [Adaptive Harmonic Mean Algorithm (AHMI)](http://doi.org/10.1142/S0217751X20501420).
## Installation
AHMI.jl it not a registered Julia package yet and currently requires BAT.jl v3.0.0-DEV.
To install AHMI, use
```julia
julia> using Pkg
julia> pkg"add BAT#main"
julia> pkg"add https://github.com/bat/AHMI.jl.git"
```
## Documentation
* [Documentation for stable version](https://bat.github.io/AHMI.jl/stable)
* [Documentation for development version](https://bat.github.io/AHMI.jl/dev)