Difference between revisions of "Software"

(General)
Line 36: Line 36:
 
*[https://github.com/merwan/ml-class Andrew Ng's ML Programming Exercises]
 
*[https://github.com/merwan/ml-class Andrew Ng's ML Programming Exercises]
  
== Vector Graphics ==
+
== (Vector) Graphics ==
 
* [http://www.coreldraw.com/ca/ CorelDraw] - ask Gunnar for installation CD
 
* [http://www.coreldraw.com/ca/ CorelDraw] - ask Gunnar for installation CD
 
* [https://inkscape.org/en/ Inkscape] (free)
 
* [https://inkscape.org/en/ Inkscape] (free)
Line 43: Line 43:
 
* [https://scidraw.io/ Scientific drawings] (free) premade graphics
 
* [https://scidraw.io/ Scientific drawings] (free) premade graphics
 
* [https://www.nature.com/articles/s41467-020-19160-7 Better use of color], paper with good suggestions on colors in figures
 
* [https://www.nature.com/articles/s41467-020-19160-7 Better use of color], paper with good suggestions on colors in figures
 +
* [https://www.photopea.com/ Photopea] - free online photo editor
  
 
== Statistics ==  
 
== Statistics ==  

Revision as of 23:33, 19 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

  • statcheck - Use this to check papers for errors in statistical reporting!
  • SPSS - general purpose
  • R (free) - general purpose with great online book!
  • psignifit (free) - psychometric function fitting
  • JASP (free) is especially useful for Bayesian stats!

Experiments