Learn R Programming

seqmon (version 2.5)

betaspendf: The default beta spending function

Description

The default beta spending function

Usage

betaspendf(t)

Value

numeric

Arguments

t

The normalized look times

Examples

Run this code
t<-c(0.33,0.67,1)
betas<-betaspendf(t)

## The function is currently defined as
function (t) 
0.15 * t^3

Run the code above in your browser using DataLab