Description Usage Arguments Details Value Note Examples
Density, distribution function, quantile function and random
generation for the Beta distribution of the second kind with shape parameters
c and d and scale parameter scale.
| 1 2 3 4 5 6 7 8 9 | 
| x,q | vector of quantiles | 
| c,d | non-negative shape parameters | 
| scale | non-negative scale parameter | 
| log | logical; if true, returns the logarithm of the result | 
| ... | other arguments passed to  | 
| p | vector of probabilities | 
| n | number of observations to be simulated | 
| output | type of the  | 
The Beta distribution of the second kind with shape parameters c>0 and d>0 and scale parameter k>0 is the distribution of k*(U/(1-U)) where U is a random variable following the Beta distribution with shape parameters c and d.
dbeta2 gives the density, pbeta2 the distribution function, qbeta2 the quantile function, and rbeta2 generates random observations,
and summary_beta2 returns a summary of the distribution.
Beta2Dist is a generic name for the functions documented.
| 1 2 3 4 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.