search for: narayanasamy

Displaying 9 results from an estimated 9 matches for "narayanasamy".

Did you mean: narayanaswamy
2003 Sep 29
1
Samba 2.X and Windows 2000
Hello, I have a Samba setup on a Solaris 8 box and mapped a smb drive to a Windows 2000 with plain text authentication ( modified W2k Local security policy to send plain text password). When I reboot the system, it prompts me for the password, but doesn't take it. I have to remap the drive, every time I reboot. Is there a fix or work around? Sundar
2003 Oct 06
1
Venturing into SAMBA-LDAP
Hi, Finally I have decided to give go ahead for Samba-LDAP. The questions are 1)I have a system that provides LDAP directory access. Is there anyway, I could just point my SAMBA server to point to that and say 'get the users authenticated'? Or do I have to setup a local LDAP and then add Samba to that. 2) Could my Samba be just a workgroup to configure LDAP with it or does it have to
2017 Aug 24
0
Vibration signal prediction in R
On Thu, Aug 24, 2017 at 7:07 AM, David Winsemius <dwinsemius at comcast.net> wrote: > > > On Aug 23, 2017, at 10:06 PM, Dhivya Narayanasamy <dhiv.shreya at gmail.com> > wrote: > > > > I have a vibration signal coming accelerometer. I converted this signal > from* > > m/s^2* to *mm/s*. Now I am supposed to predict this vibration signal in R > > using historical data. (Please see the attached picture o...
2017 Jun 07
0
Getting forecast values using DCC GARCH fit
.... Also when i plot the forecast model > plot(dcc.focast, which = 1) The graph shows weird x axis values starting from 2050 year. Is the graph showing the forecast values? I have attached the graph as well for your reference. Thanks in advance. Regards| Mit freundlichen Gr??en, > Dhivya Narayanasamy
2017 Aug 24
1
Vibration signal prediction in R
I have a vibration signal coming accelerometer. I converted this signal from* m/s^2* to *mm/s*. Now I am supposed to predict this vibration signal in R using historical data. (Please see the attached picture of vibration signal). Can I use this vibration signal just like that to the prediction using predictive Models or Do i need to do some processing technique before doing prediction? Are there
2017 Jul 07
1
Scoring and Ranking Methods
Hi, I am doing predictive modelling of Multivariate Time series Data of a Motor in R using various models such as Arima, H2O.Randomforest, glmnet, lm and few other models. I created a function to select a model of our choice and do prediction. Model1 <- function(){ .. return() } Model2 <- function(){ ... return() } Model3 <- function(){ ... return() } main <-
2017 Jul 15
2
One Dimensional Monte Carlo Simulation
...t;> >> >> Regards, >> >> Marc Schwartz >> >> >> >> ------------------------------ >> >> Message: 4 >> Date: Fri, 7 Jul 2017 08:47:57 -0700 >> From: David Winsemius <dwinsemius at comcast.net> >> To: Dhivya Narayanasamy <dhiv.shreya at gmail.com> >> Cc: r-help mailing list <r-help at r-project.org> >> Subject: Re: [R] Scoring and Ranking Methods >> Message-ID: <B6A35831-5E7D-407A-BB82-504F33E0F488 at comcast.net> >> Content-Type: text/plain; charset=us-ascii >> >...
2017 Aug 01
0
One Dimensional Monte Carlo Simulation
...>> >> Regards, >> >> Marc Schwartz >> >> >> >> ------------------------------ >> >> Message: 4 >> Date: Fri, 7 Jul 2017 08:47:57 -0700 >> From: David Winsemius <mailto:dwinsemius at comcast.net> >> To: Dhivya Narayanasamy <mailto:dhiv.shreya at gmail.com> >> Cc: r-help mailing list <mailto:r-help at r-project.org> >> Subject: Re: [R] Scoring and Ranking Methods >> Message-ID: <mailto:B6A35831-5E7D-407A-BB82-504F33E0F488 at comcast.net> >> Content-Type: text/plain; charset=us...
2017 Jun 07
0
Getting forecast values using DCC GARCH fit
Hi, I am completely new to GARCH models and trying to fit a multivariate time series model using DCC GARCH model and forecast it. The data looks like this: > head(datax) x vibration_x Speed 1 2017-05-16 17:53:00 -0.132 421.4189 2 2017-05-16 17:54:00 -0.296 1296.8882 3 2017-05-16 17:55:00 -0.572 0.0000 4 2017-05-16 17:56:00 -0.736 1254.2695 5