Learn R Programming

LFDR.MLE (version 1.0.1)

dabsTd: Density of the absolute Student t Distribution.

Description

Density of the absolute t distribution with df degrees of freedom and non-centrality parameter ncp.

Usage

dabsTd(x, df, ncp = 0, ...)

Arguments

x

vector of quantiles.

df

degrees of freedom (>0).

ncp

noncentrality parameter.

arguments to pass to functions dt from basic R.

Value

numeric of length equal to the length of x.

See Also

Function dt from basic R.

Examples

Run this code
# NOT RUN {
  z1<-dabsTd(x = c(1:4), df = 3, ncp = 3)
 
# }

Run the code above in your browser using DataLab