~ubuntu-branches/ubuntu/karmic/rkward/karmic

« back to all changes in this revision

Viewing changes to rkward/plugins/distributions/poisson_quantiles.xml

  • Committer: Bazaar Package Importer
  • Author(s): Thomas Friedrichsmeier
  • Date: 2006-11-06 16:30:00 UTC
  • mfrom: (1.2.1 upstream) (3.1.1 feisty)
  • Revision ID: james.westby@ubuntu.com-20061106163000-qi8ju75eqecrfay7
* new upstream release
* depend on either php4-cli or php5-cli

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE rkplugin>
 
2
<!--This is the "Poisson quantiles" plugin-->
 
3
 
 
4
<document>
 
5
    <code file="poisson_quantiles.php" />
 
6
  <dialog label="Poisson quantiles" >
 
7
    <tabbook>
 
8
      <tab label="Poisson quantiles" >
 
9
          <row>
 
10
            <column>
 
11
                <input initial="0.95" id="p" label="Vector of probabilities"/>
 
12
                <spinbox default_precision="2" type="real" initial="1" id="lambda" label="Lambda"/>
 
13
            </column>
 
14
            <column>
 
15
                <row>
 
16
                    <radio id="tail" label="Choose type of probability" >
 
17
                        <option value="lower.tail=TRUE" label="lower tail" />
 
18
                        <option value="lower.tail=FALSE" label="upper tail" />
 
19
                    </radio>
 
20
                </row>
 
21
                <row>
 
22
                    <radio id="logp" label="probabilities p are given as:" >
 
23
                      <option value="log.p = FALSE" label="not log(p)" />
 
24
                      <option value="log.p = TRUE" label="log(p)" />
 
25
                  </radio>
 
26
                </row>
 
27
              <stretch/>
 
28
            </column>
 
29
          </row>
 
30
      </tab>
 
31
    </tabbook>
 
32
  </dialog>
 
33
</document>