search for: madhavi

Displaying 19 results from an estimated 19 matches for "madhavi".

2003 Sep 02
1
source code for samba-2.2.8a-1-sol8-suncc-64bit.pkg
Hi all, Where could I get souce code for samba-2.2.8a-1-sol8-suncc-64bit.pkg, I checked in samba.org but I just found pacakage( samba-2.2.8a-1-sol8-suncc-64bit.pkg). Thanks, Madhavi
2009 Feb 21
5
aspell
can u suggest a link for downloading aspell spellchecker (for tinyMCE Editor) using rails --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to
2010 Feb 01
4
'R' and 'Yield to Maturity'
...+ [100 / (1+ytm)^2] + [ 1100 / (1 + ytm)^3]   This can be solved by trial and error method s.t. ytm = 9.601%.   My query is (1) if there is any R package which will calcualte ytm or (2) is there any method in 'R' which can solve the above equation.   Thanking you all in advance   Regards   Madhavi       Your Mail works best with the New Yahoo Optimized IE8. Get it NOW! http://downloads.yahoo.com/in/internetexplorer/ [[alternative HTML version deleted]]
2010 Feb 10
3
How to repeat the names?
....... ................... ...................   I have tried the following commands   rep(c(city1,city2), 5)   and I got the output something like this   [1] 1 1 1 1 1 1 .......   If I try   rep((city1,city2), 5)   Error: unexpected ',' in "rep((city1,"   Please guide   Regards   MAdhavi Your Mail works best with the New Yahoo Optimized IE8. Get it NOW! http://downloads.yahoo.com/in/internetexplorer/ [[alternative HTML version deleted]]
2008 Aug 21
1
Interpreting Logistic Regression
Hi ! This is Madhavi from Mumbai, India. Incidently this is my first post. I am working on Credit Scoring Model and using R, I have run the logistic regression. I have received following Output. I have two questions (a) What is the significance of "family = binomial(link = logit)". Why do I have to mention...
2010 Feb 02
2
Yield to Maturity using R
...tm, interval=c(0,25))    ytm = solution$root   However, when I execute this code I get following error.   > solution = uniroot(f.ytm, interval=c(0,25))  Error in uniroot(f.ytm, interval = c(0, 25)) : f.lower = f(lower) is NA Please guide. ytm should be 0.09601 (i.e. 9.601%)     with regards   Madhavi Bhave     Your Mail works best with the New Yahoo Optimized IE8. Get it NOW! http://downloads.yahoo.com/in/internetexplorer/ [[alternative HTML version deleted]]
2010 Jan 20
2
Please Please Please Help me!!
...          1423.797                                   1423.795                44.339                                       44.307   I request you to please guide me. I undesratnd its not my right to seek help, but this is for the third time I am requesting to guide me.   Thanking you all   Regards   Madhavi         The INTERNET now has a personality. YOURS! See your Yahoo! Homepage. [[alternative HTML version deleted]]
2010 Feb 15
1
Storing processed results in a loop
...   }     }   Problem is when I type B, I get the processed result only for the last column i.e. Y[7]. It doesn't store results for Y[1] to Y[7].   I need B[1], B[2].......upto B[7].   Please guide me how do I store individual column processed results?   Thanking you all in advance   Regards   Madhavi     Your Mail works best with the New Yahoo Optimized IE8. Get it NOW! http://downloads.yahoo.com/in/internetexplorer/ [[alternative HTML version deleted]]
2010 Feb 15
1
CORRECTION - Storing results in a loop
...   }     }   Problem is when I type B, I get the processed result only for the last column i.e. Y[7]. It doesn't store results for Y[1] to Y[7].   I need B[1], B[2].......upto B[7].   Please guide me how do I store individual column processed results?   Thanking you all in advance   Regards   Madhavi   The INTERNET now has a personality. YOURS! See your Yahoo! Homepage. [[alternative HTML version deleted]]
2010 Jan 27
1
How to sort data.frame
...8.380097 Sc4            MAT1 GAU2 8.179855 8.022071 Sc7            MAT1 GAU2 7.603291 8.200993 Sc10           MAT1 GAU3             7.67034      8.46376           ........ and so   I tried to understand the examples given in ?base::order but couldn't cracke it.   Please guide   Madhavi   The INTERNET now has a personality. YOURS! See your Yahoo! Homepage. [[alternative HTML version deleted]]
2010 Feb 19
1
How to use same function for diffrent input values
...______   So for given rate (which I am deining as rate = read.csv('rate.csv')$rate), I get the desired results.   My problem is how do I use this fuction for different 'rates' i.e. for any given rate, I run the function and store the result with the respective rate name?   Regards   Madhavi   (PS - I am avoiding to paste my actual code consuming 60 lines. Still, if somene insists, I can post the same)       The INTERNET now has a personality. YOURS! See your Yahoo! Homepage. [[alternative HTML version deleted]]
2009 Feb 26
2
rails spell check
Is ruby on rails supports aspell spell check ? Is there any links for spell check for rails application ? All links I gone through are discussing about php but not ruby on rails? Plzzzzzzzzzz give me reply .... --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this
2010 Feb 26
1
Reading multiple csv files
...) }   I get following error.   Error in file(file, "rt") : cannot open the connection In addition: Warning message: In file(file, "rt") :   cannot open file 'paste("output", i, ".csv", sep = "")': Invalid argument   Please guide   Regards   Madhavi Your Mail works best with the New Yahoo Optimized IE8. Get it NOW! http://downloads.yahoo.com/in/internetexplorer/ [[alternative HTML version deleted]]
2010 Jan 19
0
Macaulay Duration for Group
...cords, but I don't underatnd how to write  a function and thord option is to treat the input of these 20 records in a matrix form, which I had tried unsuccessfully.   Please guide me as to how do I modify the R-code to calculate Mac duration for each of tehse records and store tehm.   Regards   Madhavi Bhave   The INTERNET now has a personality. YOURS! See your Yahoo! Homepage. [[alternative HTML version deleted]]
2010 Feb 16
1
Total and heading of portfoilo table
Dear R helpers, I have two input files as 'quantity.csv' and 'equity_price.csv' as (for example) given below. 'quantity.csv' GOOG     YHOO 1000         100 'equity_price.csv' sr_no   GOOG_price           YHOO_price 1            15.22                 536.40 2            15.07                 532.97 3            15.19                 534.05  4           
2010 Jan 19
0
Macualay Duration code in a Functional Form - Please Help
...826.9026          826.9019 2          826.9026          826.9019 which is I know wrong. Is there any other way I can use the function defined above to process multiple recrds. Thanking you and sincerely apologize for writing such a long mail as I wanted to be clear in my communication. Regards Madhavi Bhave ONS  = read.csv('instrument details.csv') n      = length(ONS$par_value) par_value      =  matrix(data = ONS$par_value, nrow = n, ncol = 1, byrow = TRUE) coupon_rate    =  matrix(data = ONS$coupon_rate, nrow = n, ncol = 1, byrow = TRUE) freq_coupon  =  matrix(data = ONS$frequency...
2009 Feb 26
0
spell check
hello , anybody could point me in the right direction to enable spell checker with TinyMCE for rails application. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this
2009 Feb 27
0
hunspell
Hello , What are the requirements to install hunspell on windows for rails application? And how to do it? Plz reply me.. Thank you in advance....... --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to
2008 Aug 29
0
Problem with Poisson - Chi Square Goodness of Fit Test - New Mail
Dear R-help, ? ? Chi Square Test for Goodness of Fit ? I have got a discrete data as given below (R script) ? No_of_Frauds<-c(1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,2,1,2,2,2,1,1,2,1,1,1,1,4,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,5,1,2,1,1,1,1,1,1,1,3,2,1,1,1,2,1,1,2,1,1,1,1,1,2,1,3,1,2,1,2,14,2,1,1,38,3,3,2,44,1,4,1,4,1,2,2,1,3) ? I am trying to fit Poisson distribution to