statalign.model.ext.plugins.structalign
Class LibraryMove

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

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

LibraryMove

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

proposal

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