geomcpdf {CopulaGAMM}R Documentation

Geometric with p = 1/(1+exp(-th)) cdf/pdf and ders

Description

This function computes the cdf, pdf, and associated derivatives

Usage

geomcpdf(z, th)

Arguments

z

vector of responses

th

linear combination of covariates (can be negative)

Value

out

Matrix of conditional cdf, derivative with respect to parameter, pdf,

Author(s)

Pavel Krupskii and Bruno N. Remillard, January 20, 2022

Examples

out = geomcpdf(0,-3)

[Package CopulaGAMM version 0.4.1 Index]