search for: tolga

Displaying 20 results from an estimated 126 matches for "tolga".

2005 Jun 20
6
Bucketting data
...89 89 89 89 89 180 180 180 180 362 544 544 544 [39] 544 544 544 544 544 544 544 This has the buckets: 26 61 89 180 362 544 I'd like something which gives me a vector of these buckets, i.e. bucket(cleandata[,4])=vector of 26 61 89 180 362 544 and length(bucket(cleandata[,4]))=6 Thanks, Tolga ============================================================================== Please access the attached hyperlink for an important electronic communications disclaimer: http://www.csfb.com/legal_terms/disclaimer_external_email.shtml
2012 Dec 06
5
2-15.2 Windows 32-bit version anywhere ?
...t able to compile any code. Sad, but true. Is there a Windows 32-bit version of 2-15.2 anywhere ? I am currently unable to use packages Matrix and mgcv because they appear to have been compiled for 2-15.2 but only 2-15.1 is available for download from the regular CRAN websites. Thanks in advance, Tolga This email is confidential and subject to important disclaimers and conditions including on offers for the purchase or sale of securities, accuracy and completeness of information, viruses, confidentiality, legal privilege, and legal entity disclaimers, available at http://www.jpmorgan.com/pages/...
2006 Apr 24
3
Sending an ESC command to the console from wihtin a script
Hi, Is there a way to send an ESC command to the console from within a script window, without using the mouse ? Thanks, Tolga
2008 Apr 02
2
shared Sent and Junk folders
Hi, For some odd reason, two of my users share the same Sent and Junk folders, therefore I keep getting errors about Sent folder reading permissions and one user reading the other user's Junk folder. What can I do about this odd problem? Regards, Tolga -- Stay with *nix :)
2006 Mar 12
2
Numerical Derivatives in R
...ve ? Something a bit more than simple division by delta of the difference of evaluating the function at x and x+delta... Perhaps there is a way to do this using D or deriv but I could not figure it out. Trying: eval(deriv(function(x) arbfun(x),"x"),1) does not seem to work. Thanks, Tolga
2015 Aug 27
7
Mailbox can't be created
On 27/08/15 10:42, Muzaffer Tolga Ozses wrote: > Please check permissions as this sounds like a permissions issue m I am confused then. /home/vmail/Maildir is 700 for vmail:vmail. If dovecot-lda runs as vmail then there's no problem, if it runs as root it shouldn't face problems either. How can I determine which user...
2015 Aug 27
1
Mailbox can't be created
Having said that, /home/vmail should be owned by vmail, however dovecot-lda should have write access so 700 is a bad idea. On 27/08/2015 3:00 PM, "Muzaffer Tolga Ozses" <tolga at ozses.net> wrote: > ps aux | grep lda > On 27/08/2015 2:58 PM, "Paulo Matos" <paulo at matos-sorge.com> wrote: > >> On 27/08/15 10:42, Muzaffer Tolga Ozses wrote: >> >>> Please check permissions as this sounds like a permiss...
2005 Jul 15
2
rmpi in windows
Hi Folks, Has anyone been able to get rmpi to work under windows ? Thanks, Tolga Please follow the attached hyperlink to an important disclaimer <http://www.csfb.com/legal_terms/disclaimer_europe.shtml> ============================================================================== Please access the attached hyperlink for an important electronic communications disclaim...
2013 Jan 11
9
Usage of SDL vs. VNC
Hello, First off, I don''t really know if this is the correct mailing list to ask about, so feel free to direct me to appropriate mailing list. I have two questions: 1- mtozses@mtozses:~$ sudo xm create windows7.cfg Using config file "/etc/xen/windows7.cfg". Error: Domain ''windows7'' does not exist. mtozses@mtozses:~$ sudo xm create windows7.cfg Using config
2005 Dec 20
4
help with sapply, plot, lines
...drew above. Instead, I just get this: > sapply(seq(0,0.3,0.05),function(s) {str<-s; lines(seq(0.01,0.99,0.01),sigma(seq(0.01,0.99,0.01)))}) [[1]] NULL [[2]] NULL [[3]] NULL [[4]] NULL [[5]] NULL [[6]] NULL [[7]] NULL and the plot does not change. Any assistance appreciated. Regards, Tolga This material is sales and trading commentary and does not constitute investment research. Please follow the attached hyperlink to an important disclaimer http://www.csfb.com/legal_terms/disclaimer_europe.shtml ============================================================================...
2005 Apr 14
6
Inverse of the Laplace Transform/Gaver Stehfest algorithm
Hi there, Is there an implementation of the Gaveh Stehfest algorithm in R somewhere ? Or some other inversion ? Thanks, Tolga
2008 Jul 08
6
Automatic placement of Legends
..., I am looking for a way to get legends placed automagically in an empty spot on a graph. Additional complication comes through my useage of multiple graphs on the same plot through mfrow. Is there a way to achieve this in R ? I have legends for each of the sub-plots. Many thanks in advance, Tolga Generally, this communication is for informational purposes only and it is not intended as an offer or solicitation for the purchase or sale of any financial instrument or as an official confirmation of any transaction. In the event you are receiving the offering materials attached below related t...
2012 Jan 12
1
How can I prevent solve.QP from printing the solution progress ?
Dear R Users, How can I prevent solve.Qp from printing the solution progress ? Thanks in advance, Tolga This email is confidential and subject to important disclaimers and conditions including on offers for the purchase or sale of securities, accuracy and completeness of information, viruses, confidentiality, legal privilege, and legal entity disclaimers, available at http://www.jpmorgan.com/pages/...
2008 Jul 19
2
Title for graph with multiple plots
Dear R Users, I am attempting to place a title to a graph with multiple plots that should go across the top of all the graphs, and not just one of them. I am using mfrow in par to plot. Can anyone suggest if and how this could be done ? Thanks in advance, Tolga
2008 Nov 04
4
fine grain tick marks for zoo plots
...o to place monthy tickmarks/labels for a time series which spans daily data going back a bit over a year. Right now, I am getting only one tick mark on the x-axis for the beginning of 2008. How can I force plot.zoo to place more regular x-axis tick marks on a monthly basis ? Thanks in advance, Tolga Generally, this communication is for informational purposes only and it is not intended as an offer or solicitation for the purchase or sale of any financial instrument or as an official confirmation of any transaction. In the event you are receiving the offering materials attached below related...
2008 Jun 30
6
Plotting three time series on the same graph
...for both on the left hand side without superimposing them, i.e. one set of tick marks in black right up on the edge of the plot and another set of tick marks in red placed further to the left so that the tick marks and axis identifiers do not sit on top of each other ? Many thanks in advance, Tolga Generally, this communication is for informational purposes only and it is not intended as an offer or solicitation for the purchase or sale of any financial instrument or as an official confirmation of any transaction. In the event you are receiving the offering materials attached below related t...
2008 Jun 19
4
How can I execute a .R/script file
...hose functions from another script file. How can I execute all the code in a script file so that the functions are available for use in my other script file ? I have tried help.search("script") and various Google alternatives but couldn't come up with anything. Thanks in advance, Tolga Generally, this communication is for informational purposes only and it is not intended as an offer or solicitation for the purchase or sale of any financial instrument or as an official confirmation of any transaction. In the event you are receiving the offering materials attached below related t...
2005 Apr 11
2
Trying to undo an assignment
..., I defined corr to be a function, not realising that this was also the name for correlation in package=boot. How do I explicitly call the corr function within package boot (so, scope up over the current frame, I guess is another way of saying it) without removing my new corr function ? Thanks, Tolga Please follow the attached hyperlink to an important disclaimer <http://www.csfb.com/legal_terms/disclaimer_europe.shtml> ============================================================================== This message is for the sole use of the intended recipient. ...{{dropped}}
2013 Jan 14
1
Rbbg for 2.15.2
...://r.findata.org") Installing package(s) into ?C:/Users/t_uzu_000/Documents/R/win-library/2.15? (as ?lib? is unspecified) Warning: unable to access index for repository http://r.findata.org/src/contrib Warning message: package ?Rbbg? is not available (for R version 2.15.2) Thanks in advance, Tolga
2006 Nov 05
2
Generating a double-exponential jump diffusion process
...enerate random realisations of a double-exponential jump diffusion process with a drift ? Something where I can specify the likelihoods of an up or a down jump, the drift rate, and the mean size, and get back a vector of realisation of the process (for purposes of a Monte-Carlo). Kind regards, Tolga