Learn R Programming

DIMORA (version 0.2.0)

BASS.standard.generator: Function that returns the results of standard Bass model

Description

Function returning the results of a standard Bass model, BM, (Bass, 1969).

Usage

BASS.standard.generator(m,p,q,tstart=1,n=50)

Arguments

m

Market potential

p

Coefficient of innovation

q

Coefficient of imitation

tstart

Inital time

n

Number of observations

Author

Zanghi Federico federico.zanghi.11@gmail.com

See Also

BASS.standard

BASS.plot

make.instantaneous

BASS.generalized

GG.model

UCRCD

Examples

Run this code
#Example 1

BASS.standard.generator(10,0.1,0.1,8,3)

Run the code above in your browser using DataLab