Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
R Distribution Results
#R version 3.3.2 print("Hello,Here are the Calculations using binomial distribution!") dbinom(4, size=8, prob=0.3)+ dbinom(4, size=4, prob=0.9)+ dbinom(3, size=5, prob=0.7)+ dbinom(4, size=8, prob=0.3) print("Hello this is with pbinom function to calculte cumulative values") pbinom(8, size=12, prob=0.1)
run
|
edit
|
history
|
help
0
Bootstrap Method
Paired t-test [ Zinc Concentration]
3dgraphics-and-curvesb
Análise de Variâncias DIC e teste de Tukey
Football weights
error de redondeo
Ch. 5: Cookie Chip Sampling
11-09-2020AproxArco
Dynamic Simulation for Bank - Exercise 3 in 1.7
Random forest example