Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
%95 confidence interval
#R version 3.3.2 a <- 10 #average s <- 4 # standard deviation n <- 30 # sample size LCI <- a - qnorm(.975)*s/sqrt(n) # lower limit (%95 CI) UCI <- a + qnorm(.975)*s/sqrt(n) # upper limit (%95 CI) print (LCI) print(UCI)
run
|
edit
|
history
|
help
0
Quartile Formula
24-08-2020-GradConj
Example for barplot
16-09-2020IntPoli
Ex17-12-20
Variance and Standard Deviation
R2
Implied Volatility Surface
Paired t-test [Access Medical Information]
Grad-sistemac