File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2626 * Source Combiner based on delta-pdfs
2727 * ===================================
2828 *
29- * The basic principle here is that sources gives us four values:
30- * - The highest low value were the probability is zero.
31- * - The lowest high value were the probability is zero.
29+ * The basic principle here is that sources give us four values:
30+ * - The highest low value where the probability is zero
31+ * - The lowest high value where the probability is zero
3232 * - The most probable value
3333 * - The relative trust in that value [0...1]
34- * Together this defines a triangular probability density function.
34+ * Together these define a triangular probability density function (pdf) .
3535 *
3636 * The combiner adds all these pdfs' together weighted by trust
3737 * and finds the highest probability which sports a quorum.
Original file line number Diff line number Diff line change 2727 * =============
2828 *
2929 * Implement the timebase functions on top of a modern UNIX kernel which
30- * has the some version of the Mills/Kamp kernel PLL code and either
30+ * has some version of the Mills/Kamp kernel PLL code and either
3131 * [gs]ettimeofday(2) or better: clock_[gs]ettime(2) API.
3232 *
3333 */
You can’t perform that action at this time.
0 commit comments