Diego Hernández Jiménez

Welcome to my personal website! Here I share some of my little projects.

  • Is it normal?

    Function to support the Kolmogorov-Smirnov test (for normality) graphically. Description A common task for many scientists, regarding data analysis, and especially in behavioral sciences, is to test if some variable of interest is normally distributed.

    Read more…
  • Who is the next Google's UX engineer?

    A group of colleagues and I made a hypothetical selection profile for the position of UX engineer at Google. We also assessed a fictional candidate based on that profile. Description This project is part of the module Psychological Assessment, which I studied in the third year of Psychology.

    Read more…
  • Monty Hall problem simulation

    I’ve written a simple program that simulates the famous problem. To do that, I’ve taken advantage of some of the object-oriented features in Python. Description Suppose you’re on a game show, and you’re given the choice of three doors: Behind one door is a car; behind the others, goats.

    Read more…