Skip to content

Commit

Permalink
different citation format
Browse files Browse the repository at this point in the history
  • Loading branch information
thorek1 committed Oct 9, 2023
1 parent e650d0a commit c72fa59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ As of now the package can:

- parse a model written with user friendly syntax (variables are followed by time indices `...[2], [1], [0], [-1], [-2]...`, or `[x]` for shocks)
- (tries to) solve the model only knowing the model equations and parameter values (no steady state file needed)
- calculate first, second, and third order (pruned) perturbation solutions (see [villemot2011solving](@cite), [andreasen2018pruning](@cite) and [levintal2017fifth](@cite)) using (forward or reverse-mode) automatic differentiation (AD)
- calculate first, second, and third order (pruned) perturbation solutions (see [villemot2011solving](@citet), [andreasen2018pruning](@citet) and [levintal2017fifth](@citet)) using (forward or reverse-mode) automatic differentiation (AD)
- calculate (generalised) impulse response functions, simulate the model, or do conditional forecasts
- calibrate parameters using (non stochastic) steady state relationships
- match model moments
- estimate the model on data (Kalman filter using first order perturbation; see [durbin2012time](@cite))
- estimate the model on data (Kalman filter using first order perturbation; see [durbin2012time](@citet))
- **differentiate** (forward AD) the model solution (first order perturbation), Kalman filter loglikelihood (reverse-mode AD), model moments, steady state, **with respect to the parameters**

The package is not:
Expand Down

0 comments on commit c72fa59

Please sign in to comment.