rJ2 {Bayesiantreg} | R Documentation |
random number from the Jeffrey's distribution
Description
generates random numbers from the Jeffrey's distribution
Usage
rJ2(n, matriz, min, max)
Arguments
n |
a number that indicates the number of random values that will by generate from the Jeffrey's distribution. |
matriz |
a matrix generate by the function tabla of the bayesiantreg package. |
min |
a number indicatein the minimum number that can be generated from the Jeffrey's distribution. |
max |
a number indicatein the maximum number that can be generated from the Jeffrey's distribution. |
Details
generates random numbers from the Jeffrey's distribution
Value
grados |
the random number |
Author(s)
Margarita Marin mmarinj@unal.edu.co, Edilberto Cepeda-Cuervo ecepedac@unal.edu.co
[Package Bayesiantreg version 1.0.1 Index]