g_inv_approx: Approximate inverse transformation

View source: R/source_sba.R

g_inv_approxR Documentation

Approximate inverse transformation

Description

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

Usage

g_inv_approx(g, t_grid)

Arguments

g

the transformation function

t_grid

grid of arguments at which to evaluate the transformation function

Value

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


SeBR documentation built on June 17, 2025, 1:07 a.m.