Skip to content

Commit

Permalink
update vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
MFaymon committed Mar 19, 2024
1 parent ad15baa commit 773614c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vignettes/Replicate_literature_results_using_spINAR.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -198,15 +198,15 @@ est_penal <- spinar_penal(data,1,0,1)

Plot of the unpenalized and penalized estimated innovation distribution

```{r}
```{r eval=FLASE}
par(mfrow=c(1,2))
barplot(est_unpenal[-1], ylim=c(0,1),names.arg=0:5,
main="Unpenalized estimated \n innovation distribution")
barplot(est_penal[-1], ylim=c(0,1),names.arg=0:5,
main="Penalized estimated \n innovation distribution")
```

![](https://github.com/MFaymon/spINAR/blob/main/vignette/barplots.png)
![](https://github.com/MFaymon/spINAR/blob/main/vignettes/barplots.png)
## References

* Faymonville, M., Jentsch, C., Weiß, C.H. and Aleksandrov, B. (2022). "Semiparametric Estimation of INAR Models using Roughness Penalization". Statistical Methods & Applications. [DOI](https://doi.org/10.1007/s10260-022-00655-0)
Expand Down

0 comments on commit 773614c

Please sign in to comment.