Learn R Programming

CoSMoS (version 2.2.0)

acti: ACTI — autocorrelation transformation integral function

Description

Expression supplied to the double integral inside actpnts.

Usage

acti(x, y, dist, distarg, rhoz, p0)

Value

numeric scalar — integrand value at (x, y)

Arguments

x

x-plane value

y

y-plane value

dist

distribution name

distarg

a list of distribution arguments

rhoz

Gaussian correlation

p0

probability of zero values

See Also

actpnts

Examples

Run this code
acti(1, -1, "norm", list(mean = 0, sd = 1), .3, 0)

Run the code above in your browser using DataLab