We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb4b201 commit 5062f00Copy full SHA for 5062f00
pymc/distributions/discrete.py
@@ -1189,7 +1189,7 @@ class OrderedLogistic:
1189
R"""Ordered Logistic distribution.
1190
1191
Useful for regression on ordinal data values whose values range
1192
- from 1 to K as a function of some predictor, :math:`\eta`. The
+ from 0 to K-1 as a function of some predictor, :math:`\eta`
1193
cutpoints, :math:`c`, separate which ranges of :math:`\eta` are
1194
mapped to which of the K observed dependent variables. The number
1195
of cutpoints is K - 1. It is recommended that the cutpoints are
0 commit comments