search for: 2&uid

Displaying 2 results from an estimated 2 matches for "2&uid".

Did you mean: 2&qid
2012 May 29
2
Wilcoxon-Mann-Whitney U value: outcomes from different stat packages
Given this example #start code a<-c(0,70,50,100,70,650,1300,6900,1780,4930,1120,700,190,940, 760,100,300,36270,5610,249680,1760,4040,164890,17230,75140,1870,22380,5890,2430) b<-c(0,0,10,30,50,440,1000,140,70,90,60,60,20,90,180,30,90, 3220,490,20790,290,740,5350,940,3910,0,640,850,260) wilcox.test(a, b, paired=FALSE) #sum of rank for first sample sum.rank.a &lt...
2012 Mar 30
0
Nonlinear regression / Curve fitting with L-infinity norm
...gression using the least squares estimation method in R (nls function), but I haven't found any packages that implement nonlinear regression with the L-infinity norm. I have found literature on the subject, but haven't yet had the chance to read it through: http://www.jstor.org/discover/10.2307/2006101?uid=3737864&uid=2&uid=4&sid=21100693651721 or http://www.dtic.mil/dtic/tr/fulltext/u2/a080454.pdf I could try to implement this in R for instance, but I first looking to see if this hasn't already been done and that I could maybe reuse it. I have found a solution tha...