FullprofPolynomial

Description

A fullprof polynomial function of degree n is defined as:

y=A0+A1×x+A2×x2+...+An×xn, where x=tofBkpos1

and A0,...,An are constant coefficients. Note: n must be either 6 or 12.

Attributes (non-fitting parameters)

Name

Type

Default

Description

n

Bkpos

Properties (fitting parameters)

Name

Default

Description

A0

0.0

A1

0.0

A2

0.0

A3

0.0

A4

0.0

A5

0.0

Categories: FitFunctions | Background

Source

C++ header: FullprofPolynomial.h

C++ source: FullprofPolynomial.cpp