More data means more complexity.
Data points have dependencies and hierarchies.
Data is noisy and partly missing.
Conclusions based on raw data are often misleading.
International Conference on Computational Social Science, Helsinki, 11 Jun 2015, #iccss2015
More data means more complexity.
Data points have dependencies and hierarchies.
Data is noisy and partly missing.
Conclusions based on raw data are often misleading.
Helps in handling missing data, uncertainty and dependencies.
Example: Model of regional apartment prices in Finland
Makes interesting and reliable findings possible.
Example: Clear urbanisation trend visible
Automated inference for probabilistic models
model { y ~ normal(x, sigma); x ~ normal(0, 2); sigma ~ uniform(0, 10); }
Big data needs big modelling.
Flexible modelling tools available, such as STAN.
See more at