menu
jrpn
jrpn15.more_math
LinearRegression
yHat method
yHat
brightness_4
yHat
method
Null safety
double
yHat
(
double
x
)
Implementation
double yHat(double x) => (m * sumY + p * (num * x - sumX)) / (num * m);
jrpn
jrpn15.more_math
LinearRegression
yHat method
LinearRegression class
Constructors
LinearRegression
Properties
hashCode
m
n
num
p
r
runtimeType
slope
sumX
sumY
yIntercept
Methods
noSuchMethod
toString
yHat
Operators
operator ==