OpenCog Framework
Branch: master, revision 6f0b7fc776b08468cf1b74aa9db028f387b4f0c0
|
#include <gsl/gsl_math.h>
#include <gsl/gsl_integration.h>
#include "IndefiniteTruthValue.h"
#include <opencog/util/platform.h>
#include <opencog/util/exceptions.h>
Go to the source code of this file.
Macros | |
#define | W() getU()-getL(); |
#define | DPRINTF(...) |
Functions | |
static double | integralFormula (double x, void *params) |
static strength_t | DensityIntegral (strength_t lower, strength_t upper, strength_t L_, strength_t U_, count_t k_, strength_t s_) |
#define DPRINTF | ( | ... | ) |
Definition at line 37 of file IndefiniteTruthValue.cc.
#define W | ( | ) | getU()-getL(); |
Definition at line 34 of file IndefiniteTruthValue.cc.
|
static |
Definition at line 60 of file IndefiniteTruthValue.cc.
References integralFormula(), and python.bindlink::result.
|
static |