gwkokab.inference.factory ========================= .. py:module:: gwkokab.inference.factory .. autoapi-nested-parse:: Factory for fetching the correct likelihood function based on the specified sampler backend and analysis type. Functions --------- .. autoapisummary:: gwkokab.inference.factory.get_likelihood_fn Module Contents --------------- .. py:function:: get_likelihood_fn(sampler_name: Literal['flowMC', 'numpyro'], analysis_type: Literal['discrete', 'analytical']) -> Callable[Ellipsis, Callable]