public interface HasPdf
pdf(la.la.Value)
, and a nlPdf(la.la.Value)
.
Class ByPdf.M
does this, as may others.Modifier and Type | Method and Description |
---|---|
double |
nlPdf(Value d)
nlPdf, the negative log
pdf(d) . |
double |
pdf(Value d)
pdf, the probability density function, as applied to a datum, d.
|