Vous avez des améliorations (ou des corrections) à proposer pour ce document :
je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.
Create a new distribution using the given histogram
Parameters
----------
histogram : tuple of array_like
Tuple containing two array_like objects.
The first containing the content of n bins,
the second containing the (n+1) bin boundaries.
In particular, the return value of np.histogram is accepted.
density : bool, optional
If False, assumes the histogram is proportional to counts per bin;
otherwise, assumes it is proportional to a density.
For constant bin widths, these are equivalent.
If None (default), sets ``density=True`` for backward
compatibility, but warns if the bin widths are variable. Set
`density` explicitly to silence the warning.
Améliorations / Corrections
Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.
Emplacement :
Description des améliorations :