Commit d7dc20d8 authored by 5d693d8141e979a8372552d2a1f3a580's avatar 5d693d8141e979a8372552d2a1f3a580
parents 962e5e85 5a004c4a
......@@ -8,3 +8,14 @@ Ce que j'ai appris et je réutiliserai :
- Utiliser le vocabulaire __markdown__
A voir comment transférer ça à mon domaine
Pour Numpy : np.mean(x)
np.sdt(x, ddof=1)
np.min(x)
np.max(x)
Pour graphique:
import matplotlib.pyplot as plt
Histogramme : plt.hist(x)
Ligne : plt.plot(x)
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment