powered by
Data used for creating Table 13 of arXiv:1206.5478v2
data("table_13")
A data frame with 501 observations on the following 2 variables.
x
a numeric vector
y
Table 13: 3rd order polynomial, total symmetry, p=2.5, n=500, no-error
Christopoulos, DT (2014). Developing methods for identifying the inflection point of a convex/concave curve. arXiv:1206.5478v2 [math.NA]
# NOT RUN { data("table_13") dh=table_13 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) # }
Run the code above in your browser using DataLab