similar to: Precision for a former question*

Displaying 20 results from an estimated 800 matches similar to: "Precision for a former question*"

2004 Jun 30
2
Question about mesurating time
Hello , Is there any function to mesurate the duration of a procedure (like tic and toc in matlab) ? Tic Source("procedure.R") Toc (toc is the duration between the execution of tic and the execution of toc) Thank you nicolas [[alternative HTML version deleted]]
2004 Jun 08
1
Little question
Here I got a function : f<-function(x){ res<-list() res$bool=(x>=0) res$tot=x return(res) } I want that a=res$bool and b=res$tot I know that a possible solution is : Result=f(x) a=Result$bool b=Result$tot But I don't want to use the variable Result. I'd like to write directly something like [a,b]=f(x). Is it possible ? Thank you nicolas [[alternative HTML version
2001 Jul 19
3
Write a script
Dear R users, I would like to write a script to launch R commands from a Unix prompt but I do not have any idea how to do it. Can someone bring me help please? Thanks in advance Denis Choquet -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or
2006 Apr 16
12
tired of using defined? all the time
Hi everyone, It seems like every time I want to evaluate a possibly undefined variable I have to use defined? to see that it exists first, so I can''t simply have -- if params[:range_start] > 3 or something like it. I need to have -- if defined? params[:range_start] && params[:range_start] > 3 I can''t even have -- if params[:range_start].nil? This is really
2007 Jan 09
1
Caller Id problem
Dear List, My problem is that the incoming Caller Id is not displayed on the local analog phones (connected to a TDM400 card). I receive the CID correctly from my telco, but when I place the call to the internal analog line, the CID is not propagated. An interesting point: when I try to place a new call to an already bridged line, I see the second call with the CID on the analog phone. The
2011 May 11
0
Init nnetTs (or nnet?) with a former Neural Net
I am new to R and use nnetTs - calls. If a time series of let's say 80000 Datapoints and did call nnetTs I want make a new net for the old ponts plus the next 1000 points (81000 datapoints total) what would again cost much calculation time. So I want to pre-init the new net with the former wonnen net to reduce the necessary iteration numbers. Is thee a possibility to do that and how? i.e.:
2014 Nov 23
1
Getting rid of my former cards: NV4B*2, NVA0*1
Hi. I am getting rid of my former nvidia graphic cards. Their models are not listed on http://nouveau.freedesktop.org/wiki/HardwareDonations/ but as advised, I post here. Hardware: - 7600GS 256MB (2 cards) Maker: Gigabyte, originally in SLI setup (wink, wink) Outputs: VGA, DVI-I, s-video, SLI - GTX280 1GB (1 card) Maker unsure, only nvidia markings visible, but possibly ASUS
2001 Apr 16
0
Thanks for the former help, another two questions
First of all, the solution of my problem was, that as it seems, wine will only accept my etc/wine.conf. No matter what i put in $HOME/.winerc and even if it is the same crap as in etc/wine.conf, wine won't read it... As I said Im using SuSE 7.1 and I did somewhere encouter something about people who had the same problems... Anyway, what I want to know is if there is a statement with
2009 Jul 31
0
Friday July 31 @ 12 Noon EDT: Talkshoe former CEO Dave Nelsen, Skype for Asterisk open beta, Gizmo Voice+Google Voice
Hi, Plenty to talk about today. Dave Nelsen, a founder of Talkshoe, has a lot of experience in the telecommunications space and he joins us today to chat about its current state, conferencing and whatever else comes to mind. So we have a meta conference aout conferencing, it won't be the first time :) You probably saw John Todd's message on one of the lists: Skype for Asterisk is in open
2010 Apr 23
0
VUC Friday: Bill Miller, former VP of Product Management
Our guest today has a long and interesting background in network and VoIP technologies as well as having been at the head of Digium's product management: Bill "@beelinebill" Miller. To join us and hear (and talk to) Bill, see http://vuc.me You can call sip:200901 at login.zipdx.com in g722 wideband (or g711) Jump on IRC #vuc channel There are a number of other ways to connect
2007 Apr 20
1
infinite recursion when printing former S4 objects
Hello all, An S4 class that contains matrix can be converted into a matrix using as(). When the resulting object is printed implicitly at the command line, all is well. When print() is explicitly called, I see an infinite recursion. Here is an example: ## create a subclass of matrix > setClass("Foo", representation(name="character"), contains="matrix")
2005 Apr 06
7
Can really anyone help ?
I know that it is the right way to use this ML but as nobody answered me, i repost this help ... in fact, it is quite hurry, and i want to understand ... Why do the mount -t smbfs just halfWork ?? can see some directories, but see no file ! :o ... Hello everyone, I'm having such a strange problem and i hope you'll understand the situation. I want to access files that are shared by
2009 Jun 14
3
Trouble (?) reformatting flash drive to include former U3 partition
Semi-OT? I just got a new SanDisk 8GB flash drive, and, as usual, it came with the U3 software (for Windoze) on a "CD" partition and considerably less than 8GB on the disk partition. I put it into my WinXP portable and told U3 to delete itself, but I still can't get at the old U3 part of the drive. I've tried WinXP's format command, disk management and CentOS's fdisk,
2010 Sep 17
2
Too stupid for sieve (former maildrop user)
Hello, I just migrated from Postfix/Courier/Maildrop to Postfix/Dovecot/Deliver/Sieve and don't unterstand the right syntax for sieve :( I searched and found many small examples and many links to the RFC, but nothing was usefull for me (or i didn't unterstand it) I installed the latest Dovecot-Sieve (hg). Examples from my maildrop config: # Filter FROM if($E =~ /name at domain1\.tld/)
2007 Apr 11
22
any pointers for starting a windows port?
Hello I am entertaining the idea of putting some time and effort into making Facter and Puppet run on MS Windows. Call me crazy ... Does anyone know anything about the issues that I''m likely to face? What are the major stumbling blocks? Initially I''d be happy just getting File to work, this would be of tremendous value. I''m guessing that Facter will require the
2003 Jun 28
8
clarifications on comments spec
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hiya folks, I've been hacking on an audio metadata library (creatively called TagLib) which we'll be using in KDE in the next release ( == I need to get around to finishing it). I've got the Vorbis comment implementation working, but just wanted to clarify a couple of things: *) The vendor ID -- "vendor" is ambiguous here. Is
2007 Apr 19
0
Time and DateTime default precision :day not :second ?
Hi all, according to the docs, the default precision for the Ferret Time to_s_lex function is :day. Should this not be :second? This is the same on DateTime. (Same on Date too, but that seems ok) http://ferret.davebalmain.com/api/classes/Time.html John. -- http://johnleach.co.uk
2010 Apr 29
0
Precision issue with date parsing in ActiveRecord
Hello all, I just recently opened supplied a patch for ticket #4498 (https:// rails.lighthouseapp.com/projects/8994/tickets/4498-rails-loses- precision-when-deserializing-timestamps-from-postgresql). In short, the current microsecond calculation converts a rational to a float, then to an integer, occasionally causing rounding error. I''ve supplied a patch against 2-3-stable (should also
2005 Dec 05
2
plot() and points() precision control
Hi all, I have a problem in that when I plot points that have a high degree of precision, some significant rounding seems to occur, resulting in uneccessary overlap of my points. Is there a way to specify the resolution or precision in plotting functions? Is there an underlying grid I have to modify somehow? Many Thanks, Jon -- Mares eat oats and does eat oats and little lambs eat ivy. A
2008 Apr 22
0
numeric (decimal) WITH precision and scale at generate scaffold time?
Hello, I was wondering if anyone knew if it is (or ever will be ) possible at all to specify things like precision and scale at generate scaffold time, and if so how. Things like price:numeric(8,2) (obviously) just break the script. Tommy --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: