Description Usage Arguments Value Examples
Perform simulated tnl.
1 | tnl.sim(k, n, l, trial = 1e+05)
|
k |
Vector of quantiles. |
n |
Sample size. |
l |
The class parameter of Tnl. |
trial |
The number of trials. |
list of simulated probability and distribution function.
1 2 3 4 5 6 7 8 9 10 11 | ## Not run: You need to select all of \code{k}, \code{n} and \code{l}
## Not run: \code{trial}=100000 by default
tnl.sim(k=2,n=7,l=1)
## Not run:
$prob
[1] 0.15476
$tt
[1] 0.23158
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.