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