Maximum likelihood input

<< >>

Navigation:  Amos Graphics Reference Guide > Main Window > Main menu > View menu > View analysis properties > Bias tab >

Maximum likelihood input

Menu: ViewAnalysis PropertiesBiasCovariances supplied as inputMaximum likelihood

Specifies that any sample covariances that are read from a data file are (biased) maximum likelihood estimates of the corresponding population covariances.

For more information, see the InputMLMoments method of the AmosEngine class.

Programming

In Amos Graphics programs, you can select this option by using the following statement (Visual Basic):

      Pd.GetRadioButton("AnalysisPropertiesForm", "OptionInputBias_ML").Checked = True