g_function function

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

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

This function return only approximated values. To check their precisions use g_function_single function with an argument of length 1.

g_function(t, alpha, density)

Arguments

  • t: Argument to the function.
  • alpha: Value of the alpha parameter.
  • density: Density function of the step distribution.

Returns

Object of class "integrate"

Examples

g_function(1:5, 0.75, dnorm)
  • Maintainer: Mateusz Staniak
  • License: MIT + file LICENSE
  • Last published: 2018-08-04

Useful links