|
|||||||||
| Home >> All >> riso >> [ distributions overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
riso.distributions
Interface Delta

- 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.
|
|||||||||
| Home >> All >> riso >> [ distributions overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC