Skip to content

Commit

Permalink
Tiny typo in arma.jl (#216)
Browse files Browse the repository at this point in the history
`s/assuing/assuming`
  • Loading branch information
pkofod authored and sglyon committed Aug 21, 2018
1 parent bd15e83 commit 6b6d842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/arma.jl
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ Compute a simulated sample path assuming Gaussian shocks.
"""
function simulation(arma::ARMA; ts_length=90, impulse_length=30)
# Simulate the ARMA process arma assuing Gaussian shocks
# Simulate the ARMA process arma assuming Gaussian shocks
J = impulse_length
T = ts_length
psi = impulse_response(arma, impulse_length=impulse_length)
Expand Down

0 comments on commit 6b6d842

Please sign in to comment.