Enumeration

NumCosmoMathStatsDist1dEPDFBw

Declaration

enum NumCosmoMath.StatsDist1dEPDFBw

Description [src]

Gaussian kernel bandwidth type.

Members

NCM_STATS_DIST1D_EPDF_BW_FIXED

Uses the given value of bandwidth.

  • Value: 0
  • Available since: 1.0
NCM_STATS_DIST1D_EPDF_BW_RoT

Uses the Silverman’s rule of thumb to determine the bandwidth.

  • Value: 1
  • Available since: 1.0
NCM_STATS_DIST1D_EPDF_BW_AUTO

Uses Botev’s et al method to automatically determine the best bandwidth.

  • Value: 2
  • Available since: 1.0