search for: devlin

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

Did you mean: devin
2006 May 24
2
DHCP configuration for Cisco 7960?
...the last two items normal? What would prevent the default router and DNS server from providing an ARP reply? I should note that immediately after the phone receives its IP, one can still not ping it. Any ideas or suggestions? - Julian Julian C. Dunn, P.Eng. Systems Administrator e: julian.dunn@devlin.ca p: 416-363-6316 x292 f: 416-363-6102 w: www.devlin.ca Devlin eBusiness Architects Inc. 185 Frederick Street Toronto, ON M5A 4L4
2000 Nov 15
2
loess documentation
...)^3)^3. For &alpha; > 1, all points are used, with the `maximum distance' assumed to be &alpha; times the actual maximum distance. </SNIP> I understand the situation when alpha is less than one, presuming it uses the same convention set forth in any number of Clevelend and Devlin articles, ie, nearest neighbor smoothing. However, I'm interested in looking at fixed bandwidth smoothing and I'm wondering if the second option, (alpha>1) is some variation of this theme. I don't understand the "alpha times actual maxdistance" statement. If my estimat...
2000 Nov 15
2
loess documentation
...)^3)^3. For &alpha; > 1, all points are used, with the `maximum distance' assumed to be &alpha; times the actual maximum distance. </SNIP> I understand the situation when alpha is less than one, presuming it uses the same convention set forth in any number of Clevelend and Devlin articles, ie, nearest neighbor smoothing. However, I'm interested in looking at fixed bandwidth smoothing and I'm wondering if the second option, (alpha>1) is some variation of this theme. I don't understand the "alpha times actual maxdistance" statement. If my estimat...
2009 Mar 19
0
Testing loess fit versus linear fit.
I would like to experiment with testing the fit of a loess model against the fit from an ordinary linear regression. The 1988 JASA paper by Cleveland and Devlin *appears* to indicate that this can be done, at least ``approximately''. They, as I read it, advocate the use of an ANOVA type test with degree of freedom chosen to make the ``F ratio'' have an approximate F distribution under the null hypothesis. (I have the impression that the ap...
2007 Feb 01
1
Vista password being rejected on share security mode
I'm working on trying to get Samba 3.0.23c to work with Vista and I've run into a snag. If a share is set up for security = share, and protected with a password, when I try to mount the share using Start->Run->\\server\share, the password is rejected by Samba for about the first 10 seconds, but after that, it lets me in. I've tried all the common suggestions such as changing
2014 Jul 02
0
How do I call a C++ function (for k-means) within R?
I am trying to call a C++ k-means function within R and I am struggling. I know that the below code is used to call a C++ function for gbm but how do I do it for k-means? gbm.obj <- .Call("gbm", Y=as.double(y), Offset=as.double(offset), X=as.double(x), X.order=as.integer(x.order),