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:SummaryThe argument
resultis in singular. The methodfrom_results()uses the plural instead.The argument
resultis of typeSamplingResult, which itself is an alias forSamplingResults().
Deprecated since version 0.1.4: Functionality moved directly to the __init__.