~ubuntu-branches/ubuntu/precise/dbacl/precise

« back to all changes in this revision

Viewing changes to doc/example1.risk

  • Committer: Bazaar Package Importer
  • Author(s): Clint Adams
  • Date: 2005-05-07 12:59:53 UTC
  • Revision ID: james.westby@ubuntu.com-20050507125953-xzy2bwkb2qamglwm
Tags: upstream-1.9
ImportĀ upstreamĀ versionĀ 1.9

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# example risk specification using "interest rate" losses
 
2
categories {
 
3
    one, two, three
 
4
}
 
5
prior {
 
6
    1, 1, 1
 
7
}
 
8
loss_matrix { 
 
9
"" one   [ 0,               (1.1)^complexity,  (1.0)^complexity ]
 
10
"" two   [(1.1)^complexity, 0,                 (1.7)^complexity ] 
 
11
"" three [(1.5)^complexity, (1.01)^complexity, 0 ]
 
12
 
13