search for: resta

Displaying 14 results from an estimated 14 matches for "resta".

Did you mean: rest
2009 Feb 04
1
package ccgarch - dcc.estimation
...called 'residuals' as a dcc-garch model. I want to use the function dcc.estimation(a, A, B dcc.para, dvar, model) to estimate the parameters. No matter how I tried to define a, A and B, I always got the message "Error in constrOptim(theta = para, f = loglik.dcc2, gr = grad.dcc2, ui = resta, : initial value not feasible". As my knowledge about GARCH is rather poor, I might have defined some input values in an incorrect way. E.g. this is a part of my code: a <- rep(0,2) A <- diag(2) B <- diag(2) dcc.para <- rep(0,2) dvar <- residuals model <- 'di...
2001 Nov 20
3
Sampling from a population
Hi ALL: Suppose you have a population of N <- 5 observations, x <- c(43, 28, 7, 61, 39). From that you can draw a maximum of 10 samples without replacement of size n <- 3. (Command choose(N,n) yields 10). For instance the samples I seek are 43, 61, 7 39, 7, 28 ...etc How can I get R to do that for me, to get an exhaustive list of samples of size n drawn without replacement
2006 Jun 17
1
Vamos fazer o lançamento do livro? (Brazil)
...message at this group, but I am trying to reach brazilians who read this great group. It''s about the release of the first Ruby on Rails book for the brazilian audience. Here it goes: Galera, finalmente terminei de escrever o livro e entreguei o material para a editora esta semana, agora resta esperar at? que eles nos digam quando ser? a data do lan?amento. Sendo otimista talvez seja daqui um m?s, talvez um pouco mais. Manterei todos informados. Como ser? o primeiro livro sobre Rails no Brasil seria uma ?tima id?ia reunir todos os que ap?iam a plataforma em um evento de lan?amento do li...
2014 Aug 25
2
problema con campos que tienen formato fecha
...problema es que quiero guardarlo en un data frame. Pero cuando lo guardo se me pierden las unidades y el formato de fecha. BASEFINAL V1 V2 V3 V4 V5 88 1.966667 Eira barbara Posa1 1403765571 1403765689 V1 guarda el resultado de la resta, pero en unos casos son segundos y en otros minutos, cómo lo puedo saber? Igual me pasa con las columnas V4 y V5 que son la fecha/hora de inicio y de finalización del respectivo evento. Pero creo que esto último lo puedo arreglar si aplico de vuelta la función as.POSIXct(BASEFINAL[,5], origin=&quot...
2014 Aug 25
5
problema con campos que tienen formato fecha
...rdo se me pierden las unidades y el formato de fecha. > > > > BASEFINAL > > V1 V2 V3 V4 > > V5 > > 88 1.966667 Eira barbara Posa1 1403765571 1403765689 > > > > V1 guarda el resultado de la resta, pero en unos casos son segundos y en > > otros minutos, c?mo lo puedo saber? > > Igual me pasa con las columnas V4 y V5 que son la fecha/hora de inicio y > de > > finalizaci?n del respectivo evento. Pero creo que esto ?ltimo lo puedo > > arreglar si aplico de vuelta la f...
2020 Jun 04
5
Is Samba 4.9 and "map untrusted to domain" possible anymore?
We have a windows domain "AD" and a samba domain "SAD" running Samba 4.9 in AD-mode. We also have an old NT4 domain called "Samba" running Samba 3.6 + OpenLDAP. We have the same users and passwords in all three. The user objects in the "SAD"-domain have the same uidNumber as in the "Samba"-domain. Workstations and users log on to the windows
2020 Jun 04
0
Is Samba 4.9 and "map untrusted to domain" possible anymore?
...t; their drives mapped from the "Samba" domain. "It just worked". Only a note. CLIENT windows OSes try to be 'polite' handling auth, so if you have same username and same password in two domains (and, as stated by rowland, you have SMB1 active), auth must work. But, i restae, seems not some sort of 'server magic', only 'client magic': eg, windows client try to auth without the domain info, and so succeed. Do some test. ;-) -- dott. Marco Gaiarin GNUPG Key ID: 240A3D66 Associazione ``La Nostra Famiglia'' http://www.lanos...
2007 Apr 11
2
building rpms
Hello, I've got a centos 4.4 box and i'd like to make some rpms for it. My first task is to recompile an srpm removing some options to customize it. I tried rpmbuild, which worked on a fedora install, but that command wasn't available. What rpm do i have to install to make rpms? I've got rpmdb, rpm, and rpm-libs already installed. I thought the missing one was rpm-utils,
2013 Mar 30
2
Problema con gráficos
Hola, Construyo un gráfico utilizando layout y manejando convenientemente los mar y oma para luego ubicar los plot y las líneas de texto. El caso es que si ejecuto ese mismo código en un netbook (indicando windows(width=8.27, height=11.69) igual que en el pc), me da el típico error de plot.new : márgenes de figura muy grandes. ¿Cómo puedo hacer para solucionarlo?. ¿O no tiene solución?. Gracias.
2004 Oct 18
0
GNU/Linux Router with poptop problem
...variables per al script... IPT=/sbin/iptables LAN="192.168.2.0/24" LAN_VPN="192.168.0.0/24" ANY="0.0.0.0/0" IF_EXT="eth0" IF_INT="eth1" IF_VPN="ppp+" UP_PORTS="1024:65535" DNS_SERVER="194.224.52.4" #Eliminem qualsevol resta del tallafocs anterior... $IPT -t filter -F $IPT -t nat -F $IPT -t filter -X $IPT -t nat -X $IPT -t filter -Z $IPT -t nat -Z #Aquestes seran les nostres polítiques per defecte $IPT -P INPUT ACCEPT $IPT -P OUTPUT ACCEPT $IPT -P FORWARD ACCEPT #Activem el NAT... $IPT -t nat -A POSTROUTING -s $LAN_...
2013 May 10
4
Consulta fuera de tema
Hola: Os pido mil disculpas porque mi consulta está fuera de tema, pero necesito ejecutar un programa en Mac y mi equipo es windows. ¿Cómo puedo emular Mac?. Gracias. Eva [[alternative HTML version deleted]]
2016 Jun 15
5
Hadoop
Hola buenas, me preguntaba si alguno usa hadoop Spark en su día día y si me podíais recomendar un buen curso para empezar. Estuve en la charla de meetup de madrid hace unos meses de Rspark y estuvo bien, ahora me preguntaba si es posible profundizar. Pero me gustaría tener recomendaciones de cualquier material que podáis recomendar, cursos de coursera que hayais hecho, libros que hayais leido,
2017 May 18
4
PLOTEO DEL DATO MENSUAL DESDE EL ACUMULADO
Interesante. Cada uno de los valores de mi tabla tiene asociada una fecha. Se le podría asignar un tipo de ?break? ,para que le ?diff? sea asociado a cada mes? Por ejemplo? [Descripción: FIRMA3] De: Carlos Ortega [mailto:cof en qualityexcellence.es] Enviado el: jueves, 18 de mayo de 2017 12:35 Para: Javier Valdes Cantallopts (DGA) CC: r-help-es en r-project.org Asunto: Re: PLOTEO DEL DATO
2015 Apr 19
5
Como leer una BD con una estructura inadecuada
Estimado Javier: Disculpe mi imprecision al hablar de base de datos en este caso, en realidad es un conjunto interesante de datos pero no tiene exactamente estandar de BD .. en fin ... este conjunto de datos lo baje directamente de la pagina de la FIDE, que es la federacion internacional de ajedrez, en http://ratings.fide.com/download.phtml, es decir, estos datos son la BD original. Los