I have a small sample size time series with potentially lagged predictor values which are also time series. What could be potential methods to analyse these data?

This page summarizes the projects mentioned and recommended in the original post on /r/AskStatistics

InfluxDB - Purpose built for real-time analytics at any scale.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • stat_rethinking_2020

    Statistical Rethinking Course Winter 2020/2021

    If you want a full course on Bayesian Multilevel models, there's the excellent "statistical rethinking": lectures/content here and code here

  • InfluxDB

    Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.

    InfluxDB logo
  • stan

    Stan development repository. The master branch contains the current release. The develop branch contains the latest stable development. See the Developer Process Wiki for details.

    Otherwise, you can just put a Gaussian prior centered on zero and you're good to go. It provides less information, but it's still better than the implicit uniform prior of Frequentist methods that assume minus 5 trillion is as likely as 2 for the growth rate of a chick. Prior Predictive Checks (aka Posterior Predictive Checks on priors only, before they are updated by the data) will allow you to visualize if the combination of priors you provided generates realistic data, so it's easy to adjust them. For more info, you can check this and this.

  • brms

    brms R package for Bayesian generalized multivariate non-linear multilevel models using Stan

    Anyway, I found I can include weights into the brm function by using gr(RE, by = var) to deal with the heterogeneous variance and it should automatically assume that each observation within a group is correlated according to the brms reference manual.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Step-by-step example of Bayesian t-test?

    4 projects | /r/AskStatistics | 3 Apr 2022
  • Stan: Statistical modeling and high-performance statistical computation

    1 project | news.ycombinator.com | 4 Mar 2024
  • Rstan Package in ATPA

    1 project | /r/actuary | 2 Jun 2023
  • [Q] Is there a method for adding random effects to an interval censored time to event model?

    1 project | /r/statistics | 29 May 2023
  • HELP Conjugate Priors in Bayesian Regression in SPSS

    1 project | /r/AskStatistics | 24 May 2023

Did you konow that R is
the 46th most popular programming language
based on number of metions?