Workarounds

From Octave
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

A list of workarounds for stuff that is still missing in Octave:

  • inmem: use who with -functions
  • gallery: available in Nick Higham's site previously at Test Matrix Toolbox
  • gamma(complex): use Tim Reluga's Gamma.m or Eyal Doron's cgamma.m
  • hdf: use load/save with -hdf5
  • aload and asave: flat ascii file read/write, available from Octave-ci
  • anova1: use anova
  • nlinfit: use leasqr
  • barttest: use bartlett_test
  • ranksum: use u_test
  • signrank: use wilcoxon_test
  • signtest: use sign_test
  • ttest: use t_test
  • ttest2: use t_test_2
  • ztest: use <f>z_test