G2_prime_prime: Specification Function

View source: R/RcppExports.R

G2_prime_primeR Documentation

Specification Function

Description

G2_prime_prime

Usage

G2_prime_prime(z, type)

Arguments

z

Data

type

Choice of the G2_prime_prime function:

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

  • 2: 0.375 / (-z)^(5/2), z < 0

  • 3: 6/z^4, z < 0

  • 4: -(exp(z) * (exp(z) - 1)) / (exp(z) + 1)^3

  • 5: exp(z)


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