inst/1D/fixedPointClassification/fp_classification.R

stable <- function(x) {
    2.5 - 0.5 * (x + 2)^2
}

unstable <- function(x) {
    2.5 - 0.5 * (x - 2)^2
}

foostable <- function(x) {
    -x^5
}

foounstable <- function(x) {
    x^5
}
ajrominger/dynamicSid documentation built on May 30, 2019, 1:36 p.m.