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

« back to all changes in this revision

Viewing changes to rkward/plugins/distributions/cauchy_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 "Cauchy probabilities" plugin-->
 
3
 
 
4
<document>
 
5
<code file="cauchy _quantiles.php" />
 
6
<dialog label="Cauchy quantiles" >
 
7
    <tabbook>
 
8
      <tab label="Cauchy quantiles" >
 
9
          <row>
 
10
            <column>
 
11
                <input initial="0.95" id="p" label="Vector of probabilities"/>
 
12
                <spinbox default_precision="2" type="real" initial="0" id="location" label="Location"/>
 
13
                <spinbox default_precision="2" type="real" min="0" initial="1" id="scale" label="Scale"/>
 
14
            </column>
 
15
            <column>
 
16
                <row>
 
17
                    <radio id="tail" label="Choose type of probability" >
 
18
                        <option value="lower.tail=TRUE" label="lower tail" />
 
19
                        <option value="lower.tail=FALSE" label="upper tail" />
 
20
                    </radio>
 
21
                </row>
 
22
                <row>
 
23
                    <radio id="logp" label="probabilities p are given as:" >
 
24
                      <option value="log.p = FALSE" label="not log(p)" />
 
25
                      <option value="log.p = TRUE" label="log(p)" />
 
26
                  </radio>
 
27
                </row>
 
28
              <stretch/>
 
29
            </column>
 
30
          </row>
 
31
      </tab>
 
32
    </tabbook>
 
33
  </dialog>
 
34
</document>