Workarounds: Difference between revisions

From Octave
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user 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}}
* {{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}}


[[Category:Missing functions]]
[[Category:Missing functions]]

Latest revision as of 16:01, 31 August 2024

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