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

- All Superinterfaces:
- ConditionalDistribution, Distribution
- All Known Implementing Classes:
- Gaussian, SplineDensity
- public interface Translatable
- extends Distribution
| Method Summary | |
void |
translate(double a)
Move the support interval of this distribution from [x0,x1] to x0+a,x1+a. |
| 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 |
translate
public void translate(double a)
throws java.lang.IllegalArgumentException
- Move the support interval of this distribution from [x0,x1]
to x0+a,x1+a.
|
|||||||||
| Home >> All >> riso >> [ distributions overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC