new_expert: Generate an expert with DCG input distributions

Description Usage Arguments Examples

Description

Generate an expert with DCG input distributions

Usage

1
2
3
4
new_expert(name, dist_m, pars_m, dist_n1, pars_n1, dist_t, pars_t)

## S3 method for class 'expert'
print(expert, ...)

Arguments

name

Name of the expert

dist_m

distribution of the cap of adoptions

pars_m

parameters of m

dist_n1

distribution of the adoptions in the first period

pars_n1

parameters of N1

dist_t

distribution of the time when new adoption starts declining (t')

pars_t

parameters of t'

Examples

1
2
Exp = new_expert("A", "Triangle", c(54.2, 10, 150), "Triangle", c(2.3, 0, 5), "Triangle", c(5.1, 3, 8))
print(Exp)

Sheffield-Diffusion-Curve/DCGen documentation built on May 30, 2019, 1:35 p.m.