Skip to content
This repository was archived by the owner on Mar 19, 2021. It is now read-only.

Commit 44bdf08

Browse files
authored
summary statistics --> summary statistic in stanfit4model.py
1 parent 5e9df2b commit 44bdf08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pystan/stanfit4model.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,7 @@ cdef class StanFit4Model:
629629

630630
def stansummary(self, pars=None, probs=(0.025, 0.25, 0.5, 0.75, 0.975), digits_summary=2):
631631
"""
632-
Summary statistics table.
632+
Summary statistic table.
633633
634634
Parameters
635635
----------

0 commit comments

Comments
 (0)