Package: KneeArrower 1.0.0
Alan Tseng
KneeArrower: Finds Cutoff Points on Knee Curves
Given a set of points around a knee curve, analyzes first and second derivatives to find knee points.
Authors:
KneeArrower_1.0.0.tar.gz
KneeArrower_1.0.0.tar.gz(r-4.5-noble)KneeArrower_1.0.0.tar.gz(r-4.4-noble)
KneeArrower_1.0.0.tgz(r-4.4-emscripten)KneeArrower_1.0.0.tgz(r-4.3-emscripten)
KneeArrower.pdf |KneeArrower.html✨
KneeArrower/json (API)
# Install 'KneeArrower' in R: |
install.packages('KneeArrower', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated 4 years agofrom:ceab7e5dc8. Checks:OK: 2. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 31 2024 |
R-4.5-linux | OK | Oct 31 2024 |
Exports:derivativefindCutoffinverse
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Derivative of a function with respect to x | derivative |
Finds cutoff point on knee curve | findCutoff |
Finds the point on the curve that has the maximum curvature | findCutoffCurvature |
Finds the point where the derivative is a fraction of the steepest slope | findCutoffFirstDerivative |
Inverse of a function | inverse |