| random.estimate1d | R Documentation |
This function generates random numbers for univariate parametric distributions, whose
parameters are determined by a one dimensional estimate (estimate1d).
## S3 method for class 'estimate1d'
random(rho, n, method = "calculate", relativeTolerance = 0.05, ...)
rho |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
n |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
method |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
relativeTolerance |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
... |
Optional arguments to be passed to the particular random number generating function (cf. below). @details
|
estimate1d; For method="calculate": rdist90ci_exact; for method="fit": rdistq_fit; for both
methods: rposnorm90ci and rtnorm_0_1_90ci. For the default method: random.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.