# Gaussian white chaotic map (S. Sprott: Chaos and Time-Series Analysis, S. 420)
#' @export
gaussianWhiteChaoticMap = function(x,r){
return(r*erfinv(1-2*erf(x/r)))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.