Displaying 20 results from an estimated 1000 matches similar to: "ellipse in pairs plot"
2004 Oct 31
2
samba 3.0.7 and os/2
Hello,
samba v3.0.7 on suse linux v9.1
os/2 v4.x
I have started the process of replacing our os/2 hosts with linux,
starting with the server(s). Most of the problems have been firewall
related, a topic only briefly discussed in the docs (nudge).
Some of the hosts can now interact with the linux samba shares; not all
though. I have run ip traces and have gotten to a point that is a
2016 Apr 29
1
libopus cross compile for bf537 runtime error releated to "-lopus"
Hello all!
I'm having trouble with a cross compiled libopus for an embedded
application and would like some help.
preamble:
embedded details:
processor: bf537
kernel: Linux release 3.0.8-ADI-2011R1-svn4693, build #2834 Fri
Apr 22 12:35:34 ADT 2016
toolchain: bfin-linux-uclibc-gcc release gcc version 4.3.5
(ADI-2011R1-RC4)
audio interface: ALSA
2013 Apr 30
1
Opus on DAB
Hi all
I know that this has been tested for one digital radio standard DRM+. I'm wondering if anyone has tried to test opus on the DAB digital radio system.
Peter
2013 Dec 06
2
Regarding installation of Raring Ringtail (13.04) (UBUNTU PACKAGE FOR R)
Dear Sir
Can't find /etc/apt/sources.list file please help.
When I tried the command on terminal some errors has occurred as follows-
manjulata@manjulata-HP-Pavilion-dv4-Notebook-PC:~/Desktop/ndnSIM$ deb
http://ftp.iitm.ac.in/cran/bin/linux/ubuntu raring/
No command 'deb' found, did you mean:
Command 'dab' from package 'bsdgames' (universe)
Command 'dwb'
2007 Mar 18
1
wxruby website/wiki
Hi
I''ve given the wxruby wiki/website a quick lick of CSS, and added some
navigation to each page. Quite a lot of updated and re-organised content.
http://wxruby.rubyforge.org/
I''m no Picasso so suggestions to make it less ugly are welcome.
Even more, we''d like your content - it''s a wiki so thrives on your
contributions:
* Screenshots - your app running
2009 Jul 30
1
CELT for DAB broadcast radio
Hi all,
Just a quick note to let you know that we are currently integrating CELT
with our DAB transmission and reception software tools. We plan to have a
working demo at the broadcast conference IBC 2009 in September where we have
a small booth. We hope to be able to demonstrate a real-time DAB CELT
encoder as part our our Live CD based on Ubuntu and GNU/Radio (
2006 Jun 21
5
ices2 realplayer
I'm rebroadcasting a realplayer stream and there are two problems.
The icecast2 sounds tinny and its delayed something like 3secs.
Any advice to perhaps use speex as it's talk radio?
Can I cut the delay?
Here is my ices2 config:
http://static.natalian.org/2006-06-21/ices-alsa.xml
Here is details of the feed, so you can take a listen:
2010 Apr 19
2
Overlay of barchart and xyplot
Hello R Folks,
I am new to R. I have been struggling to overlay a barchart with a
xyplot together on one plot but did not get this worked out. Any help
and idea are greatly appreciated.
I attached R scripts for barchart and xyplot below and also data I used.
What I am trying to do is just to put the barchart and xyplot together
on one plot.
Huapeng
<<dispersal_infestation.csv>>
2010 May 18
9
Variable frame size and API changes
Hi everyone,
I've recently been making various changes to the way the modes work and
the supported frame size. On new feature that may be of interest to some
is that CELT should soon support changing the frame size dynamically
within a stream. By that I mean varying the amount of audio (in time)
transmitted at once, not the compressed size -- which has always been
variable. That would
2011 Sep 27
1
Adding axis to an ellipse: "ellipse" package
Dear list members,
This might be a silly question but I just can't figure it out. I am using
the "ellipse" package on covariance matrices. I would simply like to plot my
ellipses WITH its two axis ploted as well. These axis represents the 2 eigen
vectors of my matrix and it is important that I can graphically show them.
Is there an easy way to do so?
Many thanks,
Antoine
--
View
2013 Sep 15
1
DataEllipse versus Ellipse Function in R
Hi:
Does Ellipse and dataellipse function in R produce the same ellipse? I
wanted to see how the radius for the Ellipse function in R calculated. Also
what is the var-covariance matrix, if any, assumed for the dataellipse
function? Heres an example of the code where I am generating Multivariate
normal data and creating ellipse using the 2 functions:
library(car)
library(mvtnorm)
mu =
2009 Apr 08
1
Is a point into an ellipse
Hi,
I drew an ellipse with the package ellipse. Now I would like to know if
a point is inside the ellipse. Is any R functions to do it without
computing the equation of the ellipse manually? Thanks.
For example, if I do "plot(ellipse(0.8), type = 'l')", I would like to
know if (0,1) belongs to the drawn ellipse.
Regards,
Alain
--
Alain Guillet
Statistician and Computer
2011 May 28
2
Observation in a confidence ellipse
Hello everyone
I really need some help here. I made a confidence ellipse using the function ellipse from the package ellipse:
ellipse(SD, centre=colMeans(pcsref),t=sqrt((p * (n-1)/(n-p))*qf(0.99, p,n-p))
Now, I want to write a function whom return TRUE or FALSE if a given observation is in the confidence ellipse. But I have no clue how to do it
Can anyone help me?
Best regards
Jessica
2005 Sep 09
1
Plotting an ellipse in 3D
I have been using the ellipse function from the car package and the
covariance matrix to draw an ellipse around a group of points to show the
confidence limits. However, the points are actually represented by 3
variables so rather than plot each pairwise combination of variables in 2D I
would like to plot the 'ellipse' in 3D using the djmrgl package. Can anyone
offer advice on how I can
2004 Oct 27
3
ploting an ellipse keeps giving errors
library (ellipse)
shape1 = c (1, 0, 0,1)
dim(shape1) = c(2,2)
ellipse (center = c(0,0), shape = shape1, radius = 1)
=============================
Error in plot.xy(xy.coords(x, y), type = type, col = col, lty = lty, ...) :
plot.new has not been called yet
It is really frustrating. Also what do the shape matrix, radius correspond to an ellipse function
(x-x0)^2/a + (y-y0)^2/b = 1
?
2011 Jun 06
2
adding an ellipse to a PCA plot
Hi,
I created a principal component plot using the first two principal
components. I used the function princomp() to calculate the scores.
now, I would like to superimpose an ellipse representing the center
and the 95% confidence interval of a series of points in my plot (as
to illustrate the grouping of my samples).
I looked at the ellipse() function in the ellipse package but can't
get it
2011 Feb 24
2
how to plot equalprobable error ellipse?
hi,R users,
Now I have some scatter figures, is there some method can plot equalprobable
error ellipse ?
--
TANG Jie
Email: totangjie@gmail.com
Tel: 0086-2154896104
Shanghai Typhoon Institute,China
[[alternative HTML version deleted]]
2005 Jun 15
1
ellipse -confidence interval
Hi!, I made a plot with two variables representing the first two axis of a
principle component analysis. My question is:
How can I superimpose on such plot an ellipse that represent the 95% interval of
confidence of scores?
Best regards,
Paula
--
Lic. Paula Gonzalez
Divisi??n Antropolog??a
Museo de La Plata.
Facultad de Ciencias Naturales y Museo. UNLP.
Paseo del Bosque s/n?? - B1900FWA - La
2005 Aug 18
2
how to draw an ellipse
That's probably a stupid question, but I'm looking for a low-level
command which plots ellipse, specifying only center and deformation
axes. The purpose is to illustrate bivariates gaussians with 2D .95
confident levels without using any specific library.
Thanxs for your help,
Guillaume
2010 Mar 28
3
Ellipse that Contains 95% of the Observed Data
I can take the results of a simulation with one random variable and generate
an empirical interval that contains 95% of the observations, e.g.,
x <- rnorm(10000)
quantile(x,probs=c(0.025,0.975))
Is there an R function that can take the results from two random variables
and generate an empirical ellipse that contains 95% of the observations,
e.g.,
x <- rnorm(10000)
y <- rnorm(10000)
?