Code for Snake-Monkey project
- BB: Bronze back
- CV: Cantor's pit viper
- PY: Python
- PD: Passing Distance (cm)
- PR: Proximity Distance (cm)
- FG: Frequency of Fear grimace (1/s)
- SS: Frequency of Self-scratching (1/s)
- FR (= FG + SS): Frequency of Fear Response (1/s)
- BS: Frequency of Bipedal Standing (1/s)
- GP: Gaze Percentage (%)
- FV: Frequency of Vocalisations (1/s)
- VO: Number of Vocalisations
- TT: Total time of interaction (s)
bb_py_cv.pycreates one boxplot for each variable, comparing it across the three snake models, with pair-wise statistical significance tests.model_dead_live.pycreates one boxplot for each variable, comparing Cantor's pit viper presentation as a model, dead and live snake, with pair-wise statistical significance tests.svm.pyperforms a support vector machine classification on the behavioral data to predict the snake model (BB, CV, PY).vocal_lda.pyperforms a linear discriminant analysis on the vocalization data, to predict monkey calls.
- Python 3.10.6
- seaborn 0.12.2
- numpy 1.25.1
- matplotlib 3.7.2
- scipy 1.11.1
- pandas 2.0.3