Displaying 20 results from an estimated 48 matches for "dty".
Did you mean:
dtr
2009 May 07
1
data transformation using gamma
Hi R-users,
I have this code to uniformise the data using gamma:
> length(dp1)
[1] 696
> dim(dp1)
[1] 58 12
> dim(ahall)
[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])
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
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 anisotropy maps derived thereof. The tensor
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 anisotropy maps derived thereof. The tensor
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?
Hi. Has anyone tried http://svn.xiph.org/branches/theora-mmx this code on Win32 ?
I can compile it with very small modification,
304c304
< ogg_int16_t *const temp= (ogg_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
1997 Mar 31
5
UK Encryption ban legislation {from: [comp.risks] RISKS DIGEST 18.95}
I think this is an issue of serious interest to many of the 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
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.
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 )
I think I have the same 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
2004 May 20
4
pmvt problem in multcomp
Hi, all:
Two examples are shown below.
I want to use the multiple comparison of Dunnett.
It succeeded in upper case "example 1".
However, the lower case "example 2" went wrong.
In "example 2", the function pmvt return NaN, so I cannot show
this simtest result. Is there any solution?
(I changed the variable "maxpts" to a large number in front of
the
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
On Tue, 30 May 2017 17:19:04 -0300
Elias Pereira <empbilly at gmail.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
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
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?
I've noticed a problem with calls to 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
2005 Sep 01
0
RE: Asterisk with Meridian1 option11 in the UK
Hi,
The PBX recives alarms from the TE110p card and are mainly pointing at frame
errors and Loss of signal.
Asterisk is configured as
Zapata.conf
signalling=pri_cpe
switchtype=national
rxwink=250
channel => 1-15,17-31
Zaptel.conf .... This is what I need to know - the SPAN is currently set to
E3 - does anyone know what I need to use for a E1 ?
span=1,1,0,esf,b8zs
bchan=1-15,17-31 # set this
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