MCPcopy Create free account
hub / github.com/OpenMS/OpenMS / getStandDevRes

Method getStandDevRes

src/openms/source/MATH/STATISTICS/LinearRegression.cpp:73–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71 }
72
73 double LinearRegression::getStandDevRes() const
74 {
75 return stand_dev_residuals_;
76 }
77
78 double LinearRegression::getMeanRes() const
79 {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected