search for: chist

Displaying 5 results from an estimated 5 matches for "chist".

Did you mean: hist
2011 Feb 19
3
Kolmogorov-smirnov test
...ribution b c <- rnorm(1000, 8, 1);c # normal distribution c d <- rnorm(1000, 12, 2.5);d # normal distribution d par(mfrow=c(2,2), las=1) ahist<-hist(a, breaks=1:25, prob=T, ylim=c(0,0.4));box() # histograms of a bhist<-hist(b, breaks=1:25, prob=T, ylim=c(0,0.4));box() # histograms of b chist<-hist(c, breaks=1:25, prob=T, ylim=c(0,0.4));box() # histograms of c dhist<-hist(d, breaks=1:25, prob=T, ylim=c(0,0.4));box() # histograms of d ks.test(c(a,b), c(c,d), alternative="two.sided") # kolmogorov-smirnov on continuous data ks.test(c(ahist$density, bhist$density), c(chist$...
2006 Jun 23
1
Off topic NSS_LDAP
...ap-nss.c:4117: error: `SASL_CB_USER' undeclared (first use in this function) ldap-nss.c: At top level: ldap-nss.c:21: warning: `rcsId' defined but not used gmake: *** [ldap-nss.o] Error 1 TIA Jorge /Ushuaia Argentina --------------------------------- Hor?scopos, Salud y belleza, Chistes, Consejos de amor. El contenido m?s divertido para tu celular est? en Yahoo! M?vil
2009 Jul 17
3
Delete voicemail after couple of days
Hi Every one, Is there a way to delete voicemail's after couple of days? Thank you. Lloyd -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090717/b5f5bcfb/attachment.htm
2006 May 30
0
Vampire Problems
...ge Grosso Ushuaia Argentina ___________________________________________________________ 1GB gratis, Antivirus y Antispam Correo Yahoo!, el mejor correo web del mundo http://correo.yahoo.com.ar _________________________________________________________ Hor?scopos, Salud y belleza, Chistes, Consejos de amor: el contenido m?s divertido para tu celular est? en Yahoo! M?vil. Obtenelo en http://movil.yahoo.com.ar
2017 Mar 14
2
gráfico jpg png
Estimados Hace unos días envié un correo porque tenía problemas para guardar los gráficos en el disco rígido, utilizando R server 9, comentaba que el código antes funcionaba pero que tenía fallas. No encuentro mi mensaje en la lista para continuar el hilo, encontré el problema, no lo comprendo del todo pero cambiando jpg por png funciona, aparentemente hay un inconveniente para guardar en jpg.