Displaying 10 results from an estimated 10 matches for "sump".
Did you mean:
smp
2008 Aug 21
3
[help] simulation of a simple Marcov Stochastic process for population genetics
...next generations, my script is as follows. It cannot run
successfully, declaring that the "ylim should be limited. " I wonder where
the bug is. Thanks very much!
generation<-function(i,N)
{
m<-1;gen<-numeric();
for(m in 1:50)
{
testp<-runif(1,0,1);
j<-0; sump<-0;
while(sump < testp)
{ sump<-sump+dbinom(j,2*N,i/(2*N));
j<-j+1;
}
i<-j; gen[m]<-j/(2*N); m<-m+1;
}
plot(m, gen[m]);
}
--
View this message in context: http://www.nabble.com/-help--simulation-of-a-simple-Marcov-Stochastic-process-for-p...
2011 Apr 21
0
C source code question (Robustbase edition)
...eof(int));
int *q = (int *)R_alloc(n, sizeof(int));
int *weight = (int *)R_alloc(n, sizeof(int));
double trial = R_NaReal;/* -Wall */
Rboolean found;
int h, i, j,jj,jh;
/* Following should be `long long int' : they can be of order n^2 */
int64_t k, knew, nl,nr, sump,sumq;
h = n / 2 + 1;
//h = n - p0 + 1;
k = (int64_t)h * (h - 1) / 2;
for (i = 0; i < n; ++i) {
y[i] = x[i];
left [i] = n - i + 1;
right[i] = (i <= h) ? n : n - (i - h);
/* the n - (i-h) is from the paper; original code had `n' */
}
R_qsort(y, 1, n); /* y := s...
2008 Jul 10
1
Interpretation of EXACT Statistical Test in finding the probability as Std. Deviations (SumP)
...the Biddle Consulting site that has a program setup to deal
with this kind of thing. Unfortunately, it is not currently functioning,
and has not been for some time. As a result, I'm trying to figure out how
to do this on my own.
What I'm after is the "Probability as Std. Deviations (SumP)" which can be
seen here;
http://www.biddle.com/adverseimpacttoolkit/SelectionRateComparison.aspx
I appreciate the time everyone took in getting me straightened out on my
previous question. Hopefully I've provided a somewhat more meaningful
scenario here.
--
View this message in contex...
2006 Mar 27
0
Graded Response Model Simulation (SAS code conversion)
...side a simulation code. Here is the SAS code:
%MACRO GRGEN;
DO G=1 TO NCAT-1;
Z=EXP(A*(THETA-BB(G))); PS(G)=Z/(1+Z);
END;
PP(1)=1-PS(1); PP(NCAT)=PS(NCAT-1);
DO G=2 TO NCAT-1;
PP(G)=PS(G-1)-PS(G);
END;
X=RANUNI(-1);
SUMP=0; R(J)=1;
DO K=1 TO NCAT-1;
SUMP=SUMP+PP(K);
IF X>SUMP THEN R(J)=K+1;
END;
%MEND GRGEN;
Now, I am totally unfamiliar to simulation in R. So does anyone have a good reference I could go to convert this? Or have any suggestion...
2004 Dec 20
2
Is there hardware to remote control
> From: Ronald Wiplinger <ronald@elmit.com>
> Subject: [Asterisk-Users] Is there hardware to remote control
> available?
> To: Asterisk Users Mailing List - Non-Commercial Discussion
> <asterisk-users@lists.digium.com>
> Message-ID: <41C6D43F.5070201@elmit.com>
> Content-Type: text/plain; charset=us-ascii; format=flowed
>
> I am looking for a
2008 Feb 20
12
no luck with Xen....
...ation starts
and then suddenly I/O stopped, domU
still listet in VirtManager but domU frozen, no more I/O on the system
in the middle we also faced a ''black-screen of death'' ie. system
spontaniously rebooted without notice or dump I believe during some steps in 5)
So to sump-up, it seems that everytime an installation attempted
to start I/O to the pseudo-domU disk of whatever nature, I/O
just stopped and the domU''s gone out to luch while the dom0 is up
(apart from the panic and reboot cases)
We even tried to put the target onto a 2nd internal SATA disk, with...
2012 Sep 04
1
cenboxplot(): Reporting Limit Twice Correct Concentration
...64L, 64L, 64L, 64L, 64L, 64L,
64L, 64L, 64L, 64L, 64L), .Label = c("D-1", "D-2", "D-3", "D-4",
"D-5", "D-6", "D-7", "D-8", "D-9", "Effluent", "GB-ES1", "GW-2",
"Gold Bowl Sump", "Influent", "JJ-16", "JJ-18", "JJ-20", "JJ-22",
"MC-1", "MC-2", "MC-3", "MW-1", "MW-10", "MW-11", "MW-12", "MW-13",
"MW-14", "MW-15", "...
2005 Jan 13
1
Status of latest round of Allison recordings
...e
intruder
is
kitchen
lamp
lamps
landscape
laundry
library
light
lights
livingroom
locked
locking
mailbox
master
off
office
on
open
patio
phone
play
play room
pool
porch
power failure
pressure
quiet mode
reset
roof
room
rooms
second floor
secure
security system
set
side
solar
sprinklers
still
stove
sump pump
sunroom
system
systems
thermostat
tower
unlocked
unlocking
up
volt
volts
washing machine
water heater
watt
watts
well pump
window
windows
yard
ohm
ohms
farad (fair'-add)
farads
degree
degrees
kelvin
decibel
decibels
* Automation prompts:
For a quick status report...
For an extended status...
2012 Aug 22
1
Error in if (n > 0)
...46L, 47L, 50L, 51L, 57L, 59L,
60L, 62L, 63L, 64L, 64L), .Label = c("D-1", "D-2", "D-3", "D-4",
"D-5", "D-6", "D-7", "D-8", "D-9", "Effluent", "GB-ES1", "GW-2",
"Gold Bowl Sump", "Influent", "JJ-16", "JJ-18", "JJ-20", "JJ-22",
"MC-1", "MC-2", "MC-3", "MW-1", "MW-10", "MW-11", "MW-12", "MW-13",
"MW-14", "MW-15", "...
2006 Nov 17
1
gjournal on 6.x wont build
Hi all,
I was intending on trying out gjournal on a new disk i've added in my
desktop. I had a look to see what the most recent patch provided by
Pawel and found
http://people.freebsd.org/~pjd/patches/gjournal6_20061024.patch
I created the directories as per Pawel's original post
(http://lists.freebsd.org/pipermail/freebsd-fs/2006-June/001962.html)
and the patch succeeded with no failed