Action: TD_EXPONENTIAL
| Module | ves |
|---|---|
| Description | Usage |
| Exponential distribution (static). |
Details and examples
Exponential distribution (static).
Employ a target distribution given by an exponential distribution that is defined as
where is the minimum of the distribution that is defined on the interval , and is the so-called rate parameter.
The minimum is given using the MINIMUM keyword, and the rate parameter is given using the LAMBDA keyword.
This target distribution action is only defined for one dimension, for multiple dimensions it should be used in combination with TD_PRODUCT_DISTRIBUTION action.
Examples
Exponential distribution with and
td: TD_EXPONENTIALExponential distribution (static). More details MINIMUMThe minimum of the exponential distribution=-10.0 LAMBDAThe lambda parameter of the exponential distribution given as positive number=0.5
The exponential distribution is only defined for one dimension so for multiple dimensions we have to use it in combination with the TD_PRODUCT_DISTRIBUTION action as shown in the following example where we have a uniform distribution for argument 1 and and an exponential distribution for argument 2
td_uni: TD_UNIFORMUniform target distribution (static). More details
td_exp: TD_EXPONENTIALExponential distribution (static). More details MINIMUMThe minimum of the exponential distribution=-10.0 LAMBDAThe lambda parameter of the exponential distribution given as positive number=0.5 td_pd: TD_PRODUCT_DISTRIBUTIONTarget distribution given by a separable product of one-dimensional distributions (static or dynamic). More details DISTRIBUTIONSLabels of the one-dimensional target distribution actions for each argument to be used in the product distribution=td_uni,td_exp
Full list of keywords
The following table describes the keywords and options that can be used with this action
| Keyword | Type | Default | Description |
|---|---|---|---|
| MINIMUM | compulsory | none | The minimum of the exponential distribution |
| LAMBDA | compulsory | none | The lambda parameter of the exponential distribution given as positive number |
| WELLTEMPERED_FACTORThis keyword do not have examples | optional | not used | Broaden the target distribution such that it is taken as [p(s)]^(1/gamma) where gamma is the well tempered factor given here |
| SHIFT_TO_ZEROThis keyword do not have examples | optional | false | Shift the minimum value of the target distribution to zero |
| NORMALIZEThis keyword do not have examples | optional | false | Renormalized the target distribution over the intervals on which it is defined to make sure that it is properly normalized to 1 |