libkpl  6.0
A Library for Graphical Presentation of Data Sets and Functions
FunItem::DataErrorStruct Struct Reference

Data error structure. More...

#include <funitem.h>

Public Types

enum  ErrorModelArgument { ColX , ColY }
 Error model function argument. More...
 

Public Member Functions

 DataErrorStruct ()
 Initializes structure.
 

Public Attributes

bool fitErrCol
 True for using error column of array item instead of error model function.
 
ErrorModelArgument errModArg
 Error model function argument.
 
double parErrMod [NumParMax]
 Parameter array for error model function.
 
QString errModName
 Name of error model function.
 
QString errModPath
 Path of library containing error model function.
 

Detailed Description

Data error structure.

Contains data error settings for parameter fits.

Member Enumeration Documentation

◆ ErrorModelArgument

Error model function argument.

Column of array item to be used as argument for the error model function.

Enumerator
ColX 

x column.

ColY 

y column.


The documentation for this struct was generated from the following file: