~l3on/ubuntu/precise/rkward/rebuild1

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Thomas Friedrichsmeier
  • Date: 2008-04-20 21:30:00 UTC
  • mfrom: (1.2.2 upstream) (3.1.9 hardy)
  • Revision ID: james.westby@ubuntu.com-20080420213000-fs4i8efmfc793bnn
new upstream release
closes: #475175
closes: #463348
closes: #475982

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE rkplugin>
 
2
<document>
 
3
        <code file="tukey_probabilities.php" />
 
4
        <snippets>
 
5
                <snippet id="dist_options">
 
6
                        <spinbox min="1" type="integer" initial="2" id="nmeans" label="Sample size for range"/>
 
7
                        <input default_precision="2" initial="5" id="df" label="Degrees of freedom for s"/>
 
8
                        <spinbox default_precision="2" type="integer" initial="1" min="0" id="nranges" label="Number of groups whose maximum range is considered"/>
 
9
                </snippet>
 
10
                <include file="dist_snippets.xml"/>
 
11
        </snippets>
 
12
        <dialog label="Studentized Range Distribution" >
 
13
                <insert snippet="probabilities_layout"/>
 
14
        </dialog>
 
15
</document>