public static class AccelRegression.AccelResult
Feedforward parameter estimates from the ramp regression and additional summary statistics
Constructor and Description |
---|
AccelResult(double kA,
double rSquare)
Feedforward parameter estimates from the ramp regression and additional summary statistics
|
Modifier and Type | Method and Description |
---|---|
double |
component1() |
double |
component2() |
AccelRegression.AccelResult |
copy(double kA,
double rSquare)
Feedforward parameter estimates from the ramp regression and additional summary statistics
|
boolean |
equals(java.lang.Object p) |
int |
hashCode() |
java.lang.String |
toString() |
public AccelResult(double kA, double rSquare)
Feedforward parameter estimates from the ramp regression and additional summary statistics
public double component1()
public double component2()
@NotNull public AccelRegression.AccelResult copy(double kA, double rSquare)
Feedforward parameter estimates from the ramp regression and additional summary statistics
@NotNull public java.lang.String toString()
public int hashCode()
public boolean equals(@Nullable java.lang.Object p)