Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1.01 KB

README.md

File metadata and controls

33 lines (20 loc) · 1.01 KB

Random number simulation of the Dunning and Kruger experiments

Overview

The Dunning–Kruger effect suggests that people with low competence in a domain often overestimate their abilities. But do the foundational experiments truly confirm this effect? This app offers a random number simulation challenging those original findings. For a deep dive into the topic, check out my blog post Debunking the Dunning–Kruger effect with random number simulation.

Try the live demo

Visit the app hosted on Streamlit Community Cloud: Random number simulation of the Dunning and Kruger experiments.

Try it locally

  1. Install PDM.

  2. Download the app code and go to the directory:

git clone git@github.com:e10v/dunning-kruger.git && cd dunning-kruger
  1. Install dependencies:
pdm sync
  1. Run the app:
pdm run app
  1. Open the app: http://localhost:8501