Skip to content

Commit 96be76d

Browse files
committed
move reference below the figure
1 parent 519949b commit 96be76d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lectures/util_rand_resp.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@ However, under a utilitarian approach there should exist other survey designs th
588588
589589
In particular, respondents will choose to answer truthfully if the relative advantage from lying is eliminated.
590590
591-
We can use Python to show that the optimal model design corresponds to point $Q$ in {numref}`fig-optimal-design`:
591+
We can use Python to show that the optimal model design
592592
593593
```{code-cell} ipython3
594594
def f(x):
@@ -651,6 +651,8 @@ plt.legend(loc='upper right', fontsize='medium')
651651
plt.show()
652652
```
653653
654+
Here the optimal model design corresponds to point $Q$ in {numref}`fig-optimal-design`.
655+
654656
### Method of {cite:t}`greenberg1977respondent`
655657
656658
{cite:t}`greenberg1977respondent` defined the hazard for an individual in $A$ as the probability that he or she is perceived as belonging to $A$:

0 commit comments

Comments
 (0)