nessai.reparameterisations.utils

Utilities for handling the reparameterisations.

Module Contents

Functions

get_reparameterisation(reparameterisation[, defaults])

Function to get a reparameterisation class from a name

nessai.reparameterisations.utils.get_reparameterisation(reparameterisation, defaults=None)

Function to get a reparameterisation class from a name

Parameters:
reparameterisationstr, nessai.reparameterisations.Reparameterisation

Name of the reparameterisations to return or a class that inherits from Reparameterisation

defaultsdict, optional

Dictionary of known reparameterisations that overrides the defaults.

Returns:
nessai.reparameteristaions.Reparameterisation

Reparameterisation class.

dict

Keyword arguments for the specific reparameterisation.