Summary
In this chapter we learned:
About the file formats that Octave can load.
How to calculate different sample moments in Octave for simple descriptive statistics.
How to compare data sets using
cor
andt_test
.How to use
polyfit
andleasqr
to fit different functions to data.About the fast Fourier transform function
fft
.How to use the inverse Fourier transform function
ifft
.
We will now proceed with the last chapter where you will learn about optimization techniques and dynamically linked functions.