search for: edelman

Displaying 8 results from an estimated 8 matches for "edelman".

Did you mean: edelmann
2005 Oct 16
1
measurement error model - "simple" linear regression
...mer but wonder whether it has been taken any further. I have an important medical problem where X is computed from a three independent and complicated measurements (exchangeable sodium and potassium and total body water - i.e. X = (Nae+Ke)/TBW ) and Y is serum sodium concentration (all data in Edelman, JCI 1958). I have the individual data in the paper (but have not yet had time to enter it) and Edelman et al in fact reported measurement errors for most individual items. Edelman and coworkers made a linear regression of Y on X and now I would like to ascertain the importance of the fact that...
2004 Oct 10
2
Roaming Profile & Folder Redirection Problems
...there! 3) This one will probably be solved by #2 above, but whenever a user logs out, there is that stupid 'synchronizing' window, even though all profile folders have been redirected to a network drive. Why? Any help or suggestions on these would be greatly appreciated! Thanks, Rich Edelman
2010 Jan 01
3
which program/command (perl, vi, or sed) is better
Hi I have apache log file around 7.6G and record half year Which program/command (perl, vi, or sed) is better to extract the data by date? and finally I can remove that big file and still keep the record. I have problem when using vi and it uses up the server memory Thank you for your help __________________________________________________________________ Get a sneak peak at messages
2012 Mar 08
3
[LLVMdev] Introducing julia, and gauging interest in a julia BOF session at the upcoming LLVM conference in London
...the goodies it brings. We are really looking forward to integrating polly, GPU, autovectorization capabilities, etc. Julia has been in development by a core group consisting of our compiler writer Jeff Bezanson, with Stefan Karpinski and myself contributing the runtime and libraries, and Prof. Alan Edelman focussing on numerical accuracy. We do look forward to meeting with all the folks behind LLVM and the community at large. Julia was quietly announced in the release notes of LLVM 3.0. It was officially announced only recently in a blog post on Feb 14, 2012. Our "Why Julia" blog post link...
2002 Sep 09
1
Monotonic interpolation
Has anyone got a function for smooth monotonic interpolation of a univariate function? I'm after something like the NAG function PCHIM which does monotonic Hermite interpolation. Alternatively, montononic cubic spline interpolation. Please reply directly. Rob Hyndman ___________________________________________________ Rob J Hyndman Associate Professor & Director of Consulting
2000 Jul 28
1
UNIX/NT Account Creation Scripts?
Hi: We're running Samba on a Unix machine which is a member of the NT domain. This has several interesting ramifications involving UIDs and passwords (I've listed those below). But this is my basic question: Does anyone have any scripts they use across UNIX and NT to create user accounts? I have access to rsh and adduser.pl with the NT Resource Kit, so presumably I could write
2008 Jun 02
0
Missing "spline_coef" DLL and Rob Hyndmans monotonic interpolator
...c <- c(cc,c1);z$d <- c(dd,d1) z } hyman.filter <- function(z) # Filters cubic spline function to yield co-monotonicity in accordance # with Hyman (1983) SIAM J. Sci. Stat. Comput. 4(4):645-654, z$x is knot # position z$y is value at knot z$b is gradient at knot. See also # Dougherty, Edelman and Hyman 1989 Mathematics of Computation # 52: 471-494. (c) Simon N. Wood { n <- length(z$x) ss <- (z$y[2:n]-z$y[1:(n-1)])/(z$x[2:n]-z$x[1:(n-1)]) S0 <- c(ss[1],ss) S1 <- c(ss,ss[n-1]) sig <- z$b ind <- (S0*S1>0) sig[ind] <- S1[ind] ind <-...
2004 Sep 28
0
Understanding codecs and transcoder
Hi guys, This is my first post in this list. I'm newbie with Asterisk and VoIP technology. First, this is my scenario: - Asterisk server (asterisk-1.0.0) - Cisco router connected to PSTN I've got redirected incoming call from extension 532x from Cisco to Asterisk server. Asterisk server H.323 channel receive the routed call from Cisco, and it launch the following dial plan: