search for: mp01

Displaying 2 results from an estimated 2 matches for "mp01".

Did you mean: mb01
2001 Dec 01
3
include/exclude ?
All, Could someone please help me resolve this: [admx:test] $ ls ERR01 ah01 ah02 an01 an02 mp01 mp02 [admx:test] $ ls {an,mp,ERR}* ERR01 an01 an02 mp01 mp02 I want to rsync only the "{an,mp,ERR}*" files across using the following command but do not see the expected results. [admx:test] $ rsync -va --exclude="*" --include="{an,mp,ERR}*" ./* mm2x::AppEr...
2007 Dec 05
1
Calculating large determinants
...tting some finite mixture models to data. Each mixture component has p parameters (p=29 in my application) and there are q components to the mixture. The number of data points is n ~ 1500. I need to select a good q and I have been considering model selection methods suggested in Chapter 6 of @BOOK{mp01, author = {McLachlan, G. J. and Peel, D.}, title = {Finite Mixture Models}, publisher = {Wiley}, address = {New York}, year = {2001} } One of these methods involves an "empirical information matrix" which is the matrix of products of parameter scores at the observ...