Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Blog
R2
#1.- Supongase dos variables aleatorias independientes que se distribuyen como sigue #x~U(3,4) #y~U(5,8) obtener Varianza mediante una funcion vista en clase a<-3 b<-4 x<-1/(b-a) c<-5 d<-8 y<-1/(c-d) #p(3<=x<=4) punif(4,a,b)-punif(3,a,b) #P(y<=7) punif(7,c,d); #P(y>6) punif(6,c,d,FALSE); #2.- Obtener un vector aleatorio de 150 simulaciones random qe sigue una distribucion poisson (15) y hacer un histograma de cierto vector vector<-c(rpois(150,15)) hist(vector,main='314346522') #3.- curve(rpois(150,15),xlim=c(0,1000), main='314346522')
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
Paired t-test [Shear Strength of Girder]
Mobile-Sprite-image-Interval
Program2.Question2
Julia set variant 2
31-08-2020-Exemplo AjusteNaoL
Paired t-test [Access Medical Information]
ESTADISTICA
library(datasets) #Base de datos
Prediction
lab 1
Please log in to post a comment.