KDEMultivariateConditional.loo_likelihood(bw, func=<function KDEMultivariateConditional.<lambda>>) [source]
Returns the leave-one-out conditional likelihood of the data.
If func is not equal to the default, what’s calculated is a function of the leave-one-out conditional likelihood.
| Parameters: |
|
|---|---|
| Returns: |
L – The value of the leave-one-out function for the data. |
| Return type: |
float |
Similar to KDE.loo_likelihood`, but substitute ``f(y|x)=f(x,y)/f(x) for f(x).
© 2009–2012 Statsmodels Developers
© 2006–2008 Scipy Developers
© 2006 Jonathan E. Taylor
Licensed under the 3-clause BSD License.
http://www.statsmodels.org/stable/generated/statsmodels.nonparametric.kernel_density.KDEMultivariateConditional.loo_likelihood.html