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

Quick Search    Search Deep

riso.distributions
Class TrivialPosteriorHelper  view TrivialPosteriorHelper download TrivialPosteriorHelper.java

java.lang.Object
  extended byriso.distributions.TrivialPosteriorHelper
All Implemented Interfaces:
PosteriorHelper, java.io.Serializable

public class TrivialPosteriorHelper
extends java.lang.Object
implements PosteriorHelper


Constructor Summary
TrivialPosteriorHelper()
           
 
Method Summary
 Distribution compute_posterior(Distribution pi, Distribution lambda)
           
static riso.general.SeqTriple[] description()
          Returns a description of the sequences of distributions accepted by this helper -- namely exactly one AbstractDistribution followed by one Noninformative.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TrivialPosteriorHelper

public TrivialPosteriorHelper()
Method Detail

description

public static riso.general.SeqTriple[] description()
Returns a description of the sequences of distributions accepted by this helper -- namely exactly one AbstractDistribution followed by one Noninformative.


compute_posterior

public Distribution compute_posterior(Distribution pi,
                                      Distribution lambda)
                               throws java.lang.Exception
Specified by:
compute_posterior in interface PosteriorHelper