data class RampResult
(source)
Feedforward parameter estimates from the ramp regression and additional summary statistics
<init> |
Feedforward parameter estimates from the ramp regression and additional summary statistics RampResult(kV: Double, kStatic: Double, rSquare: Double) |
kStatic |
val kStatic: Double |
kV |
val kV: Double |
rSquare |
val rSquare: Double |