Displaying 20 results from an estimated 900 matches similar to: "Binomial distribution & Catherine Loader's paper"
2007 Apr 06
1
dbinom and Catherine Loader
Hi Folks,
There has been past correspondence regarding Catherine Loader's
Bell Labs (oops, Lucent) paper
"Fast and Accurate Computation of Binomial Probabilities"
which gives the algorithm on which R's dbinom() is based.
The original URL given in the R documentation "?dbinom" is:
http://cm.bell-labs.com/cm/ms/departments/sia/catherine/dbinom
but this link is
2004 Mar 30
1
unexpected behavior in plot
I'm having difficulty getting plot to work with type="n", when either the x or y variables is a factor.
For example,
x <- 1:10
y <- 1:10
plot(x, as.factor(y), type="n")
plot(as.factor(x),y, type="n")
plot(y ~ as.factor(x), type="n")
produce plots with data plotted, whereas
plot(x,y, type="n")
plot(y ~ x, type = "n")
2004 Feb 02
4
for loops?
Hello R people!
How can one use a for loop (or something similar) in R? As I type in each
line, I get syntax errors... I'm just confused how much to type in at each
">" prompt.
Thanks for your help,
cathy
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Catherine M. Stein
Research Assistant, Tuberculosis Research Unit
Doctoral Candidate in
2004 Jan 02
2
SEM help!!!
I have just started using the SEM package in R, so I'm not sure I'm doing
everything right, but I keep getting an error concerning startvalues and I
can't figure out how to fix it. Is anyone willing to read over my code
and help me out??? Please email me if you are willing to look at my code
and I will send it to you.
Thank you so much, and Happy New Year!
cathy
2004 Mar 02
1
possible bug in aov?
Hi, I'm interested in doing a repeated measures anova using aov. The procedure is nicely described in section 6.7.1, pp. 24-27 of Baron and Li's "Notes on the use of R for psychology experiments and
questionnaires," and I've reproduced their example exactly.
My own problem is almost identical to theirs:
rawdat<-c(1.6530074e+001, 1.2124254e+001, 1.0040371e+001,
2018 Apr 08
2
Domain Users group with multiple gid
On Sun, 8 Apr 2018 13:22:28 +0100
Clemente Aguiar via samba <samba at lists.samba.org> wrote:
> The samba was created by Zentyal system (http://www.zentyal.org).
>
> Here is smb.conf:
>
> [global]
> workgroup = arditi
> realm = ARDITI.PT
> netbios name = hera
> server string = Zentyal Server
> server role = dc
> server role
2018 Apr 08
2
Domain Users group with multiple gid
On Sun, 8 Apr 2018 12:47:25 +0100
Clemente Aguiar via samba <samba at lists.samba.org> wrote:
>
> Hi,
>
> I have little knowledge about Samba 4 and I need help.
>
> I have a Zentyal 5 server, which is based on Ubuntu 16.04 and Samba4.
>
> There are some issues with Samba access to certain shares, because
> there seems to be 2 different gid for group
2018 Apr 08
2
Domain Users group with multiple gid
On Sun, 8 Apr 2018 14:44:30 +0100
Clemente Aguiar <ca-mlsamba at arditi.pt> wrote:
> Às 13:51 de 08-04-2018, Rowland Penny escreveu:
> > On Sun, 8 Apr 2018 13:22:28 +0100
> > Clemente Aguiar via samba <samba at lists.samba.org> wrote:
> >
> >> The samba was created by Zentyal system (http://www.zentyal.org).
> >>
> >> Here is smb.conf:
2018 Apr 08
2
Domain Users group with multiple gid
Hi,
I have little knowledge about Samba 4 and I need help.
I have a Zentyal 5 server, which is based on Ubuntu 16.04 and Samba4.
There are some issues with Samba access to certain shares, because there
seems to be 2 different gid for group "Domain Users", gid 1901 and gid 2513.
# wbinfo --gid-info 2513
ARDITI\domain users:x:2513:
# wbinfo --gid-info 1901
ARDITI\domain users:x:1901:
2018 Apr 10
2
Domain Users group with multiple gid
> No dia 08/04/2018, às 21:20, Clemente Aguiar <ca-mlsamba at arditi.pt> escreveu:
>
> Às 15:45 de 08-04-2018, Rowland Penny via samba escreveu:
>> On Sun, 8 Apr 2018 14:44:30 +0100
>> Clemente Aguiar <ca-mlsamba at arditi.pt> wrote:
>>
>>> Às 13:51 de 08-04-2018, Rowland Penny escreveu:
>>>> On Sun, 8 Apr 2018 13:22:28 +0100
2013 Aug 10
1
broken link in docs for Binormial functions
On the local documentation page for Binomial, i.e.
http://127.0.0.1:xxxx/library/stats/html/Binomial.html
The link to Catherine Loader's paper
"Catherine Loader (2000). *Fast and Accurate Computation of Binomial
Probabilities*; available from
http://www.herine.net/stat/software/dbinom.html."
appears to be broken.
Kind regards,
Seán
[[alternative HTML version deleted]]
2004 Jul 02
2
H323 -> IAX
Hi there
I am pretty close on giving up on Asterisk :-/
I am (still) trying to make a call from a H323 phone to an Asterisk
provider using AIX. But H323 does not route the number to AIX. All it is
transmitting is an "s".
*CLI> -- Executing Dial("OH323/R27865",
"IAX2/demo:demo@gw1.musimi.dk/s") in new stack
-- Called demo:demo@gw1.musimi.dk/s
Jul 2
2013 Feb 26
3
Running R scripts with interactive-style evaluation
Hi,
when running a R-script like this:
enable_magic()
compute_stuff()
disable_magic()
the whole script is parsed into a single expression and then evaluated, whereas when using the interactive shell after each line entered, a REPL loop happens.
Is there a way to make a script evaluation behave like this, because I need a single REPL iteration for every expression in the script.
It doesn't
2002 Nov 12
2
2.5.5 build ignores $CPPFLAGS
(I'm not subscribed; Mail-Followup-To set.)
Contrary to the claim in the output of ./configure --help, $CPPFLAGS
is in fact not influential.
--- rsync-2.5.5/Makefile.in~ 2002-03-24 23:36:34.000000000 -0500
+++ rsync-2.5.5/Makefile.in 2002-11-12 17:52:04.000000000 -0500
@@ -9,6 +9,7 @@
LIBS=@LIBS@
CC=@CC@
CFLAGS=@CFLAGS@
+CPPFLAGS=@CPPFLAGS@
LDFLAGS=@LDFLAGS@
2004 Jun 30
1
Using Asterisk as H323 gateway
Hi there.
I am trying to connect Asterisk to a local danish ip-telephony provider.
But is having some difficulties. First I thougt they were related to the
provider. But then i started debugging on the Asterisk (aix2 debug)
When I make a call using AIX to the provider everything seems to work
just fine:
*CLI> -- Accepting AUTHENTICATED call from 192.168.1.150, requested
format = 1024,
2004 Mar 05
3
Lyapunov exponent code for time series
Dear all,
Has anyone worked on coding for calculating Lyapunov Exponent for a time
series data? or any package is available for computing Lyapunov?
Please advice and many thanks in advance.
Catherine X Wang
2003 Feb 12
2
Samba 3.0 AD usage problems
Dear all,
I downloaded samba3.0-alpha21 and followed each step in "ADS-HOWTO.txt".
But mapping a network directory from a Windows client failed (step 4:
Test your server setup).
(Succeeded in other steps.... Including step 5)
Only local users in the samba server can access the share folder.
(Please refer to the smb.conf listed below...)
And "#kadmin -p administrator" fails
2005 Nov 22
3
R: pp plot
hi all
i would like to know if anyone has a reference on how one would place
the "bands" on the pp plot.
i want to test whether or not a certain data set comes from a particular
distribution (not normal).
i've already plotted F(X(j)) vs j/(n+1) where F(x) is the cum dist
function, X(j) is the j'th order statistic and n is the sample size.
a goole search gave arb references
2018 Oct 05
2
Configuring two channels
Hi there,
Are you able to assist us to configure two channels on icecast?
We need to reconfigure icecast (our audio streaming server) to stream
multiple "mount" points, to include the two additional streams that a
digital radio app requires.
Thank you
Cat
--
*CATHERINE PERCY*
*Operations Manager*
M: +64 21 076 1182
W: www.ctoa.co.nz
F: www.facebook.com/CrescendoTrust
2008 Sep 03
3
incomplete final line
Hello,
I am trying to read in an Excel file that I saved as a .csv so I can analyze
my dissertation data! I am getting really frustrated because this is what I
keep getting:
In read.table(file = file, header = header, sep = sep, quote = quote, :
incomplete final line found by readTableHeader on 'month.csv'
can anyone offer some help? Thanks a lot! catherine
[[alternative HTML