|
⇤ ← Revision 1 as of 2008-12-08 14:42:31
Size: 670
Comment:
|
Size: 667
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).
/ endbmdp le mlm.bmdp mlm.out
