atsar icon indicating copy to clipboard operation
atsar copied to clipboard

Applied time series analysis in R with Stan. Allows fast Bayesian fitting of multivariate time-series models.

Results 2 atsar issues
Sort by recently updated
recently updated
newest added

# Example ``` library(MARSS) # load the data data(SalmonSurvCUI, package="MARSS") # get time indices years

Part of what leads `fit_stan` (R/fit_stan.R) to fail at times is that the default `adapt_delta` is too large (`0.8`). But there is no option to pass a `controls` option to...