generalExpScores: Expected Scores for the General 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 covariance matrix and the general model for dart throws.

Usage

1

Arguments

Sig

The covariance matrix.

Value

e

The matrix of expected scores.

Author(s)

Ryan Tibshirani

Examples

1
2
3
4
5
6
7
# Generate the matrix of expected scores if my covariance is
# Sig=c(15^2,30^2,0), in the general model. This will take a
# couple of seconds. 
e = generalExpScores(Sig=(c(15^2,30^2,0)))

# Draw a heatmap!
drawHeatmap(e)

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