pexp: Power exponential covariance function

View source: R/extrafunctions.R

pexpR Documentation

Power exponential covariance function

Description

Power exponential covariance function

Usage

pexp(x)

Arguments

x

A list with named elements 'pars' and 'data'. 'pars' is a vector with one parameter value, and 'data' is the data 'x'

Details

The function:

\dexp

f(x) = \theta_1^x

Value

vector of values of the function

Examples

fexp(list(pars = c(0.8),data=runif(10)))

samuel-watson/glmmr documentation built on July 27, 2022, 10:30 p.m.