isofit.configs.sections.inversion_config¶
-
class
InversionConfig(sub_configdic=None)[source]¶ Bases:
isofit.configs.base_config.BaseConfigSectionInversion configuration.
-
cressie_map_confidence= None¶ N. Cressie [ASA 2018] suggests an alternate definition of S_hat for more statistically-consistent posterior confidence estimation, this flag runs in this mode
Type: bool
-
mcmc= None¶ MCMC parameters, only used if mode = mcmc.
-
integration_grid= None¶ Grid of inversion points to execute if mode=’grid’. Either fixed, or starting points, depending on self.fixed_inversion_grid
-
inversion_grid_as_preseed= None¶ (True) - a series of seeds for the optimization (variable by the optimization algorithm). (False) - a set of fixed points (not variable by the optimization algorithm)
Type: Parameter indicating whether to treat the inversion grid as
-
-
class
McmcConfig(sub_configdic=None)[source]¶ Bases:
isofit.configs.base_config.BaseConfigSectionMCMC inversion configuration.