| rbs | R Documentation |
Simulating from BS distribution whose density function is given by
f_{{BS}}(t|α,β)=\frac{0.5t +0.5 β}{√{2π}α √{β}t^{\frac{3}{2}}} \exp≤ft\{-\frac{(t-β)^2}{2α^2β t}\right\},
where t>0. The parameters of GBS distribution are α>0 and β>0.
rbs(n, alpha, beta)
n |
Size of required realizations. |
alpha |
Parameter alpha. |
beta |
Parameter beta. |
A vector of n realizations from distribution.
Mahdi Teimouri
rbs(n = 100, alpha = 1, beta = 2)