Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

riso.distributions
Interface PosteriorHelper  view PosteriorHelper download PosteriorHelper.java

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
TrivialPosteriorHelper

public interface PosteriorHelper
extends java.io.Serializable


Method Summary
 Distribution compute_posterior(Distribution pi, Distribution lambda)
           
 

Method Detail

compute_posterior

public Distribution compute_posterior(Distribution pi,
                                      Distribution lambda)
                               throws java.lang.Exception