search for: dti

Displaying 20 results from an estimated 48 matches for "dti".

Did you mean: _ti
2009 May 07
1
data transformation using gamma
...[1]  1 12 > dim(bhall) [1]  1 12 > trans_dt <- function(dt,a,b) + { n1 <- ncol(dt) +   n2 <- length(dt) +   trans  <- vector(mode='numeric', length=n2) +   dim(trans) <- dim(dt) +   for (i in 1:n1) +   {  dt[,i] <- as.vector(dt[,i]) +      trans[,i] <- transform(dti,newdt=pgamma(dti,shape= a[1,i],scale=b[1,i])) } +   trans + } > trans_dt(dp1,ahall,bhall) Error in transform(dti, newdt = pgamma(dti, shape = a[1, i], scale = b[1,  :   object "dti" not found and also try trans_dt <- function(dt,a,b) { n1 <- ncol(dt)   n2 <- length(dt)   t...
2011 Jul 17
1
How to speed up interpolation
df is a very large data frame with arrival estimates for many flights (DF$flightfact) at random times (df$PredTime). The error of the estimate is df$dt. My problem is that I want to know the prediction error at each minute before landing. This code works, but is very slow, and dominates everything. I tried using split(), but that rapidly ate up my 12 GB of memory. So, is there a better R way of doing this? T...
2008 May 19
0
New package dti
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 dti is a new contributed package for R, that implements functions for smoothing Diffusion-weighted MR data with structural adaptive smoothing methods. Version 0.5-2 contains functions for smoothing DW data in the context of the Diffusion Tensor Model and for visualization of Diffusion Tensor Data and...
2008 May 19
0
New package dti
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 dti is a new contributed package for R, that implements functions for smoothing Diffusion-weighted MR data with structural adaptive smoothing methods. Version 0.5-2 contains functions for smoothing DW data in the context of the Diffusion Tensor Model and for visualization of Diffusion Tensor Data and...
2013 Sep 30
1
[LLVMdev] [patch] Prototype/proof-of-concept for DWARF type units
This isn't a realistic/viable implementation, just a hacked up "can I make it produce the right output" kind of thing, but while I hammer out a few more details (like fixing MC to allow multiple sections with the same name but different comdat groups) I figured I'd throw it out there to have a bit of a chat about it. I've tested simple cases of a single type and they seem to
2004 Oct 22
5
theora-mmx_on_win32?
..._int16_t*)align_tmp; --- > ogg_int16_t *const temp= (int16_t*)align_tmp; but outputs seem terribly broken. -> ex. http://mycomputer.cc/temp/mmx-out.ogg GCC version is 3.4.2. $ gcc --version gcc.exe (GCC) 3.4.2 (mingw-special) Can anyone help me ? -- TSUJIYAMA Akihiko <akihico@mars.dti.ne.jp>
1997 Mar 31
5
UK Encryption ban legislation {from: [comp.risks] RISKS DIGEST 18.95}
...subscribers of these lists; it would effectively ban a lot of security-related tools that many of use now find indispensable, e.g. ssh, pgp. ------- Start of forwarded message ------- Date: 21 Mar 1997 10:11:57 GMT From: rja14@cl.cam.ac.uk (Ross Anderson) Approved: R.E.Wolff@BitWizard.nl Subject: DTI proposals on key escrow The British government''s Department of Trade and Industry has sneaked out proposals on licensing encryption services. Their effect will be to ban PGP and much more besides. I have put a copy on http://www.cl.cam.ac.uk/users/rja14/dti.html as their own web server a...
2013 Feb 15
10
reading data
Hi, #working directory data1 #changed name data to data1.? Added some files in each of sub directories a1, a2, etc. ?indx1<- indx[indx!=""] lapply(indx1,function(x) list.files(x)) #[[1]] #[1] "a1.txt"??????? "mmmmm11kk.txt" #[[2]] #[1] "a2.txt"??????? "mmmmm11kk.txt" #[[3]] #[1] "a3.txt"??????? "mmmmm11kk.txt" #[[4]] #[1]
2017 May 30
2
member domain idmap config ad/rid
> > Simple answer: > Administrator, No > Domain Admins, Yes Ok. It was already that way. root at fileserver:/etc/samba# getent group ... domain admins:x:10004: domain users:x:10000: dap:x:10003: dti:x:10001: For some reason with the administrator user is not working, I put my user as domain admin and include him as a member of unix and now I can access the security tab. http://i.imgur.com/tNBj8dal.png root at fileserver:/etc/samba# getent passwd elias.pereira elias.pereira:*:10001:10000:Eli...
2009 Jan 23
2
R for Computational Neuroscience?
Hi all, I've noticed that many computational neuroscience research groups use MATLAB. While it's possible that MATLAB may have some features unavailable in R, I suspect that this may instead simply be a case of costly tradition, where researchers were taught MATLAB as students and pay for it as researchers because it's all they know. I'd like to attempt to break the cycle by
2005 Jun 11
4
PRI Trouble
Out of the blue i started receiving the following error on my PRI line which connects my asterisk server to a Norstar 0x32 key system. The asterisk zaptel.conf file was configure as follows and this config worked for 6 months until friday. Nothing was changed on either system prior to friday. here is teh zaptel.conf span=1,0,0,esf,b8zs bchan=1-23 dchan=24 span=2,0,0,esf,b8zs bchan=25-47 dchan=48
2011 Jun 17
1
gluster fuse disk state problem (reproducible )
...ame problems as: http://gluster.org/pipermail/gluster-users/2011-June/007980.html and http://gluster.org/pipermail/gluster-users/2011-May/007697.html Recently I installed Glusterfs 3.2.0 on four workstations which share a total of 28TB of disk-space between them for batch processing of FMRI and DTI data. Had the same setup between three workstations and 9TB with Glusterfs 3.0.4 for over a year, but the hard-disk pool was to small. The three "old" workstations from the old cluster and two more will also access the 28TB pool. OS: Scientific Linux 6 Glusterfs 3.2.0 and 3.2.1 compiled...
2004 May 20
4
pmvt problem in multcomp
...NaN 3 0 0 -7.01661e-14 0.000000e+00 4 0 0 0.00000e+00 3.362133e-11 [1] "glsp" aaa1 aaa2 aaa3 aaa4 NaN NaN NaN NaN Error in if (glsp[i] < glsp[i - 1]) { : missing value where TRUE/FALSE needed Execution halted --------------------------------- -- kuroki at oak.dti.ne.jp GnuPG fingerprint = 90FD FE79 905F 26F9 29C4 096F 8AA2 2C42 5130 1469
2011 May 15
5
Question on approximations of full logistic regression model
Hi, I am trying to construct a logistic regression model from my data (104 patients and 25 events). I build a full model consisting of five predictors with the use of penalization by rms package (lrm, pentrace etc) because of events per variable issue. Then, I tried to approximate the full model by step-down technique predicting L from all of the componet variables using ordinary least squares
2017 May 30
0
member domain idmap config ad/rid
...ail.com> wrote: > > > > Simple answer: > > Administrator, No > > Domain Admins, Yes > > > Ok. It was already that way. > > root at fileserver:/etc/samba# getent group > ... > domain admins:x:10004: > domain users:x:10000: > dap:x:10003: > dti:x:10001: > > For some reason with the administrator user is not working, I put my > user as domain admin and include him as a member of unix and now I > can access the security tab. > > http://i.imgur.com/tNBj8dal.png > > root at fileserver:/etc/samba# getent passwd elias...
2003 Aug 20
0
Dialogic cards...
Are the dialogic DTI series cards supported in asterisk? I know there's standard API, but I don't know if it supports only the cards listed on the digium site, or if it will support ALL dialogic cards.. Sorry, I *AM* a newbie to this stuff, just trying to get my hands on a good card. Thanks. -------------- n...
2004 Jan 08
1
Nortel Option 61C PBX?
Anyone interfaced * to the Nortel option 61c pbx via T1's, pri, etc? Need to begin planning the implementation, purchase cards, etc. Any recommended approaches, configuration problems, etc? Off-list is fine if you'd like. Rich radamson @ routers . com
2004 Aug 27
0
Hangup() doesn't always when talking to Nortel Norstar over CT1 E &M wink-start trunk line?
...Hangup when talking to my Norstars over channelised T-1 E&M trunk lines - it's been present since I started to fiddle with Asterisk last December and it's still present in 'Asterisk CVS-HEAD-08/13/04-10:37:13'. Specifically, when a call is connected to Asterisk from the Norstar DTI card to my T100p I get the following conditions depending on the dialplan: exten => _6869,1,Hangup ; T1 channel stays up on the Norstar, but silent. ; -vvv says: -- Hungup 'Zap/24-1' ; show channels says: 0 active channel(s) exten => _6869,1,Answer exten => _6869,2,Hangup...
2005 Sep 01
0
RE: Asterisk with Meridian1 option11 in the UK
...s a NTBK50AA 2mbPRI (E1)) with a asterisk server (TE110P card) however we are experiencing problems in the communication between the two. The pin outs are as follows PRI CARD PINS (rj45) 1 w/orange 2 orange 3 4 blue 5 w/blue 6 7 8 NTBK50AA has a Telco 50 connector PROVIDER PINS - as per the op11 DTI/PRI install/maint manual 48 blue 24 w/orange 23 orange 49 w/blue Any help will be greatly appreciated Thanks Chandra Mistry
2006 Nov 16
1
asterisk billing software
My company has recently purchased AgileBill/AgileVoice and have had numerous problems getting it up and running. We submitted support tickets within our 30 day "trial period", of which only a few were resolved. As of right now, their software is crashing when it attempts to provision new accounts, and nobody has gotten back to us about this... FOR THREE WEEKS! Is there anyone else