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

Commit 5e9df2b

Browse files
authored
summary statistics -> summary statistic
1 parent f83dfeb commit 5e9df2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pystan/misc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252

5353
def stansummary(fit, pars=None, probs=(0.025, 0.25, 0.5, 0.75, 0.975), digits_summary=2):
5454
"""
55-
Summary statistics table.
55+
Summary statistic table.
5656
5757
Parameters
5858
----------

0 commit comments

Comments
 (0)