Displaying 20 results from an estimated 200 matches similar to: "Double seasonal holt winter using R"
2008 May 25
3
Emacs Bundle...
Hi List,
I remember someone mentioning a R-specific bundle of Emacs. Can you please
post link again?
Regards,
Atul.
--
Atul S. Kulkarni
Graduate Student,
Department of Computer Science,
University Of Minnesota,
Duluth, MN 55812.
www.d.umn.edu/~kulka053
---------------------------------------------------------
"Before you start some work, always ask yourself three questions - Why am I
2011 May 20
3
Java Bindings for libvirt
Hi
I looked at the java bindings for libvirt at
http://libvirt.org/sources/java/ . Latest version here is 0.4.7 whereas the
latest version of libvirtd is 0.9.1 . Does the java binding use latest
libvirtd ?
If not, can it be created easily ?
Also, is there any plan to support HyperV support in future ?
Thanks
Atul
-------------- next part --------------
An HTML attachment was scrubbed...
2008 Oct 18
1
Error: could not find function "readMat"
Hi All,
I installed this R.matlab package and tried using the sample code
>
> path <- system.file("mat-files", package="R.matlab")
>
> # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
> # Reading all example files
> # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
> for (version in 4:5) {
+
2007 Dec 28
3
Any help on SMS and payment gateway in India
Hi,
I am developing a ROR application in India, wonder if anyone can suggest
good MS and payment gateways + any help on how to integrate them in my
application. Also, where do you host a ROR site in India ?
Thanks
atul
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
2009 Oct 20
5
ssh user equivalence
We are getting some pushback from our SA group regarding root having ssh
user equivalence on the cluster where we run OCFS2.
Is it required to have the ssh user equivalence setup for the root user
when running OCFS2 ?
Thanks in advance,
Reid
Reid McKinley
********************************************************************************************
This message, including any
2001 Oct 03
3
samba on solaris 8
any body had any issues with samba on solaris8 ( sparc )
which version is advisable
thanks
2008 Nov 23
2
Need help: Loading a large data set.
Hi All,
I am dealing with a large data set which translates in to a sparse matrix, I
want to load this data that is spread in approximately 17000+ files each
defining a row and each file has variable number of records that come with
its column number and the value that they store.
I wish to load this data in memory from these files one by one. Is there
anyway I can do this in R, before I start
2008 Apr 23
1
help needed: Plotting step by step.
Hello,
I have generated 2 Poisson processes and want to plot them on a single graph
in a step by step manner in order to be able to compare them. I tried plot
and biplot but it does not help, I could connect two points by hand for
point graph if they were 5 or 10 I have more than 200 such point to be
connected and Poisson cluster makes it difficult for me to even read them
properly.
Can anyone
2005 Oct 18
3
Not able to get eth0 up on domU.
I am using ttylinux-xen file system image a a loopback device for the
domain. I am mostly using the default configuration. I am not able to
get networking on the domU. Are kernel "vmlinuz-2.6-xenU" as well as
"2.6.11.12-xen0" both compiled w/o loadable module support? I guess it
fails when it tries to initialize the iptables on the domU when it tries
to do "modprobe".
2005 May 13
2
About Voip Technology : RTP over TCP
hello All
I am reading information about VoIP technology
For that i am concentrating on SIP (Session Initiation Protocol) and
RTP (Real Time Transport Protocol).
I am interested in implementing RTP over TCP
I found that there are some disadvantages of TCP, some are
1) TCP doesn't support multicasting.
2) Through TCP is reliable, it heavily depends on retransmission of
lost or
2010 Jun 28
0
Seasonality - Centered MA vs. Holt-Winters
Hello,
I asked this question on the r-finance list server and didn't get a reply.
Thought I would try here to.
I am trying to deseasonalize some financial time series data and I wanted
some feedback on the best methods for doing this. I found two Centered
Moving Average and Holt-Winters. Which is better and/or more appropriate for
financial time series data in your opinion?
I understand
2006 Aug 31
1
alpha in Holt-Winters method
Hi,
I'd like to know if the Holt-Winters function in R can modify the
alpha paremeter in an "intelligent" way. I know it can vary from 0 to
1.
Wich mathematical formula does it use to calculate the correct value of alpha?
Thanks, bye.
Carlo
2007 Jul 26
2
Tracing znode_t from dnode_t
Hi,
To get my understanding of zfs data structures correct, I need to
trace znode_t from given dnode_t. I came up with following trace, is
this correct?
dnote_t->dn_bonus->db_user_ptr points to corresponding znode_t
Is there any other(better) way to trace znode_t from dnode_t?
Cheers,
-Atul
2008 Apr 28
2
RTSP reflection.
Hi
Where do I find instruction to configure icecast as a reflect server for
rtsp?
Scenario:
Client1 sends audio to IceCast via rtsp
Client2 receives audio from IceCast via rtsp.
I need to just setup this behaviour..
-Atul
--
-------
To make world a better place to live in
-------
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2013 Apr 03
1
Select single probe-set with median expression from multiple probe-sets corresponding to same gene -AFFY
Hello All,
I need your help. I am analysing affymetrix data and have to select the
probe-set that has median expression among all the probe-sets for same
gene. This way I want to remove the redundancy by keeping the analysis
to single gene entry level. I am fully aware that it is not a nice thing
to do but I just have to do it.
To do so, I came across 'findLargest' function of
2014 Nov 02
1
sslv3 alert handshake failure error
Hi All,
I am using "asterisk-11.12.0" version and I am trying to setup secure call
(TLS + SRTP) between two extensions and while making a call, I got
following error
*CLI> == Using SIP RTP CoS mark 5
-- Executing [6004 at from-office:1] Dial("SIP/6003-00000000",
"SIP/6004,20") in new stack
== Using SIP RTP CoS mark 5
-- Called SIP/6004
SSL certificate
2013 Apr 20
2
[LLVMdev] about pass registration
hello sir
i have created LoopPass but now i am facing problem in Registering that
pass.
I read all the documents & followed the procedure but its giving error.
Can you tell me what is the right way to register a pass.
I am getting errors like
char::ID=0 "ID" is not in the scope
{anonymous::PrintLoopPass something like}
please help me
-------------- next part --------------
An
2009 May 04
2
About the Transfer Function Model(ARIMAX)
Dear ALL,
I would appreciate if someone help me by letting me know the code of above model in R.I would request you to please let me know how i could
make arimax model in auto.arima.
Regards
Ramanath
[[alternative HTML version deleted]]
2009 Oct 27
1
/etc/rc.local and /etc/fstab
Upon system boot, is it ok to mount OCFS2 mounts from /etc/rc.local
rather than /etc/fstab ?
Are there any downsides to using rc.local that you are aware of?
Example /etc/rc.local script:
#!/bin/sh
#
# This script will be executed *after* all the other init scripts.
# You can put your own initialization stuff in here if you don't
# want to do the full Sys V style init stuff.
2015 Aug 03
1
password issue
Hello Team,
When I change password of user ( existing user ) on samba4 server after
logging into the client with that user, password stored in his browser and
also drives which are map with different username and password also get
expired. Please advice how should I resolve this.
--
Regards,*Atul Dashpute* | System Administrator
*m.* 9323485218 <http://www.vserv.com/>
Media Company