Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.53 KB

README.md

File metadata and controls

22 lines (16 loc) · 1.53 KB

distractor-stats-analysis

This repository contains code for the analysis in the paper Explaining the effects of distractor statistics in visual search. Code for the presentation of the stimuli used in the paper is also included, in the submodule distractor-stats-exp. Most code is written for Matlab.

Author (excluding submodules): Joshua Calder-Travis, j.calder.travis@gmail.com

Those sections of the code used in the associated paper have been carefully checked. Nevertheless, no guarantee or warranty is provided for any part of the code.

Main functions

  • runMultipleLogisicRegressions.m: Code for running the logistic regressions reported in the paper
  • fitModels.m: Code for running fits, or for packing all relevant information so that fits can be run on a computer cluster
  • mT_runOneJob.sh: Code used for submitting jobs on a computer cluster
  • makePlotsForPaper.m: Code used for making the plots in the paper
  • attemptModelRecovery.m: Code for simulating data with different models and then fitting the simulated datasets
  • runAllTests.m: Code for running various code checks
  • runFullCollationPipeline.m: Code used for collecting and managing data from the experiment

These functions rely on code in the various subfolders. Therefore, the subfolders need to be on the Matlab path.

The DSet structure

Where a dataset is requested (DSet) it should be in the format described in the README for the modellingTools repositotry.