Skip to content

Instantly share code, notes, and snippets.

View cicimen's full-sized avatar

Egemen Gülkılık cicimen

  • https://github.com/relateddigital
  • Istanbul, Turkey
  • X @EgemenGlklk
View GitHub Profile
@cicimen
cicimen / py
Last active February 14, 2023 17:28
interoceptive_accuracy
# 1. person
recorded_heart_beats = [50.0, 45.0, 40.0]
real_heart_beats = [50.0, 45.0, 40.0]
temp = 0.0
for i in range(len(recorded_heart_beats)):