STATLAB/ListaFunkcji: Różnice pomiędzy wersjami
Z Brain-wiki
Linia 42: | Linia 42: | ||
|} | |} | ||
+ | ===Statystyczne=== | ||
+ | {| class="wikitable" | ||
+ | |[http://docs.scipy.org/doc/numpy/reference/generated/numpy.mean.html numpy.mean] | ||
+ | |[http://docs.scipy.org/doc/numpy/reference/generated/numpy.std.html numpy.std] | ||
+ | |[http://docs.scipy.org/doc/scipy/reference/generated/scipy.stats.scoreatpercentile.html scipy.stats.scoreatpercentile] | ||
+ | |[http://docs.scipy.org/doc/scipy-0.16.0/reference/generated/scipy.stats.norm.html scipy.stats.norm] | ||
+ | |- | ||
+ | |[http://docs.scipy.org/doc/numpy/reference/generated/numpy.random.rand.html numpy.random.rand] | ||
+ | |[http://docs.scipy.org/doc/numpy/reference/generated/numpy.random.randn.html numpy.random.randn] | ||
+ | |} | ||
===Wykresy z pakietu pylab=== | ===Wykresy z pakietu pylab=== |
Wersja z 20:01, 4 lis 2015
Lista Funkcji
Spis treści
Matematyczne z pakietu numpy
Macierzowe z pakietu numpy
Sygnałowe
numpy.fft.fft | numpy.fft.fftshift | numpy.fft.fftfreq | numpy.fft.ifft |
numpy.bartlett | numpy.blackman | numpy.hamming | numpy.hanning |
numpy.kaiser | numpy.fft.rfft | numpy.correlate | scipy.signal.convolve |
Statystyczne
numpy.mean | numpy.std | scipy.stats.scoreatpercentile | scipy.stats.norm |
numpy.random.rand | numpy.random.randn |
Wykresy z pakietu pylab
http://matplotlib.org/api/pyplot_api.html plot stem subplot figure imshow title xlim, ylim xlab, ylab label legend grid show fill_between step