Package jdistlib.inference
Interface SparseCoefficientProposal
- All Known Implementing Classes:
GaussianSparseCoefficientProposal
public interface SparseCoefficientProposal
Dimension-matching proposal for a coefficient born into a sparse model.
-
Method Summary
Modifier and TypeMethodDescriptiondoublelogDensity(double value, int candidate, SparseSubsetState conditioningState) doublesample(int candidate, SparseSubsetState conditioningState, RandomEngine random)
-
Method Details
-
sample
-
logDensity
-