Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
szcf-weiya committed Jan 16, 2024
1 parent 40dfee4 commit 8559ac6
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,16 @@ Check the following paper for more details.

> Lijun Wang, Xiaodan Fan, Hongyu Zhao, and Jun S. Liu. “Decomposition with Monotone B-Splines: Fitting and Testing.” arXiv, January 12, 2024. http://arxiv.org/abs/2401.06383.
>
## :hammer_and_wrench: Installation

*MonotoneDecomposition.jl* is available at the General Registry, so you can easily install the package in the Julia session after typing `]`,

```julia
julia> ]
(@v1.10) pkg> add MonotoneDecomposition
```

## :books: Documentation

The documentation <https://hohoweiya.xyz/MonotoneDecomposition.jl/> elaborates on the usage of the package via various simulation examples and reproducible benchmarking analysis.

0 comments on commit 8559ac6

Please sign in to comment.