pystra.transformation.Transformation#

class Transformation(transform_type=None)[source]#

Bases: object

Isoprobabilistic transformations

Initialization of the Transformation class

Methods

compute

Compute the Isoprobabilistic Transformation using the chosen method

jacobian

Jacobian for the transformation

u_to_x

Transformation from x to u space

x_to_u

Transformation from x to u space

x_to_u(x, marg)[source]#

Transformation from x to u space

u_to_x(u, marg)[source]#

Transformation from x to u space

jacobian(u, x, marg)[source]#

Jacobian for the transformation

compute(Ro)[source]#

Compute the Isoprobabilistic Transformation using the chosen method