Summary.from_result()

Summary.from_result()#

classmethod Summary.from_result(result, additional_chain=None, quantiles=(0.05, 0.5, 0.95), hdi_prob=0.9, selected=None, deselected=None, per_chain=False)[source]#

Alias for from_results() for backwards compatibility.

In addition to the name, there are two further subtle differences to from_results(). :rtype: Summary

  • The argument result is in singular. The method from_results() uses the plural instead.

  • The argument result is of type SamplingResult, which itself is an alias for SamplingResults().

Deprecated since version 0.1.4: Functionality moved directly to the __init__. Will be removed in v0.4.0.