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
    • Hist2d
      • binareas
      • binsizes
      • binsizes_x
      • binsizes_y
      • copy
      • for_pcolormesh
      • from_centers
      • from_image
      • from_root
      • from_txt
      • integrate
      • keep
      • max
      • min
      • norm_col_to_integral
      • norm_col_to_max
      • norm_col_to_sum
      • norm_diff
      • norm_row_to_integral
      • norm_row_to_max
      • norm_row_to_sum
      • norm_to_integral
      • norm_to_max
      • norm_to_sum
      • norm_to_xbins
      • norm_to_ybins
      • plot
      • profile_along_x
      • profile_along_y
      • project_onto_x
      • project_onto_y
      • rebin_x
      • rebin_y
      • remove
      • remove_zeros
      • save_to_file
      • sum
    • 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
  • Hist2d
  • integrate

integrate#

Hist2d.integrate()[source]#

Return the integral of the histogram.

Returns:
integralfloat

The integral, that is, counts-in-bin times area-of-bin.

See also

sum
min
max
norm_to_integral

previous

from_txt

next

keep

On this page
  • Hist2d.integrate()
Show Source

© Copyright MIT.

Created using Sphinx 9.1.0.

Built with the PyData Sphinx Theme 0.18.0.