public static class RampRegression.RampResult
Feedforward parameter estimates from the ramp regression and additional summary statistics
Modifier and Type | Field and Description |
---|---|
double |
kStatic |
double |
kV |
double |
rSquare |
Constructor and Description |
---|
RampResult(double kV,
double kStatic,
double rSquare)
Feedforward parameter estimates from the ramp regression and additional summary statistics
|
Modifier and Type | Method and Description |
---|---|
double |
component1() |
double |
component2() |
double |
component3() |
RampRegression.RampResult |
copy(double kV,
double kStatic,
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() |
@JvmField public double kV
@JvmField public double kStatic
@JvmField public double rSquare
public RampResult(double kV, double kStatic, double rSquare)
Feedforward parameter estimates from the ramp regression and additional summary statistics
public double component1()
public double component2()
public double component3()
@NotNull public RampRegression.RampResult copy(double kV, double kStatic, 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)