mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-01-22 23:59:26 +01:00
24 lines
926 B
Markdown
24 lines
926 B
Markdown
---
|
|
slug: schelling-segregation-model
|
|
title: Schelling Segregation Model
|
|
type: Academic Project
|
|
description: A Python implementation of the Schelling Segregation Model using statistics and data visualization to analyze spatial segregation patterns.
|
|
publishedAt: 2024-05-03
|
|
readingTime: 4
|
|
status: Completed
|
|
tags:
|
|
- Python
|
|
- Data Visualization
|
|
- Statistics
|
|
- Modeling
|
|
- Mathematics
|
|
icon: i-ph-city-duotone
|
|
---
|
|
|
|
This is the French version of the report for the Schelling Segregation Model project. The project was done as part of the course `Projet Numérique` at the Paris-Saclay University. The goal was to implement the Schelling Segregation Model in Python and analyze the results using statistics and data visualization.
|
|
|
|
You can find the code here: [Schelling Segregation Model Code](https://go.arthurdanjou.fr/schelling-code)
|
|
|
|
<iframe src="/projects/schelling/Projet.pdf" width="100%" height="1000px">
|
|
</iframe>
|