Description Usage Arguments Value Author(s) Examples
Computes the expected score as the aiming location varies across the board, using the specified variance and the simple model for dart throws.
1 |
s |
The marginal variance. |
e |
The matrix of expected scores. |
Ryan Tibshirani
1 2 3 4 5 6 | # Generate the matrix of expected scores if my variance is 25^2,
# in the simple model. This will take a couple of seconds.
e = simpleExpScores(s=25^2)
# Draw a heatmap!
drawHeatmap(e)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.