Biogeme: Python Library
2.5
|
Functions to calculate the log likelihood. More...
Go to the source code of this file.
Functions | |
def | loglikelihood.loglikelihood (prob) |
Simply computes the log of the probability. More... | |
def | loglikelihood.mixedloglikelihood (prob) |
Compute a simulated loglikelihood function. More... | |
def | loglikelihood.likelihoodregression (meas, model, sigma) |
Computes likelihood function of a regression model. More... | |
def | loglikelihood.loglikelihoodregression (meas, model, sigma) |
Computes log likelihood function of a regression model. More... | |
Functions to calculate the log likelihood.
Definition in file loglikelihood.py.