Enumeration

NumCosmoMathFitMCResampleType

Declaration

enum NumCosmoMath.FitMCResampleType

Description [src]

Montecarlo resample options.

Members

NCM_FIT_MC_RESAMPLE_FROM_MODEL

Montecarlo resampling from models.

  • Value: 0
  • Available since: 1.0
NCM_FIT_MC_RESAMPLE_BOOTSTRAP_NOMIX

Montecarlo bootstraping each NcmData separately.

  • Value: 1
  • Available since: 1.0
NCM_FIT_MC_RESAMPLE_BOOTSTRAP_MIX

Montecarlo bootstraping mixing all NcmData in the bootstrap process.

  • Value: 2
  • Available since: 1.0