statalign.base.mcmc
Class ThetaMove

java.lang.Object
  extended by statalign.mcmc.McmcMove
      extended by statalign.mcmc.ContinuousPositiveParameterMove
          extended by statalign.base.mcmc.IndelMove
              extended by statalign.base.mcmc.ThetaMove

public class ThetaMove
extends IndelMove


Field Summary
 
Fields inherited from class statalign.mcmc.McmcMove
acceptAllDuringFirstHalfBurnin, acceptanceCount, autoTune, lastMoveAccepted, lowCounts, maxAcceptance, maxProposalWidthControlVariable, minAcceptance, moveProposed, name, proposalCount, proposalWidthControlVariable, spanMultiplier
 
Constructor Summary
ThetaMove(McmcModule m, PriorDistribution<java.lang.Double> pr, ProposalDistribution<java.lang.Double> prop, java.lang.String n)
           
 
Method Summary
 
Methods inherited from class statalign.base.mcmc.IndelMove
afterMove, copyState, restoreState, updateLikelihood
 
Methods inherited from class statalign.mcmc.ContinuousPositiveParameterMove
logPriorDensity, proposal, setMaxValue, setMinValue, updateProposal
 
Methods inherited from class statalign.mcmc.McmcMove
acceptanceRate, afterFirstHalfBurnin, getOwner, getParam, getTime, isParamChangeAccepted, move
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThetaMove

public ThetaMove(McmcModule m,
                 PriorDistribution<java.lang.Double> pr,
                 ProposalDistribution<java.lang.Double> prop,
                 java.lang.String n)