distributions/
gauss_like__define.pro
This class implements the Likelihood abstract class to compute likelihoods using a 1D gaussian as the model distribution.
Class description for gauss_like
Inheritance
All ancestor classes: likelihood distribution
Fields in likelihood
- DATA ptr_new()
Fields in distribution
- DUMMY 0S
Routines
result = gauss_like::loglikelihood(model)Computer the log-likelihood of the data under a given model.
result = gauss_like::likelihood(model)Compute the likelihood of the data under a given model
gauss_like__defineInstantiate the object
Routine details
topgauss_like::loglikelihood
result = gauss_like::loglikelihood(model)
Computer the log-likelihood of the data under a given model.
Return value
The log-likelihood of the data
Parameters
- model
File attributes
| Modifcation date: | Mon Mar 22 16:17:13 2010 |
| Lines: | 60 |
![[attach.png]](../idldoc-resources/attach.png)