Learn R Programming

seqmon (version 2.5)

alphaspendf: The default alpha spending function

Description

The default alpha spending function

Usage

alphaspendf(t)

Value

numeric

Arguments

t

The normalized look times

Examples

Run this code
t<-c(0.33,0.67,1)
alphas<-alphaspendf(t)

## The function is currently defined as
function (t) 
0.025 * t^4

Run the code above in your browser using DataLab