arviz.SamplingWrapper.sample#
- SamplingWrapper.sample(modified_observed_data)[source]#
Sample
self.modelon themodified_observed_datasubset.Not implemented: This method must be implemented by the SamplingWrapper subclasses. It is documented here to show its format and call signature.
- Parameters:
- modified_observed_data
Data to fit the model on.
- Returns:
fitted_modelResult of the fit.