Method | Description | |
---|---|---|
LeastSquaresFitLine ( ) : System.Collections.Generic | ||
LeastSquaresFitLine ( IEnumerable |
Method | Description | |
---|---|---|
LeastSquaresFitLinear ( IEnumerable |
public LeastSquaresFitLine ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
public LeastSquaresFitLine ( IEnumerable |
||
fitPoints | IEnumerable |
|
return | System.Collections.Generic |
protected LeastSquaresFitLinear ( IEnumerable |
||
xyPoints | IEnumerable |
|
gain | double | |
offset | double | |
return | void |