Description Usage Arguments Value Examples
function which computes skewness of binomial distribution with given inputs trials and prob
1 | bin_skewness(trials, prob)
|
trials |
a non-negative integer which provides the number of trials |
prob |
a number between 0 and 1 which gives the probablity of a success on an individual draw |
an object of numeric class, skewness of binomial distribution
1 2 3 4 5 | #default
binskewness1 <- bin_skewness(10, 0.3)
#example2
binskweness2 <- bin_skewness(100, 0.2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.