Workarounds: Difference between revisions

From Octave
Jump to navigation Jump to search
(list of workarounds for missing octave functions taken from Octave-Forge trunk/main/INDEX)
 
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 6: Line 6:
* {{Codeline|hdf}}: use {{Codeline|load}}/{{Codeline|save}} with {{Codeline|-hdf5}}
* {{Codeline|hdf}}: use {{Codeline|load}}/{{Codeline|save}} with {{Codeline|-hdf5}}
* {{Codeline|aload}} and {{Codeline|asave}}: flat ascii file read/write, available from [ftp://ftp.ci.tuwien.ac.at/pub/octave/octave-ci.tar.gz Octave-ci]
* {{Codeline|aload}} and {{Codeline|asave}}: flat ascii file read/write, available from [ftp://ftp.ci.tuwien.ac.at/pub/octave/octave-ci.tar.gz Octave-ci]
* {{Codeline|anova1}}: use {{Codeline|anova}}
* {{Codeline|nlinfit}}: use {{Codeline|leasqr}}
* {{Codeline|nlinfit}}: use {{Codeline|leasqr}}
* {{Codeline|barttest}}: use {{Codeline|bartlett_test}}
 
* {{Codeline|ranksum}}: use {{Codeline|u_test}}
[[Category:Missing functions]]
* {{Codeline|signrank}}: use {{Codeline|wilcoxon_test}}
* {{Codeline|signtest}}: use {{Codeline|sign_test}}
* {{Codeline|ttest}}: use {{Codeline|t_test}}
* {{Codeline|ttest2}}: use {{Codeline|t_test_2}}
* {{Codeline|ztest}}: use {{Codeline|<f>z_test}}

Latest revision as of 16:01, 31 August 2024

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