~l3on/ubuntu/precise/rkward/rebuild1

« back to all changes in this revision

Viewing changes to rkward/plugins/distributions/clt/plot_t_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_t_clt.php" />
 
4
        <help file="plot_t_clt.rkh" />
 
5
        <snippets>
 
6
                <snippet id="dist_options">
 
7
                        <frame id="frame_tparam" label="t Parameters">
 
8
                                <spinbox default_precision="1" type="real" id="df" min="2.01" initial="3" label="Degrees of freedom" />
 
9
                                <spinbox default_precision="1" type="real" id="ncp" initial="0" label="Non-centrality parameter" />
 
10
                        </frame>
 
11
                </snippet>
 
12
                <include file="plot_clt_snippets.xml"/>
 
13
        </snippets>
 
14
        <logic>
 
15
                <insert snippet="clt_logic"/>
 
16
                <set id="dist_stepfun.default_dopoints" to="false" />
 
17
                <set id="plotoptions.default_main" to="t"/>
 
18
        </logic>
 
19
        <dialog label="Central Limit Theorem: t to Normal" >
 
20
                <insert snippet="clt_layout"/>
 
21
        </dialog>
 
22
</document>