Linked_Lin_Exp_Para {Colossus}R Documentation

Calculates The Additional Parameter For a linear-exponential formula with known maximum

Description

Linked_Lin_Exp_Para Calculates what the additional parameter would be for a desired maximum

Usage

Linked_Lin_Exp_Para(y, a0, a1_goal, verbose = FALSE)

Arguments

y

point formula switch

a0

linear slope

a1_goal

exponential maximum desired

verbose

boolean to control if additional information is printed to the console, also accepts 0/1 integer

Value

returns parameter used by Colossus

Examples

library(data.table)
y <- 7.6
a0 <- 1.2
a1_goal <- 15
full_paras <- Linked_Lin_Exp_Para(y,a0,a1_goal)


[Package Colossus version 1.1.1 Index]