Uses of Class
statalign.model.ext.plugins.structalign.Transformation

Packages that use Transformation
statalign.model.ext.plugins.structalign   
 

Uses of Transformation in statalign.model.ext.plugins.structalign
 

Methods in statalign.model.ext.plugins.structalign that return Transformation
 Transformation[] RotationProposal.calculateAllOptimal(int a, int b, int window)
           
 Transformation RotationProposal.propose(int index)
          propose from a library mixture distribution
 Transformation[] RotationProposal.selectBest(Transformation[] library, double percent)
           
 

Methods in statalign.model.ext.plugins.structalign with parameters of type Transformation
 double Transformation.density(Transformation candidate, double kvM, double kvMF, double sd)
          Calculates the rotation matrix from an axis and angle with axis x and angle r, the rotation matrix is cos(r)I + sin(r)cross(x) + (1-cos(r))outer(x) where cross(x) is the crossproduct matrix of x and outer(x) is the outer (tensor) product
 double RotationProposal.libraryLogDensity(int index, Transformation candidate)
           
 Transformation[] RotationProposal.selectBest(Transformation[] library, double percent)