Bass_AC: Analogous Bass Curve

Description Usage Arguments Value Examples

Description

Analogous Bass Curve uses analogy to estimate Bass Curve parameters. In case that there is no data available for technology, parameters of similar cases can be used to forecast growth curve.

Usage

1
Bass_AC(p, q, m, t)

Arguments

p

is a number represents coefficient of innovation.

q

ia a number represents coefficient of immitation.

m

is a number represents maximum market size can be reached.

t

is an integer shows the growth periods.

Value

data frame (period, adoption rate, cumulative adoption)

Examples

1
2
3
4
## Not run: 
Bass_AC(0.016, 0.304, 100000, 20)

## End(Not run)

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