Diff for "FAQ/mixtures" - CBU statistics Wiki
location: Diff for "FAQ/mixtures"
Differences between revisions 1 and 2
Revision 1 as of 2008-12-08 14:42:31
Size: 670
Editor: PeterWatson
Comment:
Revision 2 as of 2008-12-08 14:43:36
Size: 667
Editor: PeterWatson
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:

The bimodal data is [attachment:bim.sav here] which shows two bumps as we can see from this [attachment:bim_hist.html histogram.]
The bimodal data is [attachment:bim.sav here] which shows two bumps as we can see from this [attachment:bim_hist.jpg histogram.]

The bimodal data is [attachment:bim.sav here] which shows two bumps as we can see from this [attachment:bim_hist.jpg histogram.]

/ input         file= 'bimodal2.dat'.
                 variables=1.
                 format=free.

 / variable      names = bdat.

 / estimate      parameters=4.

 / parameter     names=mu, sigmasq, mu2, sigmasq2.
                 initial = 2, 0.5, 7, 2.

 / density       f = 0.5*exp(-(bdat-mu)**2/(2*sigmasq))/
                     sqrt(6.2832*sigmasq) +
                     0.5*exp(-(bdat-mu2)**2/(2*sigmasq2))/
                     sqrt(6.2832*sigmasq2).

 / end

bmdp le mlm.bmdp mlm.out

None: FAQ/mixtures (last edited 2013-03-08 10:17:44 by localhost)