Enumeration

NumCosmoMathStatsDistKDECovType

Declaration

enum NumCosmoMath.StatsDistKDECovType

Description [src]

Selects the covariance type to use in the kernel interpolation.

Members

NCM_STATS_DIST_KDE_COV_TYPE_SAMPLE

Use sample covariance.

  • Value: 0
  • Available since: 1.0
NCM_STATS_DIST_KDE_COV_TYPE_FIXED

Use a fixed covariance matrix.

  • Value: 1
  • Available since: 1.0
NCM_STATS_DIST_KDE_COV_TYPE_ROBUST_DIAG

Use an 1D robust estimator to build a diagonal covariance.

  • Value: 2
  • Available since: 1.0
NCM_STATS_DIST_KDE_COV_TYPE_ROBUST

Use the OGK method to build a covariance.

  • Value: 3
  • Available since: 1.0