pymc.step_methods.CompoundStep#
- class pymc.step_methods.CompoundStep(methods)[source]#
Step method composed of a list of several other step methods applied in sequence.
Methods
CompoundStep.__init__(methods)CompoundStep.setup_chain(rng, tune, draws)Set up each wrapped step method with its own spawned random generator.
CompoundStep.step(point)Attributes
sampling_statevars