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

Quick Search    Search Deep

riso.distributions
Class TrivialLambdaHelper  view TrivialLambdaHelper download TrivialLambdaHelper.java

java.lang.Object
  extended byriso.distributions.TrivialLambdaHelper
All Implemented Interfaces:
LambdaHelper, java.io.Serializable

public class TrivialLambdaHelper
extends java.lang.Object
implements LambdaHelper


Constructor Summary
TrivialLambdaHelper()
           
 
Method Summary
 Distribution compute_lambda(Distribution[] lambda_messages)
          In the case there is no diagnostic support, lambda is noninformative.
static riso.general.SeqTriple[] description()
          Returns a description of the sequences of distributions accepted by this helper -- namely any number of Noninformative.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TrivialLambdaHelper

public TrivialLambdaHelper()
Method Detail

description

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


compute_lambda

public Distribution compute_lambda(Distribution[] lambda_messages)
                            throws java.lang.Exception
In the case there is no diagnostic support, lambda is noninformative.

Specified by:
compute_lambda in interface LambdaHelper