robust estimation results
| Name | ToolTip | Associated Class | Default Value |
|---|---|---|---|
| Config | threshold on accumulation intensities for local maxima extraction | RobustEstimationConfig | |
| NbEstimParams | number of estimated parameters | integer | |
| InputDataSize | size of input data (size of each elements in input data set) | integer | |
| NbMinDataForEstimation | minimum number of input data for a simple estimation | integer | |
| NbMinDataForRobustEstimation | minimum number of input data for a robust estimation | integer | |
| NbInputData | number of input data available for estimation | integer | |
| EstimationStatusFlag | flag associated to estimation status | boolean | |
| EstimationStatusMsg | estimation status message | integer | |
| RobustEstimationDone | flag indicating whether a robust estimation has been proceeded | boolean | |
| EstimParams | estimated parameters | vector of real | |
| ResidualsSet | estimation residuals | vector of real | |
| OutlierFlags | estimated outlier flags | vector of boolean | |
| EstimOutlierThreshold | outlier threshold estimated during processing | real | |
| NbNonLinearIteration | Number of non linear iteration proceeded, a null value stands for no non linear processing done. | integer |