Skip to content

Commit

Permalink
More minor doc cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre René committed Aug 9, 2024
1 parent eb905e5 commit 92322f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/emd_falsify/tasks.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ class EpistemicDist(abc.ABC):
| `c_list` | The values of $c$ we want to test. |
| `models` | Sequence of $N$ quintuplets of models (data generation, candidate A, candidate B, loss A, loss B) drawn from a calibration distribution. Typically, but not necessarily, a subclass of `EpistemicDist`: any dataclass satisfying the requirements listed in `EpistemicDist` is accepted. |
| `Ldata` | Data set size used to construct the empirical PPF for models $A$ and $B$. Ideally commensurate with the actual data set used to assess models. |
| `Linf` | Data set size considered equivalent to "infinite". Used to compute $\B^{\mathrm{conf}}$ |
| `Linf` | Data set size considered equivalent to "infinite". Used to compute $\Bconf$ |

The value of $N$ is determined from `len(models)`, so the `models` iterable should define its length.

Expand Down

0 comments on commit 92322f4

Please sign in to comment.