search for: gaurang

Displaying 5 results from an estimated 5 matches for "gaurang".

2012 Jan 25
1
Issues with PearsonIV distribution
...nder which Hyperbolic distribution does produce negative percentiles of the return after fitting but PearsonIV distribution does not. I think there is an issue with PearsonIV distribution in R; also there are no plots available for PearsonIV distribution. Can you help? I am ready to share my code. Gaurang Mehta Risk Calibration | Group Economic Capital | Aviva Group Email: gaurang.jitendrabhai@aviva.com 14th Floor, St Helen's 1 Undershaft London, EC3P 3DQ Aviva plc, registered Office: St. Helen's, 1 Undershaft, London EC3P 3DQ. Registered in England No. 02468686. www.aviva.com This message...
2001 Nov 05
4
trusth realtions between samba PDC and NT PDC
i have a samba PDC and a NT PDC working in mi local net.. in the samba PDC there are around 800 users.. in the NT PDC there are aroun 400 users.. i want my user to can use the shares of the NT and the shares of the clients of the NT.. in Microsoft terms this is called Trusth relationship.. how can i do this with samba? thx!
2017 Dec 13
0
Best R GUIs
On Dec 13, 2017 6:05 AM, "Juan Telleria" <jtelleriar at gmail.com> wrote: Dear R Community Members, I would like to add to one article I have written the best Graphical User Interfaces the R programming language has. For the moment I know: A) Rstudio. B) R Tools for Visual Studio. C) Open Analytics Architect. Many editors have plugins for working with R, including D) ESS for
2017 Dec 13
4
Best R GUIs
Dear R Community Members, I would like to add to one article I have written the best Graphical User Interfaces the R programming language has. For the moment I know: A) Rstudio. B) R Tools for Visual Studio. C) Open Analytics Architect. Are there others worth to mention? Thank you. Kind regards, Juan Telleria [[alternative HTML version deleted]]
2012 Jan 18
4
R-Help
I am trying to create a frequency distribution and I am a bit confused. Here are the commands I have entered: > data <- read.csv(file="40609_sortedfinal.csv",head=TRUE,sep=",") > NumberOfActionsByStatus = data$STATUS > NumberOfActionsByUser = data$ETS_LOGIN > NumberOfBidOffer = data$BID_OFFER > NumberOfActionsByUser.freq = table(NumberOfActionsByUser) >