Below you will find source code implementing the Volterra relevant-space technique and simulated data, from cortical simple and complex cells, to test its functionality. The code runs on R, an environment for statistical computing and graphics. To test the Volterra relevant-space technique, follow the next steps.

  1. Download R from http://www.r-project.org/. It runs on Linux, Mac OS X (10.2.x and above), MacOS (System 8.6 to 9.1) and Windows.
  2. Install R. The installation is extremely easy, but if necessary check the installation instructions.
  3. Download the Volterra relevant-space technique source code (save this file in a working directory with the name vrstFunctions.R).
  4. Download the simulated data and driver script.
  5. Run R from the working directory where the source code and data were downloaded.
    For Windows: change the 'Start in' field property of the shortcut used to lunch R. In this field put the name of the working directory. To start R in the working directory double click on the shortcut.
    For Linux: cd to the working directory and type R.
    For Mac: it should be something similar, but I have not try it, yet.
  6. Finally in the command window of R, type:
Some remarks: