-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Daan de Jong
committed
Nov 24, 2023
1 parent
a038701
commit 675984a
Showing
3 changed files
with
29 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# `hystar` development version | ||
|
||
# `hystar` 1.2.0 | ||
|
||
* More options to customize the graphs from the `plot()`-method for R-objects of class `hystar_fit` and `hystar_sim`: | ||
|
||
- the colors of the background and lines | ||
|
||
- line types and widths of `z`, `y` and the thresholds | ||
|
||
* More default arguments in `z_sim`: `n_t = 100` and `n_switches = 2`. Now, all arguments have a default, which allows you to create examples faster. | ||
|
||
* More default arguments in `hystar_sim`: `r = c(-0.5, 0.5)`, `d = 0`, `phi_R0 = c(0, 0.5)` and `phi_R1 = c(2, 0.5)`. Now, the only necessary argument is `z`. | ||
|
||
# `hystar` 1.1.0 | ||
|
||
* Fixed a mistake in the estimation of the asymptotic standard error. I noticed this during simulations, where some confidence interval coverage rates were strikingly low. All is fine now! | ||
|
||
# `hystar` 1.0.0 | ||
|
||
* First CRAN release! | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters