search for: istart

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

Did you mean: start
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
...00) 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, 1) bvec[1,1]<-c(1) startValues=rep(1/nrow(D),nrow(D)) #Istart value is homogeneous distribution res <<- maxBFGS(objectiveFunction, start=startValues, constraints=list(ineqA=Amat, ineqB=bvec)) ######################################## The outcome is equal to the startValues. I´ve tried several initial values and nothing changes. Please, what am I doing wr...
2008 Jun 11
1
Virtualizating Windows on Xen
...lization 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 start OK until the installation say me "Press F2 (ASR)" (aprox.) in this moment the guest SO restart. When Istart with other SO Knoppix, Wifiway (Based on GNU/Linux) all works very well. If I start with ERD Commander (Based on M$) the guest SO restart. What am I doing wrong? *My system is:* Debian 4.0r3 Etch Kernel 2.6.18-6-xen-vserver-686 libc6-xen 2.3.6.ds1-13etch5...
2001 Feb 27
1
Patch to coplot.R
...2001 *************** *** 201,227 **** ...) } if ((i == total.rows) && (j%%2 == 0)) ! if (nlevels(x) > 0) ! axis(1, labels = levels(x), xpd = NA) ! else ! axis(1, xpd = NA) else if ((i == istart || index + columns > nplots) && (j%%2 == 1)) ! if (nlevels(x) > 0) ! axis(3, labels = levels(x), xpd = NA) ! else ! axis(3, xpd = NA) ! if ((j == 1) && ((total.rows - i)%%2 == 0)) ! if (nle...
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