Difference between revisions of "Software"

(Statistics)
Line 50: Line 50:
 
* [https://www.r-project.org/ R] (free) - general purpose with [http://r4ds.had.co.nz/ great online book]!
 
* [https://www.r-project.org/ R] (free) - general purpose with [http://r4ds.had.co.nz/ great online book]!
 
* [http://psignifit.sourceforge.net/ psignifit] (free) - psychometric function fitting
 
* [http://psignifit.sourceforge.net/ psignifit] (free) - psychometric function fitting
* [https://jasp-stats.org/ JASP] (free) is especially useful for Bayesian stats!
+
* [https://jasp-stats.org/ JASP] (free) is especially useful for Bayesian stats! And [https://www.youtube.com/watch?v=YIA3x6rp7cE&t=59s this is a great YouTube video] to understand Bayesian ANOVAs with JASP...
  
 
== Experiments ==
 
== Experiments ==
 
* [https://peterscarfe.com/ptbtutorials.html?s=03 Psychtoolbox Demos] by Peter Scarfe lab
 
* [https://peterscarfe.com/ptbtutorials.html?s=03 Psychtoolbox Demos] by Peter Scarfe lab

Revision as of 14:25, 22 June 2021

General

Online teaching / collaborations / broadcasting

Text Editors

  • TeXnicCenter (free) - LateX editor
  • LyX (free) - graphical document processing interface using LaTeX
  • Atom - Customizable text editor by GitHub. Allows for real-time collaboration (!) and has not-too-clumsy Git integration.
  • Spacemacs - A distribution of Emacs, at the deep end of customizable text editors. Emacs has many "modes"; the most useful is probably Org mode, which is a kind of outliner+agenda that can be used to rapidly create LaTeX/Beamer files, and for literate programming (think Jupyter), among other uses. Compared to plain Emacs, Spacemacs starts with a better configuration that is more modular and easier to customize, and allows for the (optional) use of Vim keybindings.

Imaging Analysis

Machine Learning

(Vector) Graphics

Statistics

Experiments