Displaying 2 results from an estimated 2 matches for "confian".
Did you mean:
confiar
2008 Aug 20
3
Confidence Interval
...GRÁFICA ###
x <- mean(y)
xvals <- seq(-LI, LI, length.out=5000)
dvals <- dnorm(xvals,mean(y), sd(y))[1:5000]
xbvals <- seq(LS, LS*2, length.out=5000)
dbvals <- dnorm(xbvals,mean(y), sd(y))[1:5000]
ahist <- hist(y, freq=FALSE, col="lightblue", main="Intervalo de confiança")
polygon(c(xvals,LI,LI), c(dvals,dnorm(LI,mean(y), sd(y)),min(dvals)),
col="orange", lty=0)
polygon(c(LS,LS,xbvals), c(min(dbvals),dnorm(LS,mean(y), sd(y)),dbvals),
col="orange", lty=0)
curve(dnorm(x,mean(y), sd(y)),add=TRUE, lty=1, col="red",lwd=2)
### Inter...
2014 Nov 25
0
test
test
Qualquer duvida ou esclarecimento fique a vontade em contatar-me.
Mauricio Santos | Under Protection Consultoria Ltda | An?lise de Risco, Implementa??es de Seguran?a, Governan?a e Compliance
Inspirando Confian?a !
Rua Ant?nio Olivio Rodrigues, 367 | ZIP: 82.800-260| Curitiba - PR | Brasil
Phone: +55 (41) 3051-8457 | Cel: +55 (41) 8814-0141 mauricio.santos at underprotection.com.br<mailto:mauricio.santos at underprotection.com.br>
-------------- next part --------------
An HTML attachment was scru...