statalign.model.ext.plugins.structalign
Class TranslationMove

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

public class TranslationMove
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
TranslationMove(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

TranslationMove

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

proposal

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