search for: gogos

Displaying 18 results from an estimated 18 matches for "gogos".

Did you mean: logos
2011 Dec 28
1
Pascal's Triangle
Hello, Looking to generate Pascal's triangle in R. How do I get started? Thanks, -- Matilda Gogos matildaelizabethv@gmail.com [[alternative HTML version deleted]]
2011 Dec 28
1
Probability Question
...n on Ω (that is, a rule assigning real numbers to subsets of Ω). Suppose that P({H,T}) = 3, P({H,E}) = 3, P({H}) = 1 444 Why is it impossible that P is a probability measure ? (That is, no matter how P is defined on the remaining subsets of Ω, it can’t be a probability measure.) -- Best, Matilda Gogos matildaelizabethv@gmail.com [[alternative HTML version deleted]]
2006 Mar 20
6
hist-data without plot
hello, i need the data from hist() but i do not want the plot. e.g. z=hist(data)$counts #returns absolute frequency but when i execute this command the plot occurs also. is it possible to suppress the plot? many thanks, best regards gg -- --------------------------------------------------- Gottfried Gruber mailto:gottfried.gruber at terminal.at www: http://gogo.sehrsupa.net
2011 Jan 02
2
iPhone 3G App For R?
Does anyone know if a free iphone 3G app for R is available now? Thanks, Matilda Gogos
2006 Mar 26
1
load huge image
hello, i have run around 65000 regressions and stored them in a list. then i stored the session with save.image on my hard disk. the file is almost 1GB. when i now want to load the image it took tons of time. even after 12h of loading it was not done, although the saving was done fairly fast. i fear i have to run the regressions again and store them in a database ... can i load this file?
2009 Mar 04
2
Do you have to use command to use win
Hello I am very new to Wine and Linux. My question, is there tutorial for using wine in the gui. I don't know how to use the command and all the tutorials seem to be for command line users. Not to complain but I think the command line is for people with more experience and that is great. But when I read the ho-two's on installing a program it doesn't make scene, it all seems
2006 Aug 13
4
Javascript compression / How to hook in to rails development
Hi there, I thought it''s rather neat to use the javascript compression from http://dojotoolkit.org/docs/compressor_system.html This removes javascript comments and renames variables and seems pretty reliable and effective. For example, I keep the original htmlarea.js file from http://xinha.gogo.co.nz/ in a file htmlarea.js.txt and it compresses from 200K to 100K. With gzip it
2006 Mar 31
4
How to have a form within a form?
Say I am building a blogging platform, and I want to allow users to be able to add an avatar without leaving the page, when they''re writing a post. I need the avatar information to be included in the form for the post. So for example, after a user adds a new avatar while writing a new blog post, it would be available to be selected as the avatar to be used for that post. What is
2004 Aug 06
3
OK, am I missing something ??
Hi all, Didn't get any replies to my previous query, so I thought I'd try again. Since I last emailed out, my station has appeared on yp.icecast.org, so I really don't know what was going on there.... This time, however, I'm hot on the trail of a generally crappy output stream from icecast/streamcast/ices. It stutters; it halts on track changes; it causes the little red
2005 May 01
1
opimization problem
hi, i want to execute the following opimization problem: max r*w s.t.: w*z=1 # sum of w is 1 r, w are [nx1] vectors, z is a [nx1] vector consisting of 1 so far so good, works fine with lp the problem arises with the additional restriction w' * V * w where V is a [nxn] matrix how can i include this restriction since w arises twice? thanks, gg --
2006 Jan 24
1
Linearize a Function
hi, i calculate the log-returns in return1 and i want to get the performance for the security. with only one security i have the following code # create matrix to keep performance return100=matrix(rep(100,length(return1)+1)) # matrix for the sum z1=matrix(rep(0,length(return1)+1)) # suming up the returns from current index to start for (i in 1:length(return1)) {z1[i+1]=sum(return1[c(1:i)]) }
2001 Mar 21
1
list of users in Win9x
Hi! I recently installed the Samba 2.2.0apha2 package. Almost everything works fine except that the Win95 clients can't make user-level shares of their directory. On the windows box, in the Network Control Panel - Access Control tab I set the user-level access control, and confirmed the NT domain (Samba is the PDC). Everything looks fine till now. I open the MyComputer window, and try to add
2001 Mar 22
1
Va: list of users in Win9x
Hi Jerry, how can I download the SAMBA_2_2 you told about? Via cvs I only got the same 2.2.0alpha2 release. :( Gogo. -----Eredeti uzenet----- Felado: Gerald Carter [SMTP:gcarter@valinux.com] Kuldve: Thursday, March 22, 2001 4:36 AM Cimzett: bartus.l@bitel.hu Masolatot kap: samba@us5.samba.org Targy: Re: list of users in Win9x On Wed, 21 Mar 2001 04:49:02 Bartus Levente wrote: > > I
2001 Jan 08
1
Low bitrate encoding
Hi, all. I'm new to this list, and I know that my question touches on a FAQ. I'm just hoping to get more information than "it's a priority item, but it's not done yet." (Basically what the FAQ says.) I've been encoding about 20 minutes of mono audio each week to as small a file as I can, so it can be served via html. As long as the result is understandable,
2000 Dec 11
3
YAPQ (Yet Another Patent Question)
Looks like the mpeg gestapo are frantically at work cracking down on mpeg projects. Several important projects (tsunami mpeg, gogo, faac, etc) were shut down by the jack booted patent nazis. Since FhG, mpegla, etc plan to start charging royalties on everything even remotely mpeg-related very soon, I expect a lot of interest is going to shift to Vorbis. And soon thereafter, I expect FhG to attack
2003 Jan 23
4
SIMD instructions
Vorbis does not appear to use any SIMD instructions. A short look around in the source code indicates that it would be possible and might even yield big performance improvements. Why has nobody done it yet? I am currently trying to learn using these instructions and would be willing to rewrite a few functions in SIMD instructions, if I understand how to vectorize them and if they make a
2007 Jul 18
0
Using different NFS server
Hi to all, I'm trying to install PXE boot + NFS for diskless boot for Linux system. So everything looks fine until I tried to use other NFS server to mount root file system. So I try just to change parameter in pxelinux.cfg files Append nfsroot=to_new_nfs_server:/new_root_dir But in boot process I received rootserver: TFTP/DHCP server rootpath: <empty>
2007 Jul 18
0
use it with different NFS server
Hi to all, ?I'm trying to install PXE boot + NFS for diskless boot for Linux system. So everything looks fine until I tried to use other NFS server to mount root file system. So I try just to change parameter in pxelinux.cfg files Append nfsroot=to_new_nfs_server:/new_root_dir But in boot process I received rootserver: TFTP/DHCP server rootpath: <empty>