Learn R Programming

SeBR (version 1.0.0)

g_inv_approx: Approximate inverse transformation

Description

Compute the inverse function of a transformation g based on a grid search.

Usage

g_inv_approx(g, t_grid)

Value

A function which can be used for evaluations of the (approximate) inverse transformation function.

Arguments

g

the transformation function

t_grid

grid of arguments at which to evaluate the transformation function