Displaying 2 results from an estimated 2 matches for "sdmg".
Did you mean:
sdag
2006 May 12
6
Newbie to R: would like to solve a problem
...ood idea, but my
gut feeling is that it is not accurate for estimating kills in 1 or 2
shots (which happens in the majority of "training" monsters), or the
probability of Knockback (which is always determined by a single
shot).
The (simplified) function to represent the damage would be:
sdmg <- function(min, max, skill){
if(runif(1) > .4) (runif(1) * (max-min) + min) * skill
else (runif(1) * (max-min) + min) * (skill+1)
}
total_damage <- function(min, max, skill, num_attacks){
total <- 0
for(i in 1:num_attacks){
total <- total + sdmg(min, max, skill)
}...
2005 Feb 08
0
Core dump starting smbd
...rvices.
3) When I access the swat webpage, all the links take me to what appears to
be the main page.
4) The button images to not appear on the swat webpage.
I'm hoping there's a connection between all these failures.
Eric Maher
Systems Analyst
Slocum-Dickson Medical Group, PLLC
emaher@sdmg.com
CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, is
for the sole use of the intended recipients(s) and may contain confidential
and privileged information. Any unauthorized review, use, disclosure, or
distribution is prohibited. If you are not the intended recipient, ple...