npt: non-parametric t distribution

Description Usage Arguments Details

Description

The density and the distribution function of non-parametric t distribution

Usage

1
2
3
dnpt(x, mu0 = 0, pi0 = 0, df, log = FALSE)

pnpt(x, mu0 = 0, pi0 = 0, df, lower.tail = TRUE, log.p = FALSE)

Arguments

x

vector of observations, vector of quantiles

mu0

the vector of support points

pi0

the vector of weights correponding to the support points

df

degree of freedom.

log, log.p

logical; if TRUE, the result will be given in log scale.

lower.tail

logical; if TRUE, the lower probability is computed

Details

dnpnorm gives the density, pnpnorm gives the distribution function,


xiangjiexue/npfixedcompR documentation built on Jan. 1, 2021, 11:39 p.m.