libkpl  5.0
A Library for Graphical Presentation of Data Sets and Functions
Public Types | Public Member Functions | Public Attributes | List of all members
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. 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...
 

Detailed Description

Data error structure.

Contains data error settings for parameter fits.

Member Enumeration Documentation

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.

Constructor & Destructor Documentation

FunItem::DataErrorStruct::DataErrorStruct ( )
inline

Initializes structure.

Member Data Documentation

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.


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