Differences between revisions 3 and 11 (spanning 8 versions)
Revision 3 as of 2010-04-02 15:34:30
Size: 2772
Comment:
Revision 11 as of 2012-05-09 04:15:11
Size: 2612
Editor: jason
Comment:
Deletions are marked like this. Additions are marked like this.
Line 11: Line 11:
{{{ {{{#!sagecell
Line 45: Line 45:
{{{ {{{#!sagecell
Line 63: Line 63:
based on the classic example in "Biological Sequence Analysis" by Durbin et al.
To get the dice picture you need to download this {{worksheet copy|dishonest_casino.sws}}
{{{

B
ased on the classic example in "Biological Sequence Analysis" by Durbin et al.

{{{#!sagecell
Line 70: Line 71:
    a = os.system('cp '+DATA+'dice_sm.png ./dice.png')
Line 73: Line 73:
    html('<img src="'+DATA+'dice_sm.png">')
Line 80: Line 79:
    html('Actual: '+ actual_str)
}}}
    html('Actual: '+ actual_str)}}}

Sage Interactions - Statistics and Probability

goto interact main page

A Random Walk

by William Stein

randomwalk.png

3D Random Walk

randomwalk3d.png

Hidden Markov Model: The Occasionally Dishonest Casino

by Marshall Hampton

Based on the classic example in "Biological Sequence Analysis" by Durbin et al.

hmm_casino.png

interact/stats (last edited 2020-06-01 18:40:49 by kcrisman)