2.5.4.2 LROptions


Name

LROptions

Description

Declaration

typedef struct tagLROptions
{
	bool	_id(IDE_LR_FIX_SLOPE)			FixSlope;
	double	_id(IDE_LR_FIX_SLOPE_AT)		FixSlopeAt;
	int 	_id(IDE_FIT_ERROR_BARS)			ErrBarWeight;
	bool	_id(IDE_FIT_REDUCED_CHISQR)		UseReducedChiSq;
	double	_id(IDE_FIT_CONF_PERCENT)		Confidence;
	bool	_id(IDE_FIT_APPARENT_SCALE)		ApparentFit;
	bool	_id(IDE_LR_FIX_INTCPT)			FixIntercept;
	double	_id(IDE_LR_FIX_INTCPT_AT)		FixInterceptAt;
} LROptions;

Members

FixSlope
Fixed value of slope (Note: cannot fix slope and thru zero at same time, should return error from LLOC)
FixSlopeAt
Fixed value of slope (Note: cannot fix slope and thru zero at same time, should return error from LLOC)
ErrBarWeight
Use Errors for weight
UseReducedChiSq
Use Reduced Chi-square
Confidence
Confidence value for parameter U/L
ApparentFit
use apparent scale
FixIntercept
Force intercept to be fixed
FixInterceptAt
Fixed value of intercept

Remark

Examples

Header to Include

origin.h

See Also

Reference