/plushcap/analysis/airbyte/advanced-data-analysis-in-postgresql

Advanced Data Analysis in PostgreSQL: Statistical Properties Explored

What's this blog post about?

This article demonstrates how to perform basic statistical analysis using PostgreSQL built-in functions. It covers the mean, variance, standard deviation, coefficient of variation, outliers, covariance, correlation, and regression. The advantages of running these analyses within the database include fewer IT systems to manage and maintain, avoiding passing data back and forth between different systems, and leveraging a mature RDBMS for enforcing data integrity and consistency. The example dataset used in this article is based on cancer statistics.

Company
Airbyte

Date published
June 14, 2023

Author(s)
Arun Nanda

Word count
2364

Hacker News points
None found.

Language
English


By Matt Makai. 2021-2024.