search for: istarted

Displaying 6 results from an estimated 6 matches for "istarted".

Did you mean: started
2002 Dec 29
3
lowess + turnpoints = doubling integers?
Happy New Year, r-helpers! I am using lowess to smooth a scatter plot, xx<-lowess(xinput,f=.04) #defaults for other args followed by turnpoints(xx$y) #defaults for other args I plot the smoothed result as well as turnpoints (using yy$tppos) on top of raw data plot. Result is exactly as expected, graphically. For another purpose, I calcuate the difference between turnpoints (representing
2011 May 11
1
Problem with constrained optimization with maxBFGS
Dear all, I need to maximize the v: v= D' W D D is a column vector ( n , 1) W is a given matrix (n, n) subject to: sum D= 1 (BTW, n is less than 300) I´ve tried to use maxBFGS, as follows: ##################################### objectiveFunction<-function(x) { return(t(D)%*%W%*%D) } Amat<-diag(nrow(D)) Amat<-rbind((rep(-1, nrow(D))), Amat) bvec<-matrix( c(0), nrow(D)+1,
2008 Jun 11
1
Virtualizating Windows on Xen
Hi list!, this is my first mail, nice to meet you ;-) The first, sorry for my english, this is not good, i am from Spain :-( The second THANKS in advance ;-) I am writing because I have a problem with the virtualization of M$ Windows on Xen. All system works OK when I virtulize systems based on GNU/Linux. When I start my Windows Machine for make installation with the CD (iso). The Windows
2001 Feb 27
1
Patch to coplot.R
---1149173172-1804289383-983267779=:26068 Content-Type: TEXT/plain; charset=us-ascii Hello, and a big thank you for providing R! Please find attached a diff for coplot which you may want to consider for the next release. The diff is against R 1.2.2. The reasons for this patch are: 1. The boxes of coplot did not align very well with the panel graphs if applied to a factor 2. Putting the
2000 Jan 26
0
coding volunteers needed for msrpc server-side API conversion
...mins or so, refer to samba-technical, see if anyone else also > volunteered. sort it out between you so as not to duplicate effort. > > 4) examine and follow the example code plus the coding STYLE, please. > put copyright your name 2000 at the top of the file in the GPL header. > istarted out by making 2 copies of rpc_server/srv_samr.c and then go from > there. changes to rpc_parse/parse_*.c::make_r*() functions are sometimes > necessary. changes to rpc_parse/parse_*.c::make_q*() functions are NOT > necessary and should not be done. > > 5) send me a diff -u patch,...
2011 Jul 19
6
[PATCH 0/6] Move the infor for the help/man page in the source
The following series implement a way to generate the help messages and the btrfs man page from the sources comments for the "btrfs" commanda . The syntax and the detailed help of every subcommand are stored in the comments before the function which implements the subcommand. The fact that the help messages and the man page are generated from the same source should help to avoid