dabsTd {LFDR.MLE} | R Documentation |
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 |
Value
numeric of length equal to the length of x.
Author(s)
Code: David R. Bickel,
Documentation: Alaa Ali, Kyle Leckett, Marta Padilla.
See Also
Function dt
from basic R.
Examples
z1<-dabsTd(x = c(1:4), df = 3, ncp = 3)
[Package LFDR.MLE version 1.0.1 Index]