(model** mo, int model_number,
int* sequence, int seq_len,
double* log_p)
Determine best model for a given integer sequence.
Documentation
Determine best model for a given integer sequence.
Choose from the set of models the
one with the highest likelihood for the given sequence.
- Parameters:
- - mo array of models
- model\_number number of models
sequence - sequence
- seq\_len length of sequence
log - \_p log likelihood of the sequence given the best model
- Returns:
- index of best\_model (between 0 and model\_number - 1)
Alphabetic index
This page was generated with the help of DOC++.