View source: R/extrafunctions.R View source: R/RcppExports.R
fexp | R Documentation |
Exponential covariance function
Exponential covariance function
fexp(x) fexp(x)
x |
A list with named elements 'pars' and 'data'. 'pars' is a vector with one parameter values, and 'data' is the data 'x' |
par1 |
First parameter of the distribution |
θ_1 exp(-x/θ_2)
The function:
\dexpf(x) = \theta_1*exp(-\theta_2*x)
vector of values of the function
fexp(list(pars = c(1,0.2),data=runif(10)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.