Displaying 1 result from an estimated 1 matches for "nbn1".
Did you mean:
nbd1
2008 Aug 27
0
How to calculate cumulative values for a simple Bernoulli's distribution?
...sum(D>0),sum(D>0),sum(D>0),sum(D>0),sum(D>0),sum(D>0),sum(D>0),sum(D>0),sum(D>0))
p1<-seq(0, 1, 0.1)
# Posterior Bernoulli distribution
Bn1<-(p1^x*(1-p1)^(n-x))*choose(n,x)
bn1<-as.data.frame(Bn1)
# Normalized posterior Bernoulli distribution
f1<-1/sum(bn1)
nbn1<-bn1*f1
nbn1
# Control check that sum is equal to 1
sum(nbn1)
*# 2. question: how can I calculate cumulative values for nbn1 distribution?
Was looking for the answer on-line but couldn't find anything.*
Your help will be greatly appreciated!!
Good day to all of you
Ana
[[alternative H...