<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman, new york, times, serif;font-size:12pt"><DIV>Dear All:</DIV>
<DIV> </DIV>
<DIV>Can somebody have experience to SetParameters for GaussianMixtureModelComponent class?</DIV>
<DIV> </DIV>
<DIV>ITK statistic example is for one dimension MesuremenVector, thus </DIV>
<DIV> typedef itk::Array< double > ParametersType;<BR> ParametersType params( 2 );</DIV>
<DIV> </DIV>
<DIV>params(2) containing mean and variation are enough.</DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV>Now my measurement vection is 3x1.</DIV>
<DIV> </DIV>
<DIV>so the mean is 3x1, and the covariance matrix should be 3x3.</DIV>
<DIV> </DIV>
<DIV>How should I give this intial parameters in this case? Only mean value for each component ok? (I tried only give means, at least, the program can be build).</DIV>
<DIV> </DIV>
<DIV>Can somebody teach me?</DIV>
<DIV> </DIV>
<DIV>Thanks</DIV>
<DIV> </DIV>
<DIV>Baoyun</DIV></div><br>
</body></html>