~l3on/ubuntu/precise/rkward/rebuild1

« back to all changes in this revision

Viewing changes to rkward/plugins/distributions/clt/plot_geometric_clt.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="plot_geometric_clt.php" />
 
4
        <help file="plot_geometric_clt.rkh" />
 
5
        <snippets>
 
6
                <snippet id="dist_options">
 
7
                        <frame id="frame_geomparam" label="Geometric Parameters">
 
8
                                <spinbox default_precision="2" type="real" id="prob" initial="0.5" min="0" max="1" label="Probability of success on each trial" />
 
9
                        </frame>
 
10
                </snippet>
 
11
                <include file="plot_clt_snippets.xml"/>
 
12
        </snippets>
 
13
        <logic>
 
14
                <insert snippet="clt_logic"/>
 
15
                <set id="dist_stepfun.default_verticals" to="false" />
 
16
                <set id="plotoptions.default_main" to="Geometric"/>
 
17
        </logic>
 
18
        <dialog label="Central Limit Theorem: Geometric to Normal" >
 
19
                <insert snippet="clt_layout"/>
 
20
        </dialog>
 
21
</document>