Package jdistlib.inference
Interface DimensionMatchingTransformation
- All Known Implementing Classes:
CoordinateInsertionTransformation,CoordinateSplitTransformation
public interface DimensionMatchingTransformation
Reversible mapping between parameter/auxiliary pairs of equal total dimension.
-
Method Summary
Modifier and TypeMethodDescriptionforward(ReversibleJumpState state, double[] auxiliary) inverse(ReversibleJumpState state, double[] auxiliary) doublelogAbsJacobian(ReversibleJumpState state, double[] auxiliary, boolean forward)
-
Method Details
-
forward
-
inverse
-
logAbsJacobian
-