|
67 | 67 | "- EN: mutliplicative noise (inhomogeneous)\n", |
68 | 68 | "> The value of each exposure point is independently multiplied by a random number sampled uniformly from a distribution with (min, max) = bounds_noise. EN is the value of the seed for the uniform random number generator.\n", |
69 | 69 | "- EL: sample uniformly from exposure list\n", |
70 | | - "> Uniformly sample one element from the provided list of exposures. For example, LitPop instances with different exponents.\n", |
71 | | - "\n", |
| 70 | + "> For each sample, one element is drawn uniformly from the provided list of exposures. For example, LitPop instances with different exponents.\n", |
72 | 71 | "\n", |
73 | 72 | "If a bounds is None, this parameter is assumed to have no uncertainty." |
74 | 73 | ] |
|
1153 | 1152 | "- IFi: shift the intensity (homogeneously)\n", |
1154 | 1153 | "> The value intensity are all summed with a random number sampled uniformly from a distribution with (min, max) = bounds_int\n", |
1155 | 1154 | "- IL: sample uniformly from impact function set list\n", |
1156 | | - "> Uniformly sample one element from the provided list of impact function sets. For example, impact functions obtained from different calibration methods.\n", |
1157 | | - "\n", |
| 1155 | + "> For each sample, one element is drawn uniformly from the provided list of impact function sets. For example, impact functions obtained from different calibration methods.\n", |
1158 | 1156 | "\n", |
1159 | 1157 | "If a bounds is None, this parameter is assumed to have no uncertainty." |
1160 | 1158 | ] |
|
1268 | 1266 | "- EN: mutliplicative noise (inhomogeneous)\n", |
1269 | 1267 | "> The value of each exposure point is independently multiplied by a random number sampled uniformly from a distribution with (min, max) = bounds_noise. EN is the value of the seed for the uniform random number generator.\n", |
1270 | 1268 | "- EL: sample uniformly from exposure list\n", |
1271 | | - "> Uniformly sample one element from the provided list of exposures. For example, LitPop instances with different exponents.\n", |
| 1269 | + "> For each sample, one element is drawn uniformly from the provided list of exposures. For example, LitPop instances with different exponents.\n", |
1272 | 1270 | "- MDD: scale the mdd (homogeneously)\n", |
1273 | 1271 | "> The value of mdd at each intensity is multiplied by a number sampled uniformly from a distribution with (min, max) = bounds_mdd\n", |
1274 | 1272 | "- PAA: scale the paa (homogeneously)\n", |
1275 | 1273 | "> The value of paa at each intensity is multiplied by a number sampled uniformly from a distribution with (min, max) = bounds_paa\n", |
1276 | 1274 | "- IFi: shift the intensity (homogeneously)\n", |
1277 | 1275 | "> The value intensity are all summed with a random number sampled uniformly from a distribution with (min, max) = bounds_int\n", |
1278 | 1276 | "- IL: sample uniformly from impact function set list\n", |
1279 | | - "> Uniformly sample one element from the provided list of impact function sets. For example, impact functions obtained from different calibration methods.\n", |
| 1277 | + "> For each sample, one element is drawn uniformly from the provided list of impact function sets. For example, impact functions obtained from different calibration methods.\n", |
1280 | 1278 | "\n", |
1281 | 1279 | "\n", |
1282 | 1280 | "If a bounds is None, this parameter is assumed to have no uncertainty." |
|
1821 | 1819 | "- EN: mutliplicative noise (inhomogeneous)\n", |
1822 | 1820 | "> The value of each exposure point is independently multiplied by a random number sampled uniformly from a distribution with (min, max) = bounds_noise. EN is the value of the seed for the uniform random number generator.\n", |
1823 | 1821 | "- EL: sample uniformly from exposure list\n", |
1824 | | - "> Uniformly sample one element from the provided list of exposures. For example, LitPop instances with different exponents.\n", |
| 1822 | + "> For each sample, one element is drawn uniformly from the provided list of exposures. For example, LitPop instances with different exponents.\n", |
1825 | 1823 | "- MDD: scale the mdd (homogeneously)\n", |
1826 | 1824 | "> The value of mdd at each intensity is multiplied by a number sampled uniformly from a distribution with (min, max) = bounds_mdd\n", |
1827 | 1825 | "- PAA: scale the paa (homogeneously)\n", |
1828 | 1826 | "> The value of paa at each intensity is multiplied by a number sampled uniformly from a distribution with (min, max) = bounds_paa\n", |
1829 | 1827 | "- IFi: shift the impact function intensity (homogeneously)\n", |
1830 | 1828 | "> The value intensity are all summed with a random number sampled uniformly from a distribution with (min, max) = bounds_impfi\n", |
1831 | 1829 | "- IL: sample uniformly from impact function set list\n", |
1832 | | - "> Uniformly sample one element from the provided list of impact function sets. For example, impact functions obtained from different calibration methods.\n", |
1833 | | - "\n", |
| 1830 | + "> For each sample, one element is drawn uniformly from the provided list of impact function sets. For example, impact functions obtained from different calibration methods.\n", |
1834 | 1831 | "\n", |
1835 | 1832 | "If a bounds is None, this parameter is assumed to have no uncertainty." |
1836 | 1833 | ] |
|
0 commit comments