Displaying 5 results from an estimated 5 matches for "memoryless".
Did you mean:
memorydefs
2010 Jun 13
1
Simulating a Poisson Process in R by calling C Code over .Call
Hi
I want to write a C function for the R Code below and call it with .Call:
SimPoisson <- function(lambda,tgrid,T2M)
#Simulation eines Poissonprozesses
{
NT <- 0
Ni <- rep(0,length(tgrid))
tau <- 0
sign <- 0
if(lambda != 0)
{
i=1
j=1
while (1)
{
EVar <- rexp(1,lambda)
sign <- sign + EVar
if (sign > T2M)
{
break
}
tau[i] <- sign
2002 Jan 11
2
new dgamma rate argument
Can someone explain to me in what way the new (dpqr)gamma parameter
can be interpreted as a rate (when shape != 1)? The only gamma rate
that I am aware of is the hazard rate given by dgamma/(1-pgamma), the
log of which is returned by my hgamma function (event library).
Jim
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read
2005 May 30
2
Meridian 808 Function
Hi,
Some time ago, there was a discussion about the inability of nortel meridian pbx to dial
analog tones thru an meridian ATA, and the work arround was to enable 808 function that
makes the dtmf tones long for the current call.
The nortel meridian is connected via a nortel ATA to a TDM400 to a FXO port.
Anyone can say me who to actually use that function (you dial something or is pbx
2020 Jan 03
5
u2f seed
How does a u2f website then authenticate the same user, with the same keyfob, on a different machine? If that actually works, then we should be able to use the same mechanism. Maybe it doesn't, and some people are going to be locked out of their account when their machine fails and they have to go to another one. portability was one of the selling points of u2f though I thought. Maybe I'll
2003 Dec 16
16
mailing list for basic questions - preliminary sum up
Dear R-user,
I already received quite a lot of replies to this mail and like to do a
preliminary sum up.
A few were sceptical about the use of such a beginner mailing list.
The arguments were that people starting with R will only stay subscribed for
a short time
until they reached the R-help "level" and therefore only beginner will teach
beginner how to
use R.
But as far