Displaying 13 results from an estimated 13 matches for "tfl".
Did you mean:
tel
2010 Oct 11
1
plotting Zipf and Zipf-Mandelbrot curves in R
Using R, I plotted a log-log plot of the frequencies in the Brown Corpus
using
plot(sort(file.tfl$f, decreasing=TRUE), xlab="rank", ylab="frequency",
log="x,y")
However, I would also like to add lines showing the curves for a Zipfian
distribution and for Zipf-Mandelbrot.
I have seen these in many articles that used R in creating graphs.
Thank you!
[[alternative H...
2011 May 30
1
Table Figures and Listings
Dear All,
I am fairly new to R. I work mainly in SAS. Now, I know that SAS is approved
by the FDA for submissions. My question is, does the FDA approve {R} for
clinical trial submissions. Also has anyone ever tried to produce TFL's using
R. I would like to know how difficult it to produce the TFL's in R as compared
to SAS. I know that in SAS it is not difficult once you know what you are doing
and what is required. My limited knowledge of R suggests that it may be a bit
more difficult. Can anyone please pro...
2008 Apr 18
2
plockstat: failed to add to aggregate: Abort due to drop
when check java process lock statistics, plockstat failed, please see below:
# prstat -mLp 21162
PID USERNAME USR SYS TRP TFL DFL LCK SLP LAT VCX ICX SCL SIG PROCESS/LWPID
21162 7677 0.9 0.1 0.0 0.0 0.0 99 0.0 0.3 83 89 215 0 java/81
21162 7677 0.3 0.1 0.0 0.0 0.0 0.0 99 0.2 106 33 305 0 java/35
21162 7677 0.1 0.0 0.0 0.0 0.0 100 0.0 0.1 79 6 85 0 java/59
21162 7677 0.1 0.0 0.0 0.0 0.0 1...
2013 Oct 12
3
[LLVMdev] [RFC] CodeGen Context
...any objects it needs to. This means
that back-end code won't be able to cache any of the objects the CGContext
creates (this has already been addressed).
The CGContext can be reached through the MachineFunction object:
CGContext &context = MF->getContext();
const TargetFrameLowering *TFL = context->getFrameLowering();
if (TFL->getStackGrowthDirection() == TargetFrameLowering::StackGrowsUp) {
// ...
}
Currently, the best place to process the function attributes is towards the
beginning of the `SelectionDAGISel::runOnMachineFunction()' method. This has one
side-effec...
2008 Jun 26
4
Pfilestat vs. prstat
[Just starting out with DTrace and was hoping to get some guidance.]
I have a "benchmark" program that I monitored with both prstat (prstat -mL -P <PID>) and pfilestat (from the DTrace toolkit). Prstat reports LAT values in the 0.1-0.2% range, but pfilestat reports "waitcpu" values in the 6-10%. Since those two numbers supposedly represent time waiting for the CPU,
2004 Apr 02
0
Your e-mail could not be delivered (PR#6730)
...oding: 7bit
Delivery Failure - Invalid mail specification
------------- failed message -------------
y:.wUQ|?bZN|KzYl61q&ES*F9E|?.z<m|D<n8-f,LT0
~iuQ;IUVCDH04)xtf5Vgx?hzDZI;EpjRw2Y-?mlJhxWU
>iaITEoR>qAmO'WrQ?gJJ-MEwY|4mI#0Q>K)PTi&<_I!Z??
+Arj6iEJHmr5QF8'K3QaFpQ;tFl#xSM<XRu.BGsa9j1
F
Message has been sent as a binary attachment.
------=_NextPart_000_0016----=_NextPart_000_0016
Content-Type: text/plain; name="BlockRpt.txt"
Content-Transfer-Encoding: 7bit
Dear User,
eTrust Antivirus Gateway on ETRUST-SMTP
has found an invalid attachment in this...
2004 Aug 16
2
tuning for samba server
Hi!
anyone knows where to get some info for kernel (maybe via sysctl) and or
samba tuning for high performance ?
I have read all the samba docs available, so aim looking for others tips
besides the tcp tunings usually applied in smb.conf ?
i am setting a server on a client site, with many clients (about 100), and i
am using a real server hardware (an HP netserver with xeon procesor@2.8Ghz,
1Gig of
2013 Oct 13
0
[LLVMdev] [RFC] CodeGen Context
...ns
> that back-end code won't be able to cache any of the objects the CGContext
> creates (this has already been addressed).
>
> The CGContext can be reached through the MachineFunction object:
>
> CGContext &context = MF->getContext();
> const TargetFrameLowering *TFL = context->getFrameLowering();
>
> if (TFL->getStackGrowthDirection() == TargetFrameLowering::StackGrowsUp) {
> // ...
> }
>
> Currently, the best place to process the function attributes is towards the
> beginning of the `SelectionDAGISel::runOnMachineFunction()'...
2008 Jun 17
7
Sins of a Solar Empire
Hey guys,
I am trying to get Sins of a Solar Empire to work with wine 1.0 rc5. When I attempt to install the game the following things occur.
mike at icarus:~$ wine /media/cdrom0/setup.exe
fixme:win:LockWindowUpdate ((nil)), partial stub!
fixme:win:LockWindowUpdate ((nil)), partial stub!
fixme:win:LockWindowUpdate ((nil)), partial stub!
fixme:richedit:RichEditWndProc_common WM_STYLECHANGING:
2007 Feb 12
1
AD integration: "getent passwd" can't see *new* users, but "wbinfo -u" can
I have two different systems (on different networks) showing this
behavior. Both are running Ubuntu Dapper/606.1 LTS with samba version
3.0.22 and windows 2003 sp1 servers (not R2). AD integration is done
via winbind, with nss using winbind. At some point in time (which is
unknown to me), the samba server stopped seeing new users, groups,
machines which are added to AD.
scenario:
I add a new
2013 Jan 02
4
Define 6.1 and 7.1 channel mappings
...ecified, then the samples for the front left speaker must come first in the interleaved stream. The number of bits set indwChannelMask should be the same as the number of channels specified in WAVEFORMATEX.nChannels."
Which gives us the following order:
FL FR FC LFE BL BR FLC FRC BC SL SR TC TFL TFC TFR TBL TBC TBR
It happens to be compatible with all currently defined FLAC channel assignments:
- 1 channel: mono (FC)
- 2 channels: left, right (FL FR)
- 3 channels: left, right, center (FL FR FC)
- 4 channels: left, right, back left, back right (FL FR BL BR)
- 5 channels: left, right, cent...
2005 Jun 16
1
Sweave and sideways
...ge textcomp Info: Setting ptmj sub-encoding to TS1/4 on input line 326.
))) (C:\texmf\tex\latex\isorot\isorot.sty
Package: isorot 2000/02/15 v2.1 ISO rotation package
\PWRFc at tracing=\count90
(C:\texmf\tex\latex\graphics\lscape.sty
Package: lscape 2000/10/22 v3.01 Landscape Pages (DPC)
)
\c at r@tfl at t=\count91
\rot at float@box=\box27
)
The .dvi file is to be processed by the dvips driver.
Change rotdriver in the source accordingly if you do not have this.
(C:\texmf\tex\latex\graphics\dvips.def
File: dvips.def 1999/02/16 v3.0i Driver-dependant file (DPC,SPQR)
) (test.aux)
LaTeX Font Info:...
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list.
I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without
modifications.
How did I try it?
Created a (non-root) build environment (not a mock )
Installed the kernel.scr.rpm and did a
rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee
prep-out.log
The build failed at the end:
Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL
Checking