statalign.model.ext.plugins.structalign
Class RotationMove

java.lang.Object
  extended by statalign.mcmc.McmcMove
      extended by statalign.model.ext.plugins.structalign.RotationOrTranslationMove
          extended by statalign.model.ext.plugins.structalign.RotationMove

public class RotationMove
extends RotationOrTranslationMove


Field Summary
 
Fields inherited from class statalign.model.ext.plugins.structalign.RotationOrTranslationMove
moveParams
 
Fields inherited from class statalign.mcmc.McmcMove
acceptAllDuringFirstHalfBurnin, acceptanceCount, autoTune, lastMoveAccepted, lowCounts, maxAcceptance, maxProposalWidthControlVariable, minAcceptance, moveProposed, name, proposalCount, proposalWidthControlVariable, spanMultiplier
 
Constructor Summary
RotationMove(StructAlign s, java.lang.String n)
           
 
Method Summary
 double proposal(java.lang.Object externalState)
           
 
Methods inherited from class statalign.model.ext.plugins.structalign.RotationOrTranslationMove
copyState, logPriorDensity, restoreState, updateLikelihood
 
Methods inherited from class statalign.mcmc.McmcMove
acceptanceRate, afterFirstHalfBurnin, afterMove, getOwner, getParam, getTime, isParamChangeAccepted, move
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RotationMove

public RotationMove(StructAlign s,
                    java.lang.String n)
Method Detail

proposal

public double proposal(java.lang.Object externalState)
Specified by:
proposal in class RotationOrTranslationMove