Stella Random Mating Equations

"Between Numbers" Mating Hypothesis Equations

Normal Mating = IF (Rand > (SCT Mature / (Norm Mature + SCT Mature + SCA Mature)) THEN (1) ELSE (0)

**SCT Mating = IF (SCT Mature / (Norm Mature + SCT Mature + SCA Mature)) >= Rand > (SCA Mature / (Norm Mature + SCT Mature + SCA Mature)) THEN (1) ELSE (0)

SCA Mating = IF (Rand <= (SCA Mature Mature / (Norm Mature + SCT Mature + SCA Mature)) THEN (1) ELSE (0)

 

 

"Double Overlap Numbers" Mating Hypothesis Equations

Normal Mating = IF (Rand > (SCT Mature / (Norm Mature + SCT Mature + SCA Mature)) THEN (1) ELSE (0)

**SCT Mating = IF (Rand <= (SCT Mature / (Norm Mature + SCT Mature + SCA Mature)) THEN (1) ELSE (0)

**SCA Mating = IF (Rand <= (SCA Mature Mature / (Norm Mature + SCT Mature + SCA Mature)) THEN (1) ELSE (0)

 

 

"Equal To" Numbers Mating Hypothesis Equations

Normal Mating = IF (Rand > (SCT Mature / (Norm Mature + SCT Mature + SCA Mature)) THEN (1) ELSE (0)

SCT Mating = IF (Rand <= (SCT Mature / (Norm Mature + SCT Mature + SCA Mature)) THEN (1) ELSE (0)

**SCA Mating = IF (Rand = (SCA Mature Mature / (Norm Mature + SCT Mature + SCA Mature)) THEN (1) ELSE (0)