Displaying 20 results from an estimated 9000 matches similar to: "geeting name of an object to which a variable refers?"
2007 Aug 30
2
Incomplete Gamma function
Hello
I am trying to evaluate an Incomplete gamma function
in R. Library Zipfr gives the Igamma function. From
Mathematica, I have:
"Gamma[a, z] is the incomplete gamma function."
In[16]: Gamma[9,11.1]
Out[16]: 9000.5
Trying the same in R, I get
> Igamma(9,11.1)
[1] 31319.5
OR
> Igamma(11.1,9)
[1] 1300998
I know I have to understand the theory and the math
behind it rather
2007 Sep 26
3
remote tar via ssh
Hi all
Can I use ssh to have remote tar files from machine A
to machine B?
ssh from machine A to machine B
tar all files in machine B to exact to machine A
Thank you
____________________________________________________________________________________
Got a little couch potato?
Check out fun summer activities for kids.
2007 Sep 05
7
Can asterisk give half-ring periodically for MWI?
Hi all,
Configuration: Analog phone connected to TDM400p.
I'd like the phone to give a half-ring (chirp) periodically when there
is a message waiting. Can this be done? How is it configured?
The visible "Message waiting" indicator and the stutter dial tone are
working fine, but are not sufficient for me.
Thanks!
2007 Jul 02
2
Substitution of Variables
Hi,
I need to run a script under the variable (that
comes from a csv file) that is assigned to another
variable. This is very a simplified version of what I
want to do:
data<-read.csv('name.csv')
names(data)<-("VA","VB","VC")
v<-VA
mn(v)
Thank you in advance,
Judith
2007 Sep 24
1
urgent for R graphics
Hi, everyone,
I am green with R. Now I am working on a graphics projects.
I have a dataset:
-----------------------
a b c
1 228 83 6.69
2 274 83 7.36
3 320 83 8.86
4 366 83 7.36
5 412 83 6.81
6 228 129 5.58
---------------------
I want to draw a 3d graphic.
I use the code
__________________
2007 Jun 29
2
flac car stereos
i'ld just like to have a car unit that you can put a USB stick in, a friend has
one for mp3 and it is just what i want (but w/ flac support)- now that
4GB USB sticks are around
you can get a lot on there in flac!
> --- Brian Willoughby <brianw@sounds.wa.com> wrote:
>
> > are there any car stereo flac players?
2007 Aug 15
8
Shorewall and printing problems in the LAN ( loc ) zone
Guys,
Just a quick check. From what i have read in the
shorewall site, intrazone traffic is allowed
completely by shorewall i.e. there is no filtering or
packet size limiting ,etc,etc.
I ask this becos after getting shorewall up and
running well, someone has complained that they cannot
print pdf files larger than 100k at one go but that
they have to print one page at a time.
Some details;
2007 Jul 03
2
Trac on Puppet website down?
Every time I go to the puppet website, I get the following when I try to click on any of the links, ie:
http://www.reductivelabs.com/trac/puppet/wiki/SimplestPuppetInstallRecipe
Thanks!
____________________________________________________________________________________
Got a little couch potato?
Check out fun summer activities for kids.
2007 Jun 13
2
Addons
Hello Asterisk-Users,
I'm trying to install addons 1.2.6 on Asterisk 1.2.16 (is that OK?), but my MySQL server is installed on a different sever, so the MAKE of the addons fails with the following (truncated) error message: "app_addon_sql_mysql.c:23:19: mysql.h: No such file or directory".
Is there any way to bypass/ignore the fact that MySQL is installed separately and enable the
2007 Sep 21
0
Confused about Asterisk 1.4 RTPQOS...
I'm confused about something....
In Asterisk 1.4 you can collect RTP QoS metrics at the end of a call with:
${CHANNEL(rtpqos,audio,all)}
Now, when your using the AMI to do a callout, like this...
ACTION: Originate
Async: yes
Timeout: 60000
Exten: callback
Channel: SIP/1000
Variable: callid=849120
Variable: destination=SIP/1001
Variable: timeout=70000
Variable: timeout_warning=60000
2007 Aug 15
0
pcspkr wave encoding
--- Jan Engelhardt <jengelh@computergmbh.de> wrote:
> Hi,
>
>
> there is an interesting case when the FLAC encoder (using 1.2.0) is
> given simple waves. Simple waves means: I have a list of {frequency,
> duration, pause} tuples that define the monophonic tune. In other
> words, exactly one frequency is played at a time.
>
> This is the original dataset from
2007 Aug 10
3
Mix of PHP and HTML files.
Most of my website is static HTML, but I do have a couple PHP pages. I''d like the default template to be applied to it (i.e. I don''t want it to just be copied).
How can I get webgen to create the PHP file with the right extension in the output directory? A way to specify the following mapping would be nice:
*.php.page -> *.php
*.page -> *.html
Thanks.
-
2007 Jul 30
0
C5 RPM for RequestTracker now available
Hello,
I took a stab at packaging RequestTracker for CentOS 5. Basically some needed FC6 packages were rebuilt as el5.
The results are here:
http://www.tlviewer.org/rt3/
I'm an rt3 newbie. I'm in the process of reading the DOCS and setting up the DB. The install via RPM appears to be sound.
So far the login page for RT opens successfully. I've yet to setup the mail-dispatcher.
--
2007 Jul 13
0
Lapack Routine Error
Hello
I am running a simulation study to assess the type I error rate of a likelihood ratio test. This requires me to minimize over restricted spaces under the null and under the alternative hypothesis. My problem is that occassionally I run into an error message that reads: "Error in solve.default(cov, ...) : Lapack routine dgesv: system is exactly singular" when I make a call to
2007 Jul 04
0
asterisk hardware E1 pri card
Dear all
I have setup with mediant 2000 with avaya now i want to install E1/PRI card with asterisk and trunk with E1 with Avaya E1 port so i want to buy E1 card for asterisk so which card is best and cast effective for my setup i want 1 port E1 card so can you suggest me which card is best for my setup and i want QSIG singaling with avaya
Regards
satish patel
2007 May 26
1
Wi-Fi+Wireless Router
Hi Friends,
I am planning to buy "IMate PDAL" mobile phone. This contains "Wi-Fi 802.11b/g" feature. So, Is it possible to get internet using my wireless router in my office?
Look forward to your response. Thank you.
Regards,
Chandra.
---------------------------------
Got a little couch potato?
Check out fun summer activities for kids.
-------------- next part
2007 Jun 07
3
is it possible to run delphi apps(forms) using wine
is it possible to run delphi apps/forms(that was build, compiled, and targeted to windows machines) on linux(fc6, suse 10.x)
These delphi apps connects to MS SQL server.
if it is possible, then I can easily ground all those windows xp machines, that are just use to run these delphi apps... and use linux instead
Regards
---------------------------------
Got a little couch potato?
Check
2007 May 28
1
do not eval vignettes during R CMD build
Hi,
I was not able to find a way such that R CMD build run Sweave with eval=FALSE. I have a package where I want the R code in the vignettes to run only during R CMD check but not on R CMD build. Is there any way to achieve this ?
thank you.
____________________________________________________________________________________Got a little couch potato?
Check out fun summer activities
2007 Jul 24
1
Fwd: Re: Fitting exponential curve to data points
Hope these help for alternatives to lm()? I show the use of a 2nd order
polynomial as an example to generalize a bit.
Sometimes from the subject line two separate responses can appear as reposts
when in fact they are not... (though there are identical reposts too). I
should probably figure a way around that.
--- Stephen Tucker <brown_emu at yahoo.com> wrote:
> ## Data input
> input
2007 Jul 27
1
chan_mISDN module does not load
Hi,
I have a Digium B410P 4-port BRI card.
I installed misdn 1.1.3 with hfcmulti driver and
misdnuser 1.1.3.
I configured the card "correctly" as misdnportinfo
reports:
# misdnportinfo
Port 1: TE-mode BRI S/T interface line (for phone
lines)
-> Interface is Poin-To-Point.
-> Protocol: DSS1 (Euro ISDN)
-> childcnt: 2
--------
Port 2: TE-mode BRI S/T interface line (for