table_10_11 {inflection} | R Documentation |
Gompertz non-symmetric sigmoid with error ~ U(-0.05,0.05)
Description
Data used for creating Table 10 and 11 of arXiv:1206.5478v2
Usage
data("table_10_11")
Format
A data frame with 501 observations on the following 2 variables.
x
a numeric vector
y
a numeric vector
Details
Table 10: Gompertz sigmoid, p=5, asymmetry, [a, b] = [3.5, 8], n=500, error r=0.05
Table 11: ESE & EDE iterations for Gompertz sigmoid, p=5, asymmetry, [a, b] = [3.5, 8], n=500, error r=0.05
References
Christopoulos, DT (2014). Developing methods for identifying the inflection point of a convex/concave curve. arXiv:1206.5478v2 [math.NA]
Examples
data("table_10_11")
dh=table_10_11
plot(dh,pch=19,cex=0.1)
findiplist(dh$x,dh$y,0)
bese(dh$x,dh$y,0)
bede(dh$x,dh$y,0)
[Package inflection version 1.3.6 Index]