Skip to content

Commit

Permalink
[doc] update README
Browse files Browse the repository at this point in the history
  • Loading branch information
hsloot committed Jun 22, 2021
1 parent f3b8c72 commit 853d32f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ devtools::install_github("hsloot/rmo")

```{r, include=TRUE}
rexmo_markovian(
n=10L, d=2L,
n=10L, d=2L,
ex_intensities_alpha_stable(d=2L, alpha=log2(2 - 0.5)))
```

Expand Down Expand Up @@ -109,7 +109,7 @@ We are planning to develop the package incrementally. The packages API might
change frequently without deprecation.
As of now, we have completed the reimplementation of all sampling algorithms in `Rcpp`. Our next steps are:

- __Version 0.6__: Refactor the `arnold_distribution` and the
- __Version 0.7__: Refactor the `arnold_distribution` and the
`markovian_exmo_distribution` to be based on a `random_walk_distribution`
and `markov_process`. Add a distribution to sample from the Arnold model
with `ex_intensities` which does not require to store all shock intensities.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ devtools::install_github("hsloot/rmo")

``` r
rexmo_markovian(
n=10L, d=2L,
n=10L, d=2L,
ex_intensities_alpha_stable(d=2L, alpha=log2(2 - 0.5)))
#> [,1] [,2]
#> [1,] 1.82255349 2.04294988
Expand Down Expand Up @@ -103,7 +103,7 @@ might change frequently without deprecation. As of now, we have
completed the reimplementation of all sampling algorithms in `Rcpp`. Our
next steps are:

- **Version 0.6**: Refactor the `arnold_distribution` and the
- **Version 0.7**: Refactor the `arnold_distribution` and the
`markovian_exmo_distribution` to be based on a
`random_walk_distribution` and `markov_process`. Add a distribution
to sample from the Arnold model with `ex_intensities` which does not
Expand Down

0 comments on commit 853d32f

Please sign in to comment.