Displaying 20 results from an estimated 1000 matches similar to: "Is the Diebold Mariano Test in forecast package adjusted?"
2012 Apr 28
2
"Modified Diebold-Mariano Test" with forecast package
Hi
I tried to calculate modified Diebold-Mariano Test in R . I have already
find a "forecast" package to calculate the
Diebold-Mariano Test.
Please let me know how to obtain " Modified Diebold-Mariano Test" ?
Regards,
Serdar
--
View this message in context: http://r.789695.n4.nabble.com/Modified-Diebold-Mariano-Test-with-forecast-package-tp4594648p4594648.html
Sent from
2006 Nov 24
2
Diebold Mariano Test
Dear List
Has anyone used R to distnguish between alternative forecasting models? In particular
is the Diebold Mariano test available for use within R.
Any assistance would be greatly appreciated.
Graham Leask
Lecturer in Strategy
Economics & Strategy Group
Aston University
Aston Triangle
Birmingham
B4 7ET
Tel: 0121 204 3150
E Mail: g.leask at aston.ac.uk
2012 Sep 04
1
what package does the mesh function need
Hello,
I tried to plot some 3d-plots with the 'mesh' function, but I allways get
the message 'Fehler: konnte Funktion "mash" nicht finden' in english this
means 'error: can't find the function "mesh"'.
Do I need another package? I didn't found anything in the web this
afternoon, only descriptions how to use the function. I looked up a lot of
2008 Aug 23
0
OCFS2 upgrade on OEL 4.4 server
Hi,
We are using OEL 4.4 server as Oracle Concurrent tier, we have two
servers in the cluster. We have upgraded the OCFS2 from 1.2.7 to 1.2.9-1
about a week back in the DEV server. I have read about OCFS2 1.4 and it
seems that the performance has improved in OCFS2 1.4. We have OCFS2
performance issues, we are facing this in prod as the file count
increases in a log and out directories under
1999 Dec 02
0
diff. file date/time shown between smbmount and smbclient
I am using samba to connect to a WinNT 4.0 server (NT LAN Manager 4.0) and I am not getting the correct file date/time displayed when I use smbmount (actually "ls" displays the wrong date/time after performing smbmount). If I connect using smbclient all file date/time values are displayed correctly. Here are some examples: (smbclient) Wed Dec 1 15:50:00 1999 = (smbmount) Fri Jan 02
2006 May 18
0
SOLVED: Re: How to debug the rendering in Rails?
It seems to be working now.
I used "puts" debug statement that were rendered to the webrick console in
the dev environment, but that made fastcgi trip ...
Cheers,
Mariano
On 5/18/06, Mariano Kamp <mariano.kamp@gmail.com> wrote:
>
> Hi,
>
> I have some controller code like this:
>
> def mailing_lists
> @ml =
2014 Jun 26
0
Opus DTX issue report
The email might have been blocked due to the attachment size, here?s a
link to it.
https://www.dropbox.com/s/r9j7l3cbb02ob7i/opusDtx_noiseFix1_inOut.zip
Pascal
On 26/06/14 19:02, "Pascal Huart (phuart)" <phuart at cisco.com> wrote:
>Hi Jean-Marc,
>Thanks for the fix, the reconstructed signal is now much better.
>Unfortunately there are still discontinuities which show
2005 Mar 02
3
Samba as PDC and BDC on the same network.
I have recently configured two servers to be controlers of my domain.
The first one is the PDC and is configured like :
domain master = yes
prefered master = yes
local master = yes
domain logons = yes
security = user
os level = 99
And the second, the BDC like :
domain master = no
prefered master = no
local master = no
domain logons = yes
security = user
2006 Jan 12
1
Best Forum? Was: Migration doesn''t seem to preserve create_table options in schema
Hi,
is this the best forum to answer this question? Is there any better source
for information or another mailinglist to address this question to?
Cheers,
Mariano
---------- Forwarded message ----------
From: Mariano Kamp <mariano.kamp@gmail.com>
Date: Jan 8, 2006 6:24 PM
Subject: Migration doesn''t seem to preserve create_table options in schema
To: rails@lists.rubyonrails.org
2007 Apr 20
0
modified test of phillips-perron
Hello!
I would like to know whether the test of Phillips-Perron, modified for time series with large negative moving average terms implemented in R.
Besides I would also like to ask the same question about the Leybourne-McCabe test for stationarity.
Regards, Martin
2012 Feb 02
2
contar caracteres de los elementos de un factor
Hola, necesito contar la cantidad de caracteres de cada elemento de un
vector o factor
Por ejemplo si el factor es:
a<-c("jose", "javier", "mariano")
aplicando alguna funcion, el resultado q quiero es
4, para jose
6 para javier
7, para mariano
q es la cantidad de caracteres q tiene cada uno de los elementos del factor
a
probe usando length(a) y me da la
2013 Oct 25
0
Varnish-ban-manager + vhosts
http://varnish_server.domain:9200/ != 9000
------Mensaje original------
De: Mariano Gonz?lez
Remitente: centos-bounces at centos.org
Para: centos at centos.org
Responder a: CentOS mailing list
Asunto: [CentOS] Varnish-ban-manager + vhosts
Enviado: 25 de oct de 2013 18:03
Hi guys.
've installed varnish-ban-manager (
https://github.com/dot2code/varnish-bans-manager) and I'm currently
2018 Jan 15
0
About levene.test
Dear Mariano,
See the function leveneTest() in the car package.
I hope that this helps,
John
-----------------------------
John Fox, Professor Emeritus
McMaster University
Hamilton, Ontario, Canada
Web: socialsciences.mcmaster.ca/jfox/
> -----Original Message-----
> From: R-help [mailto:r-help-bounces at r-project.org] On Behalf Of Marcelo
> Mariano Silva
> Sent: Monday, January
2014 Jun 20
0
Opus DTX issue report
Hi Gonzalo,
Thanks for reporting this DTX issue. It should now be fixed in git. Can
you confirm this it is indeed the case?
Cheers,
Jean-Marc
On 19/05/14 10:20 AM, Gonzalo Mariano (gmariano) wrote:
> Hello:
>
>
>
> We noticed that opus reconstructed noise is pulsing with a 400ms pattern
> when dtx is enabled in silk mode. This is independent of the background
> noise
2006 Mar 25
3
Rails Plugins: Why to register your own functionality with send()?
Hi there,
I have seen in the file column plugin (
http://www.kanthak.net/opensource/file_column/) from Sebastian Kanthak or
David''s acts_as_taggable plugin that to register my functionality I need to
do something like this:
ApplicationHelper.send(:include, InPlaceEditAssociations)
I am wondering why not:
(a)
module ApplicationHelper
include InPlaceEditAssociatons
end
or:
(b)
2006 Jul 07
6
get_service_ticket: kerberos_kinit_password ULISES$@SYSTEMMASTER.COM.AR@SYSTEMMASTER.COM.AR failed: Preauthentication failed
Hello from Buenos Aires.
I am getting the following error when I do the net ads join command:
get_service_ticket: kerberos_kinit_password ULISES$@SYSTEMMASTER.COM.AR@SYSTEMMASTER.COM.AR failed: Preauthentication failed
I am running Debian, kernel 2.4.18 (geez, I should upgrade).
I searched everywhere for this error but I can?t find any solution.
Wbinfo -u works fine.
kinit
2009 Nov 10
2
selective disable_plaintext_auth
Hi,
I've been using dovecot for some time now, always with the setting:
disable_plaintext_auth = yes
so that no user can accidentally expose their username/password in the open.
However, I'm now trying to configure a webmail client in a nearby server
which doesn't support TLS or SSL IMAP connections :-(
Is there any way to allow plaintext_auth only for a small set of IP
2008 Dec 08
1
Call of Duty problem.
Hi all
Just a quick thanks first for all the efforts that go into such a rewarding piece of kit. Well done Wine and all behind it.
Now.....I'm not a big gamer, however, I wanted something different to civ4 and browsed your platinum games and found Call of Duty....next step Amazon.....2days later I try to play it.
I have Ubuntu 8.10 and wine 1.1.10
The game installed but when I run it I
2009 Oct 30
2
Real replacement for AgentCallBackLogin() on Asterisk 1.6
Hi all,
I would like to know if there is any application replacement for the
AgentCallBackLogin() from asterisk 1.4 on asterisk 1.6. I know, from what
I've read that the call back login agent can be done using a smart dialplan
as showed on the docs. But I cannot thinks a flexible dialplan for a dinamic
reassignation of agents to different queues every day.
Thanks in advance.
Mariano
2006 Mar 25
2
Rails Plugins: How to copy artefacts to the public directory during install? When is install.rb executed anyway?
Hi,
I want to write a plugin that uses JavaScript and I am wondering how to put
the static content, i.e. the JavaScript, in place?
I read the documentation I found (
http://wiki.rubyonrails.org/rails/pages/Plugins and links) and looked at the
listed plugins.
One thing I found was that subversion seems to be a prerequisite for
providing or even installing plugins. Is that right?
The other thing