Skip to content

Commit

Permalink
Fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
config-i1 committed Dec 1, 2024
1 parent 9e1574c commit f441828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/adam-sma.R
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ sma <- function(y, order=NULL, ic=c("AICc","AIC","BIC","BICc"),
stop("The provided model is not Simple Moving Average!",call.=FALSE);
}
else{
order <- model$order[1];
order <- model$orders[1];
}
}

Expand Down

0 comments on commit f441828

Please sign in to comment.