tcpdf {CopulaGAMM} | R Documentation |
Student cdf/pdf and ders
Description
This function computes the cdf, pdf, and associated derivatives
Usage
tcpdf(z, th, df)
Arguments
z |
vector of responses |
th |
th[,1] is mean, th[,2] is standard deviation > 0 |
df |
degrees of freedom |
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 = tcpdf(2,c(-3,4),25)
[Package CopulaGAMM version 0.4.1 Index]