Learn R Programming

CopulaGAMM (version 0.4.1)

weibcpdf: Weibul cdf/pdf and ders

Description

This function computes the cdf, pdf, and associated derivatives

Usage

weibcpdf(z, th)

Value

out

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

Arguments

z

vector of responses

th

th[,1] is rate>0, th[,2] is shape > 0;

Author

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

Examples

Run this code
out = weibcpdf(2,c(2,3))

Run the code above in your browser using DataLab