Displaying 20 results from an estimated 2015 matches for "eps".
Did you mean:
aps
2005 Nov 18
2
How analyze performance (buffering) problems ?
Hello,
I'm looking for a method to track stream performance problems, I mean :
why does listeners got buffering ?
We are using two "front relay" that are hosted by differents providers.
The front relays are connected to our main server (which encode) that is
using two ADSL connections from two differents providers.
How can I do to know if there is a problem between "Front relay
2004 Aug 06
1
Bandwidth & Cost for broadcasting
Hello Nicolas,
Sunday, April 6, 2003, 2:42:36 PM, you wrote:
NB> Hello EISELE,
NB> Sunday, April 6, 2003, 11:32:59 AM, you wrote:
EP>> Hi,
EP>> I'm CTO for a new Techno/Trance Radio named Let's Go Zik
EP>> (http://www.letsgozik.com) and i'm looking for the cheapest solution to
EP>> broadcast. For the moment, we're using Live356 for relaying our
2004 Aug 06
2
Bandwidth & Cost for broadcasting
Hi,
I'm CTO for a new Techno/Trance Radio named Let's Go Zik
(http://www.letsgozik.com) and i'm looking for the cheapest solution to
broadcast. For the moment, we're using Live356 for relaying our stream.
It's quite good but a little bit too cheap and not handy (they do not
provide multiple bitrate relay, ...). This is why I'm starting a new
study. Everyone can help us by
2009 Sep 04
3
eps file with embedded font
Dear list,
I am trying to make eps file with embedded font.
I use:
postscript("ranking-exp-all.eps", horizontal=TRUE, onefile=FALSE,
paper="special", height=8, width=12, family="Helvetica")
# plot stuff
dev.off()
since R does not embed font, I then use:
embedFonts(file="indegdistr.eps", ou...
2003 Oct 08
4
Unpredictable EPS->PDF rotation (PR#4460)
Dear r-bugs,
When I create EPS files, they sometimes appear rotated in my LaTeX PDF
document and sometimes they don't. Two examples:
## x1.eps is not rotated in LaTeX
x <- seq(-1, 1, length=100)
postscript("c:/x1.eps", height=3, width=4,
horizontal=FALSE, onefile=FALSE, paper="special")
plo...
2004 Aug 06
0
Bandwidth & Cost for broadcasting
Hello EISELE,
Sunday, April 6, 2003, 11:32:59 AM, you wrote:
EP> Hi,
EP> I'm CTO for a new Techno/Trance Radio named Let's Go Zik
EP> (http://www.letsgozik.com) and i'm looking for the cheapest solution to
EP> broadcast. For the moment, we're using Live356 for relaying our stream.
EP> It's quite good but a little bit too cheap and not handy (they do not
EP>
2011 Jun 23
1
Saved EPS does not match screen when using bquote(.(i))
Here's a fairly minimal-case example in which the saved EPS does not match
the screen. The error comes when using bquote(.(i)) instead of bquote(1), as
demonstrated by the two minimally different cases below. Very strange. Any
clues as to why?
#---------------- begin -------------------
# Version A. X axis labels have subscripts as constants. EPS is corre...
2011 Aug 30
2
Multivariate Normal: Help wanted!
I have the following function, a MSE calc based on some Multivariate normals:
MV.MSE<-function(n,EP,X,S){
(dmvnorm(X,mean=rep(0,2),I+S+EP)-dmvnorm(X,mean=rep(0,2),I+S))^2
+
1/n*(dmvnorm(X,mean=rep(0,2),1+S+EP/2)*det(4*pi*EP)^-.5-
(dmvnorm(X,mean=rep(0,2),I+S+EP ))^2)}
I can get the MV.MSE for given values of the function e.g
2006 Apr 23
2
distribution of the product of two correlated normal
Hi,
Does anyone know what the distribution for the product of two correlated
normal? Say I have X~N(a, \sigma1^2) and Y~N(b, \sigma2^2), and the
\rou(X,Y) is not equal to 0, I want to know the pdf or cdf of XY. Thanks
a lot in advance.
yu
[[alternative HTML version deleted]]
2012 Feb 21
1
Why cant my S4 class have a slot named `C`?
...as throwing me for a loop for quite some time until I
played with the names of the slots.
Consider exhibit A:
==============
setClass("SVM",
representation=representation(
x='numeric',
y='numeric',
C='numeric',
eps='numeric'),
prototype=prototype(
x=numeric(),
y=numeric(),
C=numeric(),
eps=numeric()))
SVM <- function(x, y, C, eps) {
new("SVM", x=x, y=y, C=C, eps=eps)
}
And now a call to my "constructor"
R> SVM(1:10, 1:...
2013 Jun 24
2
[bug] Syslinux-5.11-pre2: IPAPPEND/SYSAPPEND inconsistent base
core and the simple menu do not interpret the IPAPPEND/SYSAPPEND
directives in the same way. Which is the proper way? Either way,
this should be clarified in the documentation.
com32/elflink/ldlinux/readconfig.c:
} else if ((ep = looking_at(p, "ipappend")) ||
(ep = looking_at(p, "sysappend"))) {
uint32_t s = strtoul(skipspace(ep), NULL,
2005 Mar 02
3
orientation of eps files
hello,
i have a problem with the orientation of eps files produced with the postscript() command. i have generated some eps files with R using:
postscript(file = filename, horizontal = FALSE, paper = "special", onefile = F
ALSE, height = height, width = width, pointsize = pointsize)
now, when i include these eps files into a standard pap...
2006 Oct 10
3
eps embedded fonts again
Dear friends,
I am sorry, I again rise that boring question about font embedding in
EPS figure.
I found some discussions on this topic but there were no strait solution.
The publisher (AIP) demands submission of separate EPS file
for each figure with all fonts embedded in it (even the standard
14 Adobe fonts).
As I understand the R does not do this embedding. It inserts only
commen...
2004 Jul 06
3
H323 channel
Hello everybody,
my * box is connected to gnugk with H323 channel. If I call from an H323
EP to SIP EP (GS HandyTone or Xlite), when callee is picking up, audio
start but noisy (scratch) , then became ok for callee (SIP EP) but still
scratching on H323 EP. Now I stop/start asterisk, call from SIP to H323
EP and it's ok. And from now, it's also ok when H323 EP call SIP one's!
No
2003 May 27
3
0 margin for creating eps files
Dear all,
I am trying to create eps files of R plots (in Linux) so that I can import them into Word
(obviously in MS Windows). What I would like is for the files to be cropped so that there is no
margin around the actual plot, because I have no way of editing the files after they have been
created. I have tried using
par(mai=c(.75,....
2010 Feb 24
4
R Graphics into Latex
Hi,
I'm new in Latex and I'm trying to include an R chart into a Latex document.
This is what I'm doing:
1) In R: save the chart as a a Postcript in a folder C:/xxx/Density.eps
2) In Latex (using TexWorks on windows xp) :
In the preambule:
\documentclass[11pt]{article}
\usepackage{graphicx}
\begin{document}
blah..blah…blah
\begin{figure}
\centering
\includegraphics{C:/xxx/Density.eps}
\label{fig:Density}
\end{figure}
--This is the Error Message I'm getting:
LaT...
2003 Apr 02
2
Two questions
Hi all
Two questions:
1. I note that help for the postscript device claims "The
postscript produced by R is EPS (Encapsulated PostScript)
compatible...". It does not say it is EPS *compliant*.
Indeed, the EPS produced by R includes a \showpage command
which I believe (not that I'm an expert!) non-standard EPS.
My question: Is there any reason why it is EPS compatible,
but not compliant? (I a...
2005 Apr 26
2
postscript (eps) / latex / par(mfg=...) / problem!
The same problem I am having has been reported here
http://tolstoy.newcastle.edu.au/R/devel/04a/0344.html
Namely that using par(mfg=...) with a postscript (eps) for inclusion with
latex makes the figure appear upside down and back to front (flipped)!
Converting the dvi to ps makes matters worse (the eps seems to be broken),
however, it appears fine with gv.
Here is (basically) the code I am using...
>dat <- read.table("x.dmp", header=1)...
2005 Apr 26
2
postscript (eps) / latex / par(mfg=...) / problem!
The same problem I am having has been reported here
http://tolstoy.newcastle.edu.au/R/devel/04a/0344.html
Namely that using par(mfg=...) with a postscript (eps) for inclusion with
latex makes the figure appear upside down and back to front (flipped)!
Converting the dvi to ps makes matters worse (the eps seems to be broken),
however, it appears fine with gv.
Here is (basically) the code I am using...
>dat <- read.table("x.dmp", header=1)...
2005 Apr 14
0
predict.glm(..., type="response") dropping names (and a propsed (PR#7792)
...+++ R-beta-fix/src/library/stats/R/family.R 2005-04-14
08:30:03.000000000 -0400
@@ -25,9 +25,9 @@
else if(!is.character(link) && !is.na(lambda <- as.numeric(link))) {
linkfun <- function(mu) mu^lambda
linkinv <- function(eta)
- pmax(.Machine$double.eps, eta^(1/lambda))
+ pmax(eta^(1/lambda), .Machine$double.eps)
mu.eta <- function(eta)
- pmax(.Machine$double.eps, (1/lambda) * eta^(1/lambda - 1))
+ pmax((1/lambda) * eta^(1/lambda - 1), .Machine$double.eps)
valideta <- function(eta) all(eta&g...