FAQ: Difference between revisions

Jump to navigation Jump to search
12 bytes added ,  30 July 2017
m
(Some more refactoring.)
Line 438: Line 438:
   spearman            Compute Spearman's rank correlation coefficient RHO.
   spearman            Compute Spearman's rank correlation coefficient RHO.


Also, there's a high chance that the function name has a suggestive name, and so you can try auto-completion to get some hints.  For the previous example, typing <code>corr</code> at the octave prompt followed by pressing the "Tab"-Key twice would suggest the following:
Also, there's a high chance that the function name has a suggestive name, and so you can try auto-completion to get some hints.  For the previous example, typing <code>corr</code> at the octave prompt followed by pressing the {{key press|Tab}}-Key twice would suggest the following:


   >> corr
   >> corr

Navigation menu