Skip to content

Commit 134d5d2

Browse files
Minor improvements to docs (#105)
* Update model.jl * Update manual.md
1 parent 8dd4467 commit 134d5d2

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

docs/src/manual.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Manual
22

3+
For a concise overview of the package, please read the [package paper](https://arxiv.org/abs/2008.05506).
4+
It provides a high-level presentation of the theory behind score-driven models and showcases the features of the package as well as examples.
5+
36
## Model Specification
47

58
```@docs

src/model.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ end
5959
6060
The constructor of a score-driven model. The model receives the lag structure, the
6161
distribution and the scaling. You can define the lag structure in two different
62-
ways, either by passing integers `p` and `q` to add all lags from `1` to `p and `1` to `q` or by
62+
ways, either by passing integers `p` and `q` to add all lags from `1` to `p` and `1` to `q` or by
6363
passing vectors of integers `ps` and `qs` containing the desired lags. Once you build
6464
the model all of the unknown parameters that must be estimated are represented as `NaN`.
6565

0 commit comments

Comments
 (0)