Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

Commit

Permalink
fix ordinal regression variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
storopoli committed Aug 10, 2022
1 parent 6d657a4 commit c11b831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _literate/08_ordinal_reg.jl
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
# **We need the log-cumulative-odds because it allows us to construct different intercepts for the possible values our ordinal dependent variable**.
# We create an unique intercept for each possible outcome $k \in K$.

# Notice that the highest probable value of $X$ will always have a log-cumulative-odds of $\infty$, since for $p=1$:
# Notice that the highest probable value of $Y$ will always have a log-cumulative-odds of $\infty$, since for $p=1$:

# $$\ln \frac{p}{1-p} = \ln \frac{1}{1-1} = \ln 0 = \infty$$

Expand Down

0 comments on commit c11b831

Please sign in to comment.