dt0: The density of the student-t distribution

Description Usage Arguments Examples

View source: R/mc_rv_density.R

Description

The density of the student-t distribution

Usage

1
dt0(x, df, log = FALSE)

Arguments

x

vector or matrix of quantiles. If x is a matrix, each row is taken to be a quantile.

df

degrees of freedom (> 0, maybe non-integer).

log

logical; if TRUE, returns the log value.

Examples

1
2
3
n <- 10
x <- rt0(n, df = 3)
dt0(x, df = 3)

ADtools documentation built on Nov. 9, 2020, 5:09 p.m.