simpleExpScores: Expected Scores for the Simple Model

Description Usage Arguments Value Author(s) Examples

View source: R/maxscore.R

Description

Computes the expected score as the aiming location varies across the board, using the specified variance and the simple model for dart throws.

Usage

1

Arguments

s

The marginal variance.

Value

e

The matrix of expected scores.

Author(s)

Ryan Tibshirani

Examples

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)

Example output



darts documentation built on May 2, 2019, 8:22 a.m.