36 #ifndef __IPSDKMATH_BASEGAUSSIANCURVEESTIMATOR_H__ 37 #define __IPSDKMATH_BASEGAUSSIANCURVEESTIMATOR_H__ 40 #include <IPSDKMath/Estimation/BaseEstimator.h> 83 #endif // __IPSDKMATH_BASEGAUSSIANCURVEESTIMATOR_H__ Vector ParameterType
parameter type resulting from estimation
Definition: EstimationTypes.h:61
Definition of import/export macro for library.
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Base class for parametric estimation from data set.
Definition: BaseEstimator.h:35
std::vector< DataType > DataSet
collection of data associated to estimation
Definition: EstimationTypes.h:67
Base class allowing to estimate gaussian curve parameters from a set of input data (based on Caruana...
Definition: BaseGaussianCurveEstimator.h:48
#define IPSDKMATH_API
Import/Export macro for library IPSDKMath.
Definition: IPSDKMathExports.h:27
Vector ResidualsSet
residuals type resulting from estimation
Definition: EstimationTypes.h:64
IPSDKMATH_API void processEstimation(const EstimationConfig &config, const EstimatorPtr &pEstimator, const DataSet &inputDataSet, EstimationResults &results)
function allowing to launch a robust estimation process
uint32_t ipUInt32
Base types definition.
Definition: BaseTypes.h:53