Skip to content

Commit

Permalink
hopefully the last fix
Browse files Browse the repository at this point in the history
  • Loading branch information
natashawatkins committed Jul 14, 2017
1 parent e1c4dbb commit 7686708
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/arma.jl
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ where
##### Fields
- `phi::Vector` : AR parameters phi_1, ..., phi_p
- `theta::Vector` : MA parameters theta_1, ..., theta_q
- `phi::Vector` : AR parameters ``\phi_1, \ldots, \phi_p``
- `theta::Vector` : MA parameters ``\theta_1, \ldots, \theta_q``
- `p::Integer` : Number of AR coefficients
- `q::Integer` : Number of MA coefficients
- `sigma::Real` : Standard deviation of white noise
Expand Down Expand Up @@ -107,8 +107,8 @@ the set of all integers.
##### Arguments
- `arma::ARMA`: Instance of `ARMA` type
- `;two_pi::Bool(true)`: Compute the spectral density function over [0, pi] if
false and [0, 2 pi] otherwise.
- `;two_pi::Bool(true)`: Compute the spectral density function over ``[0, \pi]``
if false and ``[0, 2 \pi]`` otherwise.
- `;res(1200)` : If `res` is a scalar then the spectral density is computed at
`res` frequencies evenly spaced around the unit circle, but if `res` is an array
then the function computes the response at the frequencies given by the array
Expand Down

0 comments on commit 7686708

Please sign in to comment.