Struct PolyFitRes

Struct returned by polyFit.

struct PolyFitRes(T) ;

Fields

NameTypeDescription
regressRes RegressResThe rest of the results. This is alias this'd.
X TThe array of PowMap ranges created by polyFit.