Gompertz_AC: Analogous Gompertz Curve

Description Usage Arguments Value Examples

Description

Analogous Gompertz Curve uses analogy to determine curve coefficients (b & k) .

Usage

1
Gompertz_AC(b, k, l, t)

Arguments

b

is a number represents curve coefficients.

k

is a number represents curve coefficients.

l

is a number represents maximum growth can be reached.

t

is an integer shows the growth periods.

Value

data frame (period, cumulative adoption)

Examples

1
2
3
4
## Not run: 
Gompertz_AC(0.8, 0.2, 10000, 20)

## End(Not run)

nchaichi/TF documentation built on May 12, 2019, 7:21 p.m.