|
libkpl
5.0
A Library for Graphical Presentation of Data Sets and Functions
|
Data error structure. More...
#include <funitem.h>
Public Types | |
| enum | ErrorModelArgument { ColX, ColY } |
| Error model function argument. More... | |
Public Member Functions | |
| DataErrorStruct () | |
| Initializes structure. More... | |
Public Attributes | |
| bool | fitErrCol |
| True for using error column of array item instead of error model function. | |
| ErrorModelArgument | errModArg |
| Error model function argument. More... | |
| double | parErrMod [NumParMax] |
| Parameter array for error model function. More... | |
| QString | errModName |
| Name of error model function. More... | |
| QString | errModPath |
| Path of library containing error model function. More... | |
Data error structure.
Contains data error settings for parameter fits.
|
inline |
Initializes structure.
| ErrorModelArgument FunItem::DataErrorStruct::errModArg |
Error model function argument.
| QString FunItem::DataErrorStruct::errModName |
Name of error model function.
| QString FunItem::DataErrorStruct::errModPath |
Path of library containing error model function.
| double FunItem::DataErrorStruct::parErrMod[NumParMax] |
Parameter array for error model function.
1.8.13