Lumiera 0.pre.04
»edit your freedom«
Loading...
Searching...
No Matches
vault::gear::test::bench Namespace Reference

Typedefs

using IncidenceStat = lib::IncidenceCount::Statistic
 

Classes

class  BreakingPoint
 Specific stress test scheme to determine the »breaking point« where the Scheduler starts to slip. More...
 
struct  LoadPeak_ParamRange_Evaluation
 Mix-in for setup of a #ParameterRange evaluation to watch the processing of a single load peak, using the number of added job as independent parameter. More...
 
class  ParameterRange
 Specific test scheme to perform a Scheduler setup over a given control parameter range to determine correlations. More...
 

Functions

template<typename F , typename G >
auto linearRegression (Column< F > const &x, Column< G > const &y)
 Calculate a linear regression model for two table columns.
 

Typedef Documentation

◆ IncidenceStat

Function Documentation

◆ linearRegression()

template<typename F , typename G >
auto linearRegression ( Column< F > const &  x,
Column< G > const &  y 
)
inline

Calculate a linear regression model for two table columns.

Returns
a tuple (socket,gradient,Vector(predicted),Vector(deltas),correlation,maxDelta,stdev)

Definition at line 557 of file stress-test-rig.hpp.

References lib::stat::computeLinearRegression(), and Column< VAL >::data.

Referenced by SchedulerStress_test::watch_expenseFunction().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: