Skip to content

Commit 23805b6

Browse files
committed
[Discrete Choice pymc-devs#543] fixed ref
1 parent e464e12 commit 23805b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/generalized_linear_models/GLM-discrete-choice_models.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"source": [
4949
"## Discrete Choice Modelling: The Idea\n",
5050
"\n",
51-
"Discrete choice modelling is related to the idea of a latent utility scale as discussed in {ref}`ordina_regression`, but it generalises the idea in that it posits that we model human decision making a function of latent utility measurements over a set of mutually exclusive alternative options. The theory is that any decision maker will go with the option that maximises their subjective utility, and that utility can be modelled as a latent linear function of observable features of the world. \n",
51+
"Discrete choice modelling is related to the idea of a latent utility scale as discussed in {ref}`ordinal_regression`, but it kind of generalises the idea. It posits that we model human decision making as a function of latent utility measurements over a set of mutually exclusive alternative options. The theory is that any decision maker will go with the option that maximises their subjective utility, and that utility can be modelled as a latent linear function of observable features of the world. \n",
5252
"\n",
5353
"The idea is perhaps most famously applied by Daniel McFadden in the 1970s to predict the market share of California after the proposed introduction of BART light rail system. It's worth pausing on that point. The theory is one of micro level human decision making, that has in real applications been scaled up to make broadly accurate societal level predictions. For more details we recommend {cite:t}`train2009`\n",
5454
"\n",

examples/generalized_linear_models/GLM-discrete-choice_models.myst.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ rng = np.random.default_rng(42)
3737

3838
## Discrete Choice Modelling: The Idea
3939

40-
Discrete choice modelling is related to the idea of a latent utility scale as discussed in {ref}`ordina_regression`, but it generalises the idea in that it posits that we model human decision making a function of latent utility measurements over a set of mutually exclusive alternative options. The theory is that any decision maker will go with the option that maximises their subjective utility, and that utility can be modelled as a latent linear function of observable features of the world.
40+
Discrete choice modelling is related to the idea of a latent utility scale as discussed in {ref}`ordinal_regression`, but it kind of generalises the idea. It posits that we model human decision making as a function of latent utility measurements over a set of mutually exclusive alternative options. The theory is that any decision maker will go with the option that maximises their subjective utility, and that utility can be modelled as a latent linear function of observable features of the world.
4141

4242
The idea is perhaps most famously applied by Daniel McFadden in the 1970s to predict the market share of California after the proposed introduction of BART light rail system. It's worth pausing on that point. The theory is one of micro level human decision making, that has in real applications been scaled up to make broadly accurate societal level predictions. For more details we recommend {cite:t}`train2009`
4343

0 commit comments

Comments
 (0)