Method | Description | |
---|---|---|
IRLSFitline ( IEnumerable |
||
IRLSFitline ( int iterations ) : System | ||
PerformRegression ( ) : void | ||
PerformRegression ( IEnumerable |
Replace the normal least square fit, using iteratively weighted least square fit.
|
Method | Description | |
---|---|---|
CalculateRSquared ( ) : double | ||
LeastSquaresFitLinear ( IEnumerable |
|
Method | Description | |
---|---|---|
BiSquareWeight ( FitlinePoint point ) : double | ||
CalculateMAD ( IEnumerable |
||
CalculateMedian ( IEnumerable |
public IRLSFitline ( IEnumerable |
||
fitPoints | IEnumerable |
|
iterations | int | |
return | System |
public IRLSFitline ( int iterations ) : System | ||
iterations | int | |
return | System |
protected LeastSquaresFitLinear ( IEnumerable |
||
xyPoints | IEnumerable |
|
gain | double | |
offset | double | |
return | void |
public PerformRegression ( IEnumerable |
||
xyPoints | IEnumerable |
|
return | void |