Skip to content

Commit

Permalink
Correct fitting for DatagenCopulaBased
Browse files Browse the repository at this point in the history
  • Loading branch information
lrnv committed Feb 13, 2024
1 parent 9fd6733 commit ab3ff46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ There are competing packages in Julia, such as [`BivariateCopulas.jl`](https://g
| | `Copulas.jl` | `DatagenCopulaBased.jl` | `BivariateCopulas.jl` |
|----------------|--------------|-------------------------|-----------------------|
| `Distributions.jl`'s API | ✔️ || ✔️ |
| Fitting | ✔️ | ✔️ ||
| Fitting | ✔️ | ||
| Plotting ||| ✔️ |
| Available copulas | | | |
| - Classic Bivariate | ✔️ | ✔️ | ✔️ |
Expand Down
2 changes: 1 addition & 1 deletion joss/paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ There are competing packages in Julia, such as [`BivariateCopulas.jl`](https://g
| | `Copulas.jl` | `DatagenCopulaBased.jl` | `BivariateCopulas.jl` |
|--------------------------|--------------|-------------------------|-----------------------|
| `Distributions.jl`'s API | Yes | No | Yes |
| Fitting | Yes | Yes | No |
| Fitting | Yes | No | No |
| Plotting | No | No | Yes |
| Available copulas | | | |
| - Classic Bivariate | Yes | Yes | Yes |
Expand Down

0 comments on commit ab3ff46

Please sign in to comment.