Skip to content
Snippets Groups Projects
Commit be281292 authored by Keane Reynolds's avatar Keane Reynolds
Browse files

Uploaded Example 17 from the manual

parent 48ff08f2
No related branches found
No related tags found
4 merge requests!6Keane branch,!5Keane branch,!4Keane branch,!3Keane branch
/* Example17_SharedEvents_ProbabilityCalculationsType1.mp
A simple example of shared events. If one root has a, the other root
also has a. If neither root has a, then root 1 must have b, and root 2
must have c. Additionally, probabilities show how "SHARE ALL" increases
the chances of the shared event.
*/
SCHEMA Shared_Events
ROOT R1: (<<0.6>> a | b);
ROOT R2: (<<0.8>> a | c);
R1, R2 SHARE ALL a;
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment