Skip to content

Commit 5062f00

Browse files
author
Shahidul Islam
committed
Fix domain specification in OrderedLogistic and OrderedProbit documentation
1 parent fb4b201 commit 5062f00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc/distributions/discrete.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1189,7 +1189,7 @@ class OrderedLogistic:
11891189
R"""Ordered Logistic distribution.
11901190
11911191
Useful for regression on ordinal data values whose values range
1192-
from 1 to K as a function of some predictor, :math:`\eta`. The
1192+
from 0 to K-1 as a function of some predictor, :math:`\eta`
11931193
cutpoints, :math:`c`, separate which ranges of :math:`\eta` are
11941194
mapped to which of the K observed dependent variables. The number
11951195
of cutpoints is K - 1. It is recommended that the cutpoints are

0 commit comments

Comments
 (0)