11 #ifndef RooStats_SequentialProposal 12 #define RooStats_SequentialProposal virtual ~SequentialProposal()
ProposalFunction is an interface for all proposal functions that would be used with a Markov Chain Mo...
virtual Double_t GetProposalDensity(RooArgSet &x1, RooArgSet &x2)
Return the probability of proposing the point x1 given the starting point x2.
static const double x2[5]
#define ClassDef(name, id)
Class implementing a proposal function that samples the parameter space by moving only in one coordin...
Namespace for the RooStats classes.
static const double x1[5]
virtual void Propose(RooArgSet &xPrime, RooArgSet &x)
Populate xPrime with a new proposed point.
virtual Bool_t IsSymmetric(RooArgSet &x1, RooArgSet &x2)
Determine whether or not the proposal density is symmetric for points x1 and x2 - that is...