table_01 {inflection} | R Documentation |
Fisher-Pry sigmoid with total symmetry and no error
Description
Data used for creating Table 1 of arXiv:1206.5478v2
Usage
data("table_01")
Format
A data frame with 501 observations on the following 2 variables.
x
a numeric vector
y
a numeric vector
Details
Table 1: Fisher-Pry sigmoid, p=5, total symmetry, n=500, no-error
References
Christopoulos, DT (2014). Developing methods for identifying the inflection point of a convex/concave curve. arXiv:1206.5478v2 [math.NA]
Examples
data("table_01")
dh=table_01
plot(dh,pch=19,cex=0.1)
findiplist(dh$x,dh$y,0)
[Package inflection version 1.3.6 Index]