search for: amostra

Displaying 4 results from an estimated 4 matches for "amostra".

2008 Aug 20
3
Confidence Interval
Hi! With the following script, I'm trying to make a demonstration of a Confidence Interval, but I'm observing some differences on tails. # Teste de média entre uma amostra e uma população normal # Autor: Raphael de Freitas Saldanha # Agosto de 2008 n <- 200 # Sample size xbar <- 100 # Sample mean s <- 2 # Sample SD nc <- 0.95 # Confidence level (95% -> 0.95) rep <- 1000 # Loops ##############################################...
2009 Mar 05
1
Regressão linear
Ol?. Tenho um arquivo que a cada 6 linhas corresponde uma amostra da qual preciso dos coeficientes da regress?o linear. Como fa?o para que o programa distinga a cada 6 linhas como uma amostra e n?o calcule como um todo? Estou usando a fun??o: model=lm(y ~ x) Sueli Rodrigues Eng. Agr?noma - UNESP Mestranda - USP/ESALQ PPG-Solos e Nutri??o de Plantas Fones (19)9...
2007 Oct 26
1
Fwd: Ajuda em R
An embedded and charset-unspecified text was scrubbed... Name: n?o dispon?vel Url: https://stat.ethz.ch/pipermail/r-help/attachments/20071026/5710517e/attachment.pl
2008 Jul 21
0
optimize function help!!
...= CDF[BinomialDistribution[sample_n, p1], c] && betha >= CDF[BinomialDistribution[sample_n, p2], c] && 0 < alpha < alphamax && 0 < betha < bethamax && 1 < sample_n <= lot_Size && 0 <= c < amostra && p1 < p2 < p2max ; fcost = sample_n/lot_Size; result = NMinimize[{fcost, restriction}, {sample_n, c, alpha, betha, p2max}, Method -> "NelderMead", AccuracyGoal -> 10]; example: findOpt[0.005, 1000, 0.05, 0.05, 0.04] ==&...