Differences between revisions 10 and 11
Revision 10 as of 2012-04-18 18:34:48
Size: 2886
Editor: bvarberg
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 66: Line 66:
To get the dice picture you need to download this [[http://wiki.sagemath.org/interact/stats?action=AttachFile&do=get&target=dishonest_casino.sws|dishonest_casino.sws]]
Line 73: Line 71:
    a = os.system('cp '+DATA+'dice_sm.png ./dice.png')
Line 76: Line 73:
    html('<img src="'+DATA+'dice_sm.png">')
Line 83: 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)