Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
ECO Stat
#R version 3.3.2 # setwd("C:\Users\zerli\OneDrive\Documents") x <- c(11,13,4,14,10,2,5,0,0,3,9,2,5,2,3,3,3,4,7,1,9,4,3,3,2,6,0,2,6,5,9,5,4,3,2,5,2,2,3,5,14,7,6,6,2,5,3,4,6,1) #Sum sum(x) #Mean mean(x) #Variance var(x) #Standard Deviation sqrt(var(x)) #plot plot(x)
run
|
edit
|
history
|
help
0
voke
SampleDiscrFR.r
Carr Madan formula for Laplace distribution
R1
Sierpinski curve
Call option formula for Geometric Laplace distributed stock
Ques5.
Paired t-test [Shear Strength of Girder]
Binary search tree
Assignment2 Q2