nessai.reparameterisations.null
===============================

.. py:module:: nessai.reparameterisations.null

.. autoapi-nested-parse::

   Null reparameterisation.

   ..
       !! processed by numpydoc !!


Classes
-------

.. autoapisummary::

   nessai.reparameterisations.null.NullReparameterisation


Module Contents
---------------

.. py:class:: NullReparameterisation(parameters=None, prior_bounds=None, rng=None)

   Bases: :py:obj:`nessai.reparameterisations.base.Reparameterisation`


   
   Reparameterisation that does not modify the parameters.


   :Parameters:

       **parameters** : list or str
           Parameters for which the reparameterisation will be used.

       **prior_bounds** : list, dict or None
           Prior bounds for parameters. Unused for this reparameterisation.














   ..
       !! processed by numpydoc !!

   .. py:method:: reparameterise(x, x_prime, log_j, **kwargs)

      
      Apply the reparameterisation to convert from x-space
      to x'-space


      :Parameters:

          **x** : structured array
              Array

          **x_prime** : structured array
              Array to be update

          **log_j** : Log jacobian to be updated
              ..














      ..
          !! processed by numpydoc !!


   .. py:method:: inverse_reparameterise(x, x_prime, log_j, **kwargs)

      
      Apply the reparameterisation to convert from x-space
      to x'-space


      :Parameters:

          **x** : structured array
              Array

          **x_prime** : structured array
              Array to be update

          **log_j** : Log jacobian to be updated
              ..














      ..
          !! processed by numpydoc !!


