search for: tin

Displaying 20 results from an estimated 398 matches for "tin".

Did you mean: in
2013 Jan 25
5
Loop question?
Dear All   I have the following data (somewhat simplyfied):   TINF <-1 a <-c(500,750,1000,1250,1500,1750,2000) b <-c(8,12,18,24,36,48,60,72,96)   following function:   infcprodessa <-function (D, tin, tau, ts)   (D * (1 - exp(-0.048 * tin))/(tin * (0.048*79) * (1 - exp(-0.048 * tau)))) * exp(-0.048 * (ts - tin)) z <-sapply(1:1, function(n) infcpr...
2008 Oct 15
1
investigating interaction term for a model of Gross Primary Productivity
I am trying to investigate the interaction term in the below. The paradigm in aquatic systems is that algal production is either nitrogen (TIN) or Phosphorus limited, and I am trying to investigate this- what is the best way to go about investigating the interaction term. I have some thoughts on the above, but I will withhold them to see what others think. Thanks for your help. d <- (structure(list(d.GPP = c(1.213695235, 3.81731382...
2007 Jul 16
1
R:Re: Can''t migrate domains
...e set by me. but my target machine is a fedora5 I''m using only to test migration. Since fedora was already installed for other purposes, there are some rules in iptables.... the only line with target "REJECT" is: target prot opt in out source destination REJECT all -- any any anywhere anywhere reject-with icmp-host- prohibited it''s set either in the INPUT chain and the FORWARD chain. all other rules have target "ACCEPT" so I think they can''t do anything bad... Unfortunately...
2012 Dec 17
3
simplifying code
Dear All,   I was wondering if you could help me with the following: I have the code:   tin <-0.5 tau <-24 output0 <-10 TIMELOW <-tin TIMEHIGH <-1*tau TIME1 <-c(seq(TIMELOW,TIMEHIGH, by = sign(TIMEHIGH-TIMELOW)*(tau-tin)/3))   then I would like to calculate:   cp1 <-output0*exp(-0.3*TIME1[1]) cp2 <-output0*exp(-0.3*TIME1[2]) cp3 <-output0*exp(-0.3*TIME1[3]) cp4...
2003 Aug 14
1
Contouring irregular xyz data via TIN
Dear, I have XYZ data available in a MySQL database. I get it out, can plot the data with the plot() function, load it into a geoR datastructure. But what I actually would like to do is a simple contouring of the data based on a no Kriging interpolation such as TIN based. I know the first thing I shold do is interpolate a full matrix for the region I have my points for, then contour should do its work. Any idea which function can be used for XYZ interpolations, maybe/hopefully based on a Delaunay triangulation in combination with linear or spline interpo...
2010 Jul 12
2
Xyplot or Tin-R problem?
I ran the following script from xyplot Examples using Tin-R on Windows and saw no plot produced. EE <- equal.count(ethanol$E, number=9, overlap=1/4) xyplot(NOx ~ C | EE, data=ethanol, prepanel = function(x,y) prepanel.loess(x, y, span=1), xlab="Compression Ratio", ylab="NOx (micrograms/J)", panel = function(x,y) {...
2006 Apr 02
5
Asterisk 2.0 Where to download
Hello All I read in www.sineapps.com have Asterisk 2.0 rewritten C# and run on windows, any body could be mail or send to me URL to download. Thanks Tin Trung Nguyen Technical Team Mobile: 084-91.365.4857 website: www.daivietcontrol.net -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060402/eca3b9e2/attachment.htm
2004 Jun 11
1
ROC for threshold value, biometrics
...rom normal to pathological state for each biological data. How can I step in procedue to get a cut-off value (threshold) for each variable? I think I should try by ROC. But I'm not sure. If so, someone can lead me? If not, someone can advice me how ? Any advice will be cordially aprreciated. Tin Tin Htar Myint Research assistant Liver unit Jean Verdier Hospital, Bondy France
2008 Sep 24
2
lattice xyplot symbols instead of colors and legend matching plot symbols or colors
...9, 6.1, 9.2, 11, 1.2, 1.3, 11, 8.5, 13, 4.4, 1.4, 2.1, 25, 9.3, 6.1, 1.6, 1.5, 24, 9.6, 1.8, 1.4), Iron = c(0.74, 0.54, 0.23, 0.13, 0.4, 0.13, 0.15, 0.58, 0.38, 0.22, 0.13, 0.07, 0.32, 0.26, 0.86, 0.13, 0.09, 0.58, 0.35, 0.59, 0.33, 0.19, 0.21, 0.81, 0.34, 0.31, 0.07, 0.16, 0.54, 0.36, 0.13, 0.07), TIN.TP = c(3.117647059, 2.736842105, 2.25, 22, 3, 2.428571429, 6.428571429, NA, NA, 2.384615385, 3, NA, 3.25, NA, 3.166666667, 9, 23, 3.5, 11, 3.916666667, 3.4, 3.444444444, 8.75, 2.733333333, 3.583333333, 2.75, 17, NA, 2.933333333, 2.533333333, 2.5, 11), RiverMile = c(148L, 179L, 185L, 202L, 179L, 185...
2013 Apr 21
1
lsoda question from deSolve package
Dear List, Wonder if you have some thoughts on the following question using lsoda in desolve: I have the following data and function: require(deSolve) times <- c(0:24) tin  <- 0.5 D <- 400 V    <- 26.3 k <-0.056 k12  <- 0.197118 k21  <- 0.022665 yini <- c(dy1 = 0,dy2 = 0)  events <- data.frame(var = "dy1",time = c(10,15),value = c(200,100),method = "add") pkmod <- function(t, y, p) {   if (t < tin) R <- (D/tin) els...
2003 Dec 17
1
repeated measures aov problem
...ow I can't figure out a solution. Trying to calculate an ANOVA with one between subject factor (group) and one within (hemisphere). My dependent variable is source localization (data). My N = 25. My data.frame looks like this: > ML.dist.stack subj group hemisphere data 1 1 tin left 0.7460840 2 2 tin left 1.0300600 3 3 tin left 0.8026865 <<SNIP>> 47 22 con rigth 0.6808010 48 23 con rigth 1.2291490 49 24 con rigth 2.0930595 50 25 con rigth 1.5631695 > str(ML.dist.stack) `data.frame': 50 o...
2013 Jan 03
1
R2OpenBUGS question with differential equations
...e-5)   out[-1,2] } objectfunc <- function(par) {   out <- modelfunc(Input$time, par[1], par[2], par[3])   gift <- which( Input$lev != 0 )   sum((Input$lev[gift]-out[gift])^2) }        gen <- genoud(objectfunc,nvars=3,max=FALSE,pop.size=10,max.generations=100,wait.generations=100, starting.value=c(40,8,12),BFGS=FALSE, print.level=0,boundary.enforcement=0,Domains=matrix(c(0,0,0,100,100,100),3,2),MemoryMatrix=TRUE) outgen<-c(gen$par[1],gen$par[2],gen$par[3]) opt<-optim(c(gen$par[1],gen$par[2],gen$par[3]),objectfunc,method="Nelder-Mead")  outopt<-c(opt$par[1],opt$pa...
2005 May 08
2
Sangoma card !
Hello All ! i'm purchased sangoma card A-101. i connect to E1 with MF/R2 signalling. but card don't work. negotiation with E1 fail. please help me to correct it. i dont' know some parameters such as: MTU, BAUDRATE Thanks Tin Trung -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050509/e0753093/attachment.htm
2003 Jan 06
1
Problem with some applications
...problems, when I install them on a samba share I get the following error: Unable to register g:\<path to>\ONWDB.dll Other applications do work correct... Any ideas or more info needed? greetz Hans -- Hans Scheffers http://www.jiffie.nl/stamboom/ Croll's Query: If tin whistles are made of tin, what are foghorns made of? Linux Kernel 2.4.18-19 on a i686 - userid 282784 @ http://counter.li.org
2003 Nov 18
8
Samba Setup
Hi Group, What is the indication on my samba server if it is successfully added to a native mode active directory environment? Thanks, Gerald __________________________________ Do you Yahoo!? Protect your identity with Yahoo! Mail AddressGuard http://antispam.yahoo.com/whatsnewfree
2005 Apr 02
2
Amount of memory under different OS
Hi, I have a problem: I need to perform a very tough analysis, so I would like to buy a new computer with about 16 GB of RAM. Is it possible to use all this memory under Windows or have I to install other OS? Thanks, Marco
2010 Mar 02
1
copying differences to different directory
...onfusing subject line. i couldn't think of a better way to say it. i'm wondering if rsync can perform the following action: Compare contents of Directory A (master) to Directory B and copy any differences from Directory A to Directory C (example below) Directory A: foo bar biz nis sum tin Directory B: foo biz nis sum Directory C: (empty prior to rsync operation) bar tin (both bar and tin copied from Directory A) Any assistance that can be provided will be, of course, very appreciated. --john
2000 Jun 19
0
Samba over a PPP connection
...server correctly but cannot "see" unix folder called "G:"; the same portable computer, over direct LAN connection it usually "see" perfectly. Do you have suggestions to solve this problem? Please reply as short as possible. Best regards. Zonca Marco (zoncatan@tin.it) CSA Information Technology S.r.l. via Cividale, 5 34076 Romans d'Isonzo GO - Italy p.i. 00557890316 * tel.: 0481 909130 * fax.: 0481 909366 * cell.: 0348 2868641 * email: csainfo@tin.it * web: http://web.tin.it/csa ( visitateci in Internet: listino prezzi computer...
2002 May 20
1
Samba encrypt passwd -additional info
Hi, The following transcript may be of help in finding what's wrong. [root@star samba]# smbclient -L star -N added interface ip=192.168.1.1 bcast=192.168.1.255 nmask=255.255.255.0 Anonymous login successful Domain=[MYGROUP] OS=[Unix] Server=[Samba 2.2.1a] Sharename Type Comment --------- ---- ------- tmp Disk Temporary file
2004 Apr 10
3
Kerberos and Samba
...h ldap. Their home reside on the afs cell, which allows r/w access since it releases a token from the k5 ticket. All macosx clients can login as well... but what about windows? ^___^;;; I've been sent here from a kerberos group, telling me samba could be useful. I'd like to avoid creating windows users on every windows client... and I know I can set up an AD server, creating users on kerberos/afs/ldap AND the same users on AD... quite long... Is samba of any use? Can I grant tickets and tokens via samba, mapping windows home directories on the afs home dir? This information can b...