Learn R Programming

kendallRandomWalks (version 0.9.4)

g_function_single: Function G(t) - Williamson transform taken at point 1/t.

Description

This function return the whole "integrate" object, so precision of the approximation can be checked.

Usage

g_function_single(t, alpha, density)

Arguments

t

Argument to the function.

alpha

Value of the alpha parameter.

density

Density function of the step distribution.

Value

Object of class "integrate"

Examples

Run this code
# NOT RUN {
g_function_single(5, 0.26, dnorm)

# }

Run the code above in your browser using DataLab