Displaying 20 results from an estimated 49 matches for "manifold".
2009 Jun 08
2
libogg++ release 1.1.0
...acks.
> >> http://wiki.xiph.org/OggSkeleton
> > ALingA is a multitrack format
> > (http://www.ihear.com/dtds/ALingA/0.1/ALingA.dtd) which has a skeleton
> > track (what I call the co-ordinating stream), but one that is very
> > specific, and based on the notion of a Manifold. It is implemented in
> > the separate library libalinga, subclassing libogg++ to do the Ogg
> > stuff
>
> That sounds fine - as long as your files have a Skeleton track, you
> can put whatever you want into Ogg. Have you specified your special
> skeleton track and the data...
2009 Jun 09
0
libogg++ release 1.1.0
...gt; http://wiki.xiph.org/OggSkeleton
>> > ALingA is a multitrack format
>> > (http://www.ihear.com/dtds/ALingA/0.1/ALingA.dtd) which has a skeleton
>> > track (what I call the co-ordinating stream), but one that is very
>> > specific, and based on the notion of a Manifold. It is implemented in
>> > the separate library libalinga, subclassing libogg++ to do the Ogg
>> > stuff
>>
>> That sounds fine - as long as your files have a Skeleton track, you
>> can put whatever you want into Ogg. Have you specified your special
>> skel...
2009 Jun 05
2
libogg++ release 1.1.0
...eton track to identify the different contained tracks.
> http://wiki.xiph.org/OggSkeleton
ALingA is a multitrack format
(http://www.ihear.com/dtds/ALingA/0.1/ALingA.dtd) which has a skeleton
track (what I call the co-ordinating stream), but one that is very
specific, and based on the notion of a Manifold. It is implemented in
the separate library libalinga, subclassing libogg++ to do the Ogg
stuff
> And if the files aren't audio or
> video files, you should then use the extension .ogx
> http://wiki.xiph.org/index.php/MIME_Types_and_File_Extensions .
libogg++, libalinga and libneuro a...
2010 Nov 20
1
how to draw manifold?
Hi,
I need some help either in how to configure variables for wireframe(),
or some suggestions as to other graphics commands to use for plotting a
2-D manifold in 3-D space.
Here is an example I tried (in the hopes that it would plot a helical
line) :
xsp<-matrix(c(cos(seq(0,80)/5)),9,9)
ysp<-matrix(c(sin(seq(0,80)/5)),9,9)
zsp<-matrix(c((seq(0,80)/20)),9,9)
wireframe(zsp~xsp*ysp)
The resulting plot looks vaguely like a helix, but not right....
2008 Jun 10
7
[Trivia question] What engine is it on DTrace T-shirt ?
Hi,
This is not a DTrace technical question (so, please don''t flame me for
it) :)
This is regarding the DTrace (un)conference TShirt.
I am curious to know what engine is it. Could not figure it out.
Thanks and regards,
Sanjeev.
--
Solaris Revenue Products Engineering,
India Engineering Center,
Sun Microsystems India Pvt Ltd.
Tel: x27521 +91 80 669 27521
2009 Jun 08
0
libogg++ release 1.1.0
...he different contained tracks.
>> http://wiki.xiph.org/OggSkeleton
> ALingA is a multitrack format
> (http://www.ihear.com/dtds/ALingA/0.1/ALingA.dtd) which has a skeleton
> track (what I call the co-ordinating stream), but one that is very
> specific, and based on the notion of a Manifold. It is implemented in
> the separate library libalinga, subclassing libogg++ to do the Ogg
> stuff
That sounds fine - as long as your files have a Skeleton track, you
can put whatever you want into Ogg. Have you specified your special
skeleton track and the data that you're putting into...
2013 Apr 20
1
Convergent Cross Mapping
...ent cross mapping
method (see http://bit.ly/XN8OZX and
http://www.uvm.edu/~cdanfort/csc-reading-group/sugihara-causality-science-2012.pdf
)
The method is presented as an improvement over Granger causality (
http://bit.ly/XN8ydi ), but its implementation (involving shadows of
multidimensional manifolds) must be quite some work...
Does anybody know if there is an R implementation somewhere?
Cheers
Lorenzo
2020 Aug 27
1
Xapian on Android?
Yes. Something like Kiwix, but a different infrastructure and manifold content options.
Sent from my WebTV
________________________________
From: Emmanuel Engelhart <kelson at kiwix.org>
Sent: Thursday, August 27, 2020 3:13:28 PM
To: Cliff Missen <missenc at widernet.org>; Xapian Discussion <xapian-discuss at lists.xapian.org>
Subject: Re: Xapian...
2008 Jul 30
1
read XML
I have a xml exported by Manifold GIS but I'm not being able to import it
into R using XLM package.
The file have this structure:
<?xml version="1.0" encoding="UTF-8" ?>
- <layout>
<name>Layout 2</name>
<pagesByX>1</pagesByX>
<pagesByY>1</pa...
2017 Jun 15
0
[FORGED] Re: draw stripes in a circle in R
...as well as the survival package, so near the top of my .Rprofile is:
require(lattice)
require(sos)
require(rms)
Should I be ashamed of that?
I suppose I should, and I _am_ ashamed of some of the other stuff in there ....<delete>, <delete> ... and I've been meaning to address my manifold deficiencies w.r.t. irreproducibility by moving to RStudio, but I keep putting it off.
--
David.
> --
> Sent from my phone. Please excuse my brevity.
>
> On June 14, 2017 3:27:15 PM PDT, David Winsemius <dwinsemius at comcast.net> wrote:
>>
>>> On Jun 14, 2017...
2009 Mar 31
3
Factor Analysis Output from R and SAS
...different from R and
SAS.
Why this things happened? Which software is correct on?
Thanks in advance,
- TY
#R code with example data
# A little demonstration, v2 is just v1 with noise,
# and same for v4 vs. v3 and v6 vs. v5
# Last four cases are there to add noise
# and introduce a positive manifold (g factor)
v1 <- c(1,1,1,1,1,1,1,1,1,1,3,3,3,3,3,4,5,6)
v2 <- c(1,2,1,1,1,1,2,1,2,1,3,4,3,3,3,4,6,5)
v3 <- c(3,3,3,3,3,1,1,1,1,1,1,1,1,1,1,5,4,6)
v4 <- c(3,3,4,3,3,1,1,2,1,1,1,1,2,1,1,5,6,4)
v5 <- c(1,1,1,1,1,3,3,3,3,3,1,1,1,1,1,6,4,5)
v6 <- c(1,1,1,2,1,3,3,3,4,3,1,1,1,2,1,6...
2007 Nov 27
5
windows vista
Hello there
Im suzuky Pinto from Mexico.
And Im buying a new computer and this have windows vista. Could I have any problem using R on it?
thabks
Suzuky**
Comparte video en la ventana de tus mensajes (y también tus fotos de Flickr).
Usa el nuevo Yahoo! Messenger versión Beta.
http://mx.beta.messenger.yahoo.com/
[[alternative HTML version deleted]]
2009 Aug 11
3
loadings function (PR#13886)
Full_Name: Mike Ulrich
Version: 2.9
OS: Mac OSX
Submission from: (NULL) (69.169.178.34)
The help documentation for loadings() lists more then one parameter. The
function call only expects one parameter. The digits, cutoff, and sort
parameters are not used in the function.
## S3 method for class 'loadings':
print(x, digits = 3, cutoff = 0.1, sort = FALSE, ...)
## S3 method for class
2005 Jul 10
1
O/T -2 Log Lambda and Chi Square
Hi R People:
Sorry about the off topic question. Does anyone know the reference
for "-2 Log Lambda is approx dist. Chi square", please?
It may be Bartlett, but I'm not sure....
thanks in advance!
Sincerely,
Laura Holt
mailto: holtlaura at gmail.com
2007 Mar 19
2
foxit reader
Hello!
I've been trying to use Foxit Reader with wine, however it does not
work.
I followed the instruction and the installation went fine, but whe I
try to open Foxit (wine ./Foxit\ Reader.exe) I get this error:
wine: Unhandled page fault on read access to 0x047fd970 at address
0x7e4fc601 (thread 0009), starting debugger...
Unhandled exception: page fault on read access to 0x047fd970 in
2006 Jun 17
1
What ever happened to the LTAPI, the Linux Telephony API?
Hi,
I've just been going through the various modules that are autoloaded to
see what I need and what I don't and came across chan_phone.so which
loads /etc/asterisk/phone.conf. I did a lookup on voip-info and google
and came across this article in Linux Journal from 2001.
Anyone know why it isn't being used much (from what I can tell) and
what's happening with it today?
1998 Apr 01
1
line plot with NA
I have the following data:
intens<-c(28000,72000,120000,150000,180000,260000,310000) #Td
peakcb<-c(1.2,2.5,2.7,3.7,5.6,6.2,6.8) #presses/s
peakan<-c(0.5,3.7,5.1,5.8,7.4,NA,8.4)
(See why I am using NA? I can work around this problem by using
intensityan and intensitycb)
Now do a plot of peakan:
plot(intensity, peakan, pch=10,type="b")
The plot skips the point (260000,NA),
2010 Aug 27
1
AIC using nls function
Using the nls function I fit the following model (and some others) to my data.
mod1=nls(CLr ~ A-(A-CLi)*exp(-k*d), start = list(A=60,k=0.005))
I would like to rank a set of models using AIC.
I calculated AIC as
AIC(mod1)
However, it appears to use an incorrect number of parameters (3
instead of 2). Why is this?
Additionally, if I calculate AIC using the residuals sum of squares instead
of the
2007 Feb 20
1
"gid of user xxx doesn't exist" error repeatedly posted to /var/messages
Hello All,
Samba is posting the following error messages repeatedly during user
authentication:
Feb 20 09:35:50 SUMSRVR smbd[27950]: [2007/02/20 09:35:50, 0]
rpc_server/srv_util.c:get_alias_user_groups(206)
Feb 20 09:35:50 SUMSRVR smbd[27950]: get_alias_user_groups: gid of
user xxx doesn't exist. Check your /etc/passwd and /etc/group files
It does not appear to be causing any problems,
2009 Oct 07
1
Mixing Ruby and Puppet
To manage Asterisk users, I''ve made a define that can be used like
this:
asterisk::user { "sip.login":
fullname => "Sip Extension 223",
secret => "allyourbase",
extension => "223",
}
I''m trying to put user definitions in a single string, and make
something like the following. Should I go down this way, or should I
use