G2_curly_fun: Specification Function

View source: R/RcppExports.R

G2_curly_funR Documentation

Specification Function

Description

G2_curly

Usage

G2_curly_fun(z, type)

Arguments

z

Data

type

Choice of the G2_curly function:

  • 1: -log(-z), z < 0

  • 2: -sqrt(-z), z < 0

  • 3: -1/z, z < 0

  • 4: log(1 + exp(z))

  • 5: exp(z)


esreg documentation built on May 31, 2023, 9:25 p.m.