Skip to main content
Ctrl+K

atompy 5.7.3 documentation

  • API reference
  • Tutorials
  • API reference
  • Tutorials

Section Navigation

  • Base module
    • Vector
    • VectorArray
    • asvector
    • asvectorarray
    • CoordinateSystem
    • CoordinateSystemArray
    • DataXY
    • Hist1d
      • binsizes
      • convert_cosine_to_angles
      • copy
      • for_bar
      • for_plot
      • for_step
      • from_centers
      • from_root
      • from_txt
      • integrate
      • keep
      • max
      • min
      • norm_diff
      • norm_to_integral
      • norm_to_max
      • norm_to_sum
      • pad_with
      • plot
      • plot_step
      • rebin
      • remove
      • sum
    • Hist2d
    • get_all_dividers
    • centers_to_edges
    • edges_to_centers
    • convert_cosine_to_angles
    • for_pcolormesh_from_txt
    • for_pcolormesh_from_root
    • sample_distribution
    • sample_distribution_func
    • sample_distribution_discrete
    • gauss
    • crop
  • Physics Submodule
  • API reference
  • Base module
  • Hist1d
  • norm_to_sum

norm_to_sum#

Hist1d.norm_to_sum()[source]#

Return the histogram normalized to Hist1d.sum().

Note

When comparing two histograms, Hist1d.norm_to_integral() may be more appropriate!

Returns:
histHist1d

The normalized histogram.

See also

norm_to_integral
norm_to_max

previous

norm_to_max

next

pad_with

On this page
  • Hist1d.norm_to_sum()
Show Source

© Copyright MIT.

Created using Sphinx 9.1.0.

Built with the PyData Sphinx Theme 0.18.0.