Class representing Ecological models
| Parameters: | name – name of the class, can be either ewens, etienne or lognorm |
|---|---|
| Returns: | EcologicalModel object |
log-likelihood function
| Parameters: | params – a list of 2 parameters:
|
|---|---|
| Returns: | log likelihood of given theta and I |
Main function to optimize theta and I using etienne likelihood function using Scipy package, values that are closest to the one proposed by Tetame, are raised by fmin function.
| Parameters: |
|
|---|