Displaying 20 results from an estimated 500 matches similar to: "Fwd: Distribucion log logistica"
2009 May 04
2
Distribución log-logistica
Hola a tod@s,
Hace poco en la lista se discutieron algunas aproximaciones para determinar
la distribución de probabilidad que potencialmente podrían haber generado
los datos (ver [1]) y una de ellas fué el AIC. Haciendo uso del programa
enviado por Pablo Verde (ver [1]), estos son los resultados para mis datos:
weibull , AIC = 69839.44
exponential , AIC = 79488.77
gaussian , AIC = 69413.03
2002 Oct 21
3
Strange Share Trouble
I am running SAMBA on Redhat Linux 7.x.
I have a share for our office as a file server. The regular Win9x client
can browse / edit / delete and use the server with no issues from the
Windows Explorer / Applications except for one.
We run AutoCAD (drafting) with an extension Cadpipe. Cadpipe has it's own
file browser style interface where you add files to a list to create a
2015 Apr 21
3
distribucion de IRWIN HALL
estimados
estoy considerando programar la funcion de distribucion de Irwin hall.
lamentablemente no he tenido exito, pido que alguien me pueda colaborar con
aquello, les quedo agradecido de antemano.
--
atte. Lic. Genaro Llusco Silvestre
gellusco en gmail.com
Telf: 74028671
blog personal es:
http://www.cientificest.blogspot.com
[[alternative HTML version deleted]]
2004 Sep 10
4
Streaming With Flac
We have FLAC support on our AudioReQuest products, and we allow
streaming from our built-in web server for MP3s, but can not get Flac
working. Does anyone know a Windows based player that will play FLAC
streams?
I have tried the Winamp plug-in for FLAC (even updated it to 1.1.0), but
streaming is not working. We use embedded id3 tags instead of Flac
comments if this means anything. Thanks
2015 Apr 22
3
distribucion de IRWIN HALL
.... Un código más optimizado para la aproximación Monte Carlo de la distribución de IH
N=10000 # tamaño simulación Monte Carlo
n=5 # numero de uniformes
cdf.IH <-function(x,n,N) {
z=replicate(N,sum(runif(n)))
apply(outer(x,z,">="),1,mean)
}
x=seq(0,5,.1)
y=cdf.IH(x,n=n,N=N)
plot(x,y,type="l")
Un saludo. Olivier
----- Mensaje original -----
De:
2014 Sep 30
5
Clasificacion de individuos
Estimados apañeRos:
La duda o propuesta que os voy a plantear es a la vez metodológica y
relacionada con R.
Me encuentro trabajando con tres variables que son el resultado de un
computo de porcentajes.
Me explico, se toma una muestra de n casos (unos 6.500 aprox)
pertenecientes a i individuos (unos 230 aprox) en la que se comprueba si
un determinado evento ha ocurrido o no, anotándose 1 en
2010 Jan 17
4
datasets para regresión logística binomial y multinomial
Buenas.
Sé que en R hay multitud de datasets y me haría falta alguno que
trataran de variables relacionadas con salud, sobre todo para aprender
más acerca de cómo realizar una regresión logística binomial o multinomial.
Gracias..
2017 Mar 22
3
GLM con clusters
Buenas tardes,
desde Uruguay, quiero realizar una regresión logística,con la función GLM,
pero ademas quiero designarle a las observaciones clusters.
La idea es decirle al programa que las observaciones corresponden a
diferentes clusters.
Saludos!
Sebastián.
[[alternative HTML version deleted]]
2004 Sep 24
6
dropping id3 support
after spending a lot of time integrating X-Fixer's winamp2
plugin code, I am on the verge of removing id3 v1/v2 support
from the plugins completely. it is really hard to get right
in a way that works intuitively for the user, and i18n is
also a nightmare. in id3v2 every field can have a different
encoding.
FLAC tag a.k.a. Vorbis comment support is very good now so
unless someone comes up
2011 Jan 25
2
MEMDISK issue with OptiPlex GX280,620
Good day to you, too. No worries about the delay. I understand how busy everyone is with SYSLINUX. Gladly, the project continues to develop and improve. With that said, thanks for today's flurry of activity regarding my reported problem.
Impressively, the debug version of MEMDISK that you had directed me to use appears to have done the trick. Results below.
command line:
2005 Jun 28
3
OCFS2 volumes do no mount automatically on RHEL4 also
On RHEL4 also, the service o2cb starts later than _netdev device mounts.
So mount fails. Should the o2cb service start earlier to fix this?
Zafar
-----Original Message-----
From: ocfs2-users-bounces@oss.oracle.com
[mailto:ocfs2-users-bounces@oss.oracle.com] On Behalf Of
ocfs2-users-request@oss.oracle.com
Sent: Tuesday, June 28, 2005 12:00 PM
To: ocfs2-users@oss.oracle.com
Subject: Ocfs2-users
2002 Oct 04
1
NetBios name when browsing domains
I have installed a samba server in a Windows domain. Also using domain
security. Although I successfully added the server to the domain, I cannot
browse the domain and see the server. I can however search for the server
and find it. The only problem is with browsing. The only way I can find this
server is if I know the name of it and do a search. Is this the intended
functionality?
TIA,
Paul
2017 Mar 22
3
GLM con clusters
Gracias a todos por sus respuestas, perdón si no fui muy claro.
Lo que intento replicar es un análisis realizado en Stata, tengo que hacer
los mismos cálculos pero en el r.
En Stata lo que se hizo fue:
xi: logistic i.coord i.v11_sexo, vce (cluster red)
*Vce (cluster clustvar) especifica que los errores estándar permiten la
correlación intragrupo, relajando el requisito habitual de que las
2017 Aug 29
3
Chi cuadrado ajustado
Una consulta desde un Uruguay muy lluvioso,
como se realiza una prueba Chi-cuadrado ajustando por otra variable.
Muchas gracias!
Saludos!
Sebastián.
[[alternative HTML version deleted]]
2017 Jan 05
4
Regresión Logística desbalanceada
Hola Comunidad, Feliz Año 2017:
Tengo un problemilla con una regresión logística desbalanceada, tengo
demasiados TRUE (93%). ¿Sabría alguién alguna forma de corregir el
problema con R?
Un slaudo,
Milagros Camacho
---
El software de antivirus Avast ha analizado este correo electrónico en busca de virus.
https://www.avast.com/antivirus
2009 Oct 06
2
Ajuste de distribuciones
Buenos días para cada una/o.
Acabo de suscribirme. Tengo una inquietud que vi tratada por partes (y usando distintos paquetes) en las consultas anteriores.
¿Cuál es la mejor forma de ajustar distribuciones datos a distribuciones de probabilidad teóricas? ¿Cuáles son los paquetes para hacerlo en forma ágil?
Gracias por su atención.
Saludos.
César Escalante C.
2002 Nov 18
3
Problems copying digital images to Samba Share
I am trying to copy some digital images to a directory on my Redhat 7.3
Samba 2.2.3a-6 server and am getting extra files in the directory. I
have included my SMB.Conf file contents below in case that is relevant.
The files being copied reside on a Windows 2000 workstation and were
created by Jasc Image robot. These files would have been accessed by
both a Windows 2000 machine as well as a Windows
2002 Oct 18
8
MS Access and Samba
Hi,
we still have some trouble running a MS Access-database on Samba. We now
tried it with v.2.2.6 on RH 7.3 but still we either get no acces on the
database simultanously or we run in problems with updating the database.
The problem is that we make some changes on one of the clients but the
changes are not visible to the other clients until they shut down the
database and reopen it. We
2016 Jul 11
2
Distribuciones de probabilidad
Hola Comunidad,
Tenia al siguiente duda
¿hay alguna forma de que R me de la Esperanza y Varianza de una distribución según sus parámetros?
es decir, si tengo una weibull de parámetros "X" y "Y" para la esperanza hay una formula, pero me gustaría saber si hay una función en R que le diga algo como
Esperanza(weibull, shape = "X", scale = "Y") y ya devuelva
2017 Aug 30
3
Chi cuadrado ajustado
Hola Eric,
A la que me refiero es a la que se utiliza para probar la independencia de
dos variables entre sí, mediante la presentación de los datos en tablas de
contingencia. Pero no se si se puede realiza esa prueba Chi-cuadrado
ajustando por otra variable.
Y no me refiero a si quiero probar la independencia de X1 y X2 y tengo
además la variable *sexo*, realizar la prueba para entre X1 y X2