arviz.PyStan2SamplingWrapper.check_implemented_methods#

PyStan2SamplingWrapper.check_implemented_methods(methods)#

Check that all methods listed are implemented.

Not all functions that require refitting need to have all the methods implemented in order to work properly. This function shoulg be used before using the SamplingWrapper and its subclasses to get informative error messages.

Parameters:
methods: list

Check all elements in methods are implemented.

Returns:
List with all non implemented methods