Displaying 20 results from an estimated 88 matches for "mariano".
Did you mean:
marian
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-...
2006 Apr 04
7
odd error
...ollowing error:
Project> ruby script/generate model user -h
-e:3:in `load'': no such file to load -- script/generate (LoadError)
from -e:3
I?m sure this is a newbie question, I?ve searched the documentation and couldn?t find what I am doing wrong.
Best regards,
Mariano
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060404/067f984e/attachment.html
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
2006 May 25
4
Does TMail support Nested Multipart Messages? (Repost)
...ses.emai_______________________________________________
Rails mailing list
Rails@lists.rubyonrails.org
http://lists.rubyonrails.org/mailman/listinfo/rails
!
So the message is broken off at some point that looks arbitrary to me
(emai, 4th non-empty line from the bottom).
Any idea?
Cheers,
Mariano
-------------- next part --------------
A non-text attachment was scrubbed...
Name: sample
Type: application/octet-stream
Size: 7048 bytes
Desc: not available
Url : http://wrath.rubyonrails.org/pipermail/rails/attachments/20060525/b8348a45/sample-0001.obj
2006 Mar 25
3
Rails Plugins: Why to register your own functionality with send()?
...licationHelper.send(:include, InPlaceEditAssociations)
I am wondering why not:
(a)
module ApplicationHelper
include InPlaceEditAssociatons
end
or:
(b)
ApplicationHelper.include(InPlaceEditAssociations)
As I now know a way that works this is not crucial to me, but I am still
curious.
Cheers,
Mariano
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060325/d29f44dc/attachment.html
2006 Jul 07
6
get_service_ticket: kerberos_kinit_password ULISES$@SYSTEMMASTER.COM.AR@SYSTEMMASTER.COM.AR failed: Preauthentication failed
...ade).
I searched everywhere for this error but I can?t find any solution.
Wbinfo -u works fine.
kinit works fine.
net ads testjoin says "Join is OK".
I see the computer on the AD Server (win2k).
However I can?t access to the shared resources,
Any ideas?
Best regards,
Mariano
2011 Feb 18
0
Is the Diebold Mariano Test in forecast package adjusted?
Hello
I would like to know if the Diebold Mariano Test in the forecast Package is adjusted to small samples (as Harvey, Leybourne, Newbold suggest) If not, how can I do that manually?
Paka
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 cantidad de elemntos, es decir 3
y usando length(a[1]), me da 1
Si alguien me pue...
2014 May 19
3
Opus DTX issue report
...000 -dtx input.bin output.bin
We have attached a .wav file with the first channel as the input reference noise signal and the second channel as the opus codec output using the opus_demo application. It does not look like this has been reported already. We would like your feedback.
Thanks,
Gonzalo Mariano and Pascal Huart
Cisco
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/opus/attachments/20140519/0d43d948/attachment-0001.htm
-------------- next part --------------
A non-text attachment was scrubbed...
Name: opusDtx_whtnoise.wav
T...
2006 May 13
10
new user
...#39;s fantastic!!! wonderful!!!
I WANT LEARN ALL ABOUT IT!!!
Do you have some links ( if exists in italian language ), or suggest me
some book i can buy??
thx very much
--
/\/\ariano Di Felice
Java PHP Python programmer
with MySQL, PostgreSql, SQLite and Oracle support
Linux Platform Developer
mariano.difelice@gmail.com
Tel. 0735 703735
Cell +39 339 6407211
---------------------------------------------------------
NO ai brevetti software! http://www.nosoftwarepatents.com
---------------------------------------------------------
Nota di riservatezza:
Il presente messaggio, corredato dei relativi...
2006 Feb 11
16
Why does''nt rails pick up more metadata from a mysql schema?
Hi,
when I define a db column to be non-nullable or of length 20 or as
numeric, I would expect rails to validate that, but that doesn''t seem
to be the case.
Any idea why that is? The metadata is accessible, at least in the mysql case.
I am using rails 1.0 with mysql 5.
Cheers,
Mariano
2008 Aug 15
5
Add more disk
Hello
¿How could I add more disk space and another partition to my Windows 2k3
domu? I dont want to resize the C: partition a need a newone.
kind regards
-----Mensaje original-----
De: John Leach [mailto:john@johnleach.co.uk]
Enviado el: Viernes, 15 de Agosto de 2008 12:25
Para: Xen-users@lists.xensource.com
Asunto: Re: [Xen-users] Live migration - Networking take 2 minutes or so
to return
2006 Mar 25
2
Rails Plugins: How to copy artefacts to the public directory during install? When is install.rb executed anyway?
...dure I put the following in the install.rb:
puts IO.read(File.join(directory, ''README'' ))
(I''ve seen that in the Rails Recipe to create your own plugin).... But
install.rb seems not to be called.
--
DC:~/t2/testtest mkamp$ script/plugin install svn+ssh://claudia-
und-mariano.net/repos/trunk/in_place_edit_associations
Password:
Password:
A /Users/mkamp/t2/testtest/vendor/plugins/in_place_edit_associations
A /Users/mkamp/t2/testtest/vendor/plugins/in_place_edit_associations/test
A
/Users/mkamp/t2/testtest/vendor/plugins/in_place_edit_associations/test/in_place_edit...
2009 Oct 30
2
Real replacement for AgentCallBackLogin() on Asterisk 1.6
...llBackLogin() 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20091030/83b480fb/attachment.htm
2009 Oct 13
2
"add machine script" when using samba + ldap
...dmap alloc backend =
ldap", I don't need an "add user script" nor an "add group script", is
it right?
But, do I need an "add machine script" though? How should I handle the
uid/gid for machines... they won't be handled by idmap, or will they?
TIA
--
Mariano Absatz - "El Baby"
el.baby at gmail.com
www.clueless.com.ar
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
There is always a well-known solution to every human problem -
neat, plausible, and wrong.
H. L. Mencken
US editor (1880 - 1956)
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=...
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 = MailingList.find_by_identifier(@params[:id])
> @messages = @ml.messages
> @headers["Content-Type"]...
2009 Nov 10
2
selective disable_plaintext_auth
...ebmail 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
addresses (for what I see in the comment, this is automatic for local
addresses, alas, the webmail client is on another host).
TIA
--
Mariano Absatz - "El Baby"
el.baby at gmail.com
www.clueless.com.ar
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
- Theory is when you know something but it doesn't work.
- Practice is when something works but you don't know why.
- Usually we combine theory and practice:...
2014 Jun 26
0
Opus DTX issue report
...section as well as the whole
>.wav file: one channel with the input and the second with the opus output.
>Same settings as before: ./opus_demo voip 16000 1 25000 -dtx input.bin
>output.bin
>
>Let me know what you think.
>Thanks,
>Pascal
>
>On 20/06/14 17:22, "Gonzalo Mariano (gmariano)" <gmariano at cisco.com>
>wrote:
>
>>Hello:
>>
>>I am currently on Holiday ... perhaps my colleague Pascal can confirm the
>>fix. If not, I'll check after I return to work on Monday 7/7.
>>
>>Thanks for your work.
>>
>>...
2020 Jul 27
7
[Bug 3198] New: Custom critical options are not lexically ordered
...ed
Product: Portable OpenSSH
Version: -current
Hardware: amd64
OS: Mac OS X
Status: NEW
Severity: normal
Priority: P5
Component: ssh-keygen
Assignee: unassigned-bugs at mindrot.org
Reporter: mariano.cano at gmail.com
According to PROTOCOL.certkeys critical options must be lexically
ordered by name:
```
Options must be lexically ordered by "name" if they appear in the
sequence. Each named option may only appear once in a certificate.
```
This works for the well-known options 's...
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
Hi,
I have the following migration (abbreviated):
class Initi...