link.log {GRCRegression}R Documentation

The log link

Description

The log link function

Usage

link.log()

Arguments

No arguments

Details

This implements the link function g(x)=log(x)g(x)=\log(x) on the domain (0,)(0, \infty).

Value

class

A character "0Inf" denotes the domain (0,)(0,\infty).

g

The link function gg.

gInv

The inverse of the link function.

D.gInv

The derivative of the inverse link function.

DD.gInv

The second-order derivative of the link function.

Examples

a <- link.log()

[Package GRCRegression version 1.0 Index]