Skip to content

Commit

Permalink
Added times for expsmooth
Browse files Browse the repository at this point in the history
  • Loading branch information
Matteo Fasiolo committed Jan 23, 2024
1 parent beab152 commit 3dce73f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/I_prepareOuterNested.R
Expand Up @@ -19,7 +19,7 @@
trnam <- "proj"
}
if( type == "nexpsm" ){
raw <- expsmooth(y = si$x, Xi = si$X, beta = alpha[-1])$d0
raw <- expsmooth(y = si$x, Xi = si$X, beta = alpha[-1], times = si$times)$d0
trnam <- "expsm"
}
if( type == "mgks" ){
Expand Down

0 comments on commit 3dce73f

Please sign in to comment.