G2_prime_fun: Specification Function

View source: R/RcppExports.R

G2_prime_funR Documentation

Specification Function

Description

G2_prime

Usage

G2_prime_fun(z, type)

Arguments

z

Data

type

Choice of the G2_prime function:

  • 1: 1/z^2, z < 0

  • 2: 0.25 / (-z)^(3/2), z < 0

  • 3: -2/z^3, z < 0

  • 4: exp(z) / (1 + exp(z))^2

  • 5: exp(z)


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