pq2nt_discrete: Translation of parameters between (m, p, q) and (m, n1, t)...

Description Usage Arguments Value Examples

Description

Translation of parameters between (m, p, q) and (m, n1, t) using discrete time approach

Usage

1
2
3
pq2nt_discrete(m, p, q, dt = 0.01)

nt2pq_discrete(m, n1, t, wt = c(0.5, 0.5))

Arguments

m

upper bound of the number of adoptions

p

coefficient of innovation

q

coefficient of imitation

dt

precision of time

n1

cumulative adoptions in the first period

t

timing when new adoptions start decreasing

wt

weight for n1 and t in finding (m, p, q)

Value

A list of translated parameters

Examples

1
2
pq2nt_discrete(140, 0.03, 0.41)
nt2pq_discrete(140, 5.94, 5.08)

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