Displaying 13 results from an estimated 13 matches for "relpi".
Did you mean:
relph
2006 Jul 11
2
0* log(0) should be zero but NaN
Dear R-users
>prob <- c(0.5,0.4,0.3,0.1,0.0)
>cal <- prob * log(prob,base=2)
>cal
[1] -0.5000000 -0.5287712 -0.5210897 -0.3321928 NaN
Is there any way to change NaN to zero ?
I did come up with this by applying Ripley's relpy to my previous question
cal <-prob*log(pmax(prob,0.00000001),base=2)
Any suggestion ?
Thank you
Taka
2018 May 07
1
How to log querystring values?
Philipp,
Thanks so much for your time and relpy.
This dawn, before read your email, I worked to implement the URL authentication and it worked like a charm. I am still using querystring instead of custom header field because I have no control over the player. But, the excelent news is, no more rproxy! =)
And you were right, this way I have more possibilities than before!
Again,
2007 Nov 19
2
How to write plugin
Hi,
Where can I find documentation for plugin writers? Now I see
mail-log-plugin source, but I can't understand how entry points
(functions mail-log-plugin-init and mail-log-plugin-deinit) are
defined to execute some actions on load/unload/copy messages.
Can anybody comments this?
2006 Jan 25
0
The creator of connection_specification.rb, can you please reply me:)?????
Hi,
If you are the creator of the class
connection_specification, can you please relpy me, I
have some questions for you!!!
Thanks you very much!!!
Saiho
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
2005 Dec 15
3
define_method with parameters
Hi,
I''m trying to write a macro which defines methods. One of these should
have a parameter, but I can''t get that to work. Something like:
define_method("printstuff") do
puts "blabla"
end
works fine. But, how do I use define_method to create something like:
def printstuff(the_stuff)
puts the_stuff
end
Thanks in advance.
2006 Jun 29
7
Mongrel says it works, but it doesn''t
Hello, I came to know of mongrel by pure chance, it interrested me cause
webrick never worked and instantrails for rails was very slow. the problem
with webrick is/was is that it says just this:
>ruby script/server
c:/ruby/lib/ruby/site_ruby/1.8/rexml/entity.rb:21: warning: character class
has `-'' without escape
c:/ruby/lib/ruby/site_ruby/1.8/rexml/entity.rb:21: warning: character
2003 Jun 25
2
Asterisk - first impressions
I'm still a newbie in Asterisk, just yesterday installed it for home use (so
I can call home while travelling). Using AVM A1 (BT Speedway) ISDN card.
Anyway, I find it very hard to locate supporting information for Asterisk.
User's Handbook is still a draft, this mailing list is not easily
searchable, and any info out on Usenet is scarce. I spent some 30mins just
trying to find out naming
1997 Jul 18
1
Visual C 5.0 loosing on samba1.17alpha4
On Fri, 11 Jul 1997, Hermann Lauer wrote:
> The bad news: One of my Users complains that the Visual C 5.0 Compiler stops
> working with mysterious error messages (On a NT 4.0SP3 Workstation).
> The compiler seems not to find required dlls, exes and so on - despite the
> fact,
> that it is installed locally and only the files it works on comes via samba.
I have found that the M$ VC
2004 Dec 02
3
Very odd musiconhold
I've followed the docs on how to configure musiconhold.
I then added an extension to test it like this:
exten => 6601,1,WaitMusicOnHold(30)
And when I dial that extension I do hear something for 30 seconds - but
it is not what I'd call music... it sounds more like the sound effects
from a scifi flick - now and then it sounds like jail cell doors closing
and echoing. Kinda cool but
2017 Mar 26
1
"isolinux.bin missing or corrupt" when booting USB flash drive in old PC
Hi,
Ady wrote:
> We seem to be suggesting to just dd' the first 432 bytes of their USB
> devices with Martin's isohybrid
Yes. As long as it is not about the old Macs which the APM of Fedora
and some Gentoo ISOs wants to make boot, and not about ISOs made
with isohybrid options --partok -ctrlhd0 --forcehd0.
> which would be the step-by-step instructions for users of other
>
2018 May 06
2
How to log querystring values?
Dear Philipp,
Thanks for you reply.
My goal is to show in our analytics page segmented data (official apps,
partner apps, third-party apps, demographic and geo). To do so each app
pass some values in the query string (ie: app id, user id, lat, lng). And I
need to know those values in order to do that.
Today we are using nginx as a reverse proxy to Icecast to get those data
but it
2012 Oct 01
3
(no subject)
Hello,
I am a new R -user and request your help for the following problem.
I need to merge two dataset of longitudinal study which has two column
(id and respose) common. when I used merge option to join the datas
side be side, because of the repeated subject id, I got larger data
set which is not accurate.
I would like to connect twi data sets by id and response in such a
way that data are
2014 Oct 31
0
asterisk-users Digest, Vol 123, Issue 38
Hi I am new to mailing list ,please correct me if the way of posting is not
correct
Relpying to :
Re: make asterisk do something when an outgoing call is
picked up (lee)
For making asterisk do something on outgoing call Dial application is
itself used
Like for Playing an announcement to the caller on pick up the is an option
A(x) where x is the file to play to the called party.
Also