statistics - plot a binomial negative with alpha and beta parameters in R -



statistics - plot a binomial negative with alpha and beta parameters in R -

how can plot negative binomial parameters alpha=1.71 , beta=1.05

i've traied

barplot(table(rnbinom(10000,1.71,1.05))/10000)

r statistics distribution probability bayesian

Comments

Popular posts from this blog

formatting - SAS SQL Datepart function returning odd values -

c++ - Apple Mach-O Linker Error(Duplicate Symbols For Architecture armv7) -

php - Yii 2: Unable to find a class into the extension 'yii2-admin' -