Avec calcul

parent c28d82af
......@@ -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)
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