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

Quick Search    Search Deep

riso.distributions
Interface Delta  view Delta download Delta.java

All Superinterfaces:
ConditionalDistribution, Distribution
All Known Implementing Classes:
DiscreteDelta, GaussianDelta

public interface Delta
extends Distribution

Each class whose density is a delta function is marked with this interface.


Method Summary
 double[] get_support()
          Return the point on which the mass of this density is concentrated.
 
Methods inherited from interface riso.distributions.Distribution
cdf, effective_support, expected_value, initial_mix, log_p, log_prior, ndimensions, p, random, sqrt_variance, update
 
Methods inherited from interface riso.distributions.ConditionalDistribution
clone, format_string, get_density, get_nstates, ndimensions_child, ndimensions_parent, p, parse_string, random, set_variable
 

Method Detail

get_support

public double[] get_support()
                     throws java.lang.IllegalArgumentException
Return the point on which the mass of this density is concentrated.