Learn R Programming

lokern (version 1.1-12)

xSim: Simulated Linear plus Exponential Peak

Description

This is simulated data, a linear plus an exponential peak. In similar form, data like this appears in the smoothing literature since at least the eighties.

Usage

data(xSim)

Arguments

Format

A vector of 75 numbers between -3.1323 and 4.4505, all rounded to 4 digits after the decimal.

See Also

The example in glkerns replicates the computations and plots from the source given.

Examples

Run this code
data(xSim)
plot(xSim, main = "`xSim' - N=75 simulated linear + peak")

Run the code above in your browser using DataLab