doublyT {randomizeR} | R Documentation |
Approximation of the distribution function of the doubly noncentral t-distribution
Description
Computes the value of the distribution function of the doubly noncentral t-distribution at x
.
Usage
doublyT(x, df, lambda1, lambda2, lb = 0, ub)
Arguments
x |
a variable |
df |
degrees of freedom (i.a. |
lb |
lower bound for the starting value of the poisson distribution. |
ub |
upper bound for the last value of the poisson distribution. |
Value
Distribution value of the doubly noncentral t-distribution at x
.
[Package randomizeR version 3.0.2 Index]