| USL-class {usl} | R Documentation | 
Class "USL" for Universal Scalability Law models
Description
This class encapsulates the Universal Scalability Law. Use the function
usl to create new objects from this class.
Slots
frameThe model frame.
callThe call used to create the model.
regrThe name of the regressor variable.
respThe name of the response variable.
coefficientsThe coefficients alpha, beta and gamma of the model.
coef.std.errThe standard errors for the coefficients alpha and beta.
coef.namesA vector with the names of the coefficients.
fittedThe fitted values of the model. This is a vector.
residualsThe residuals of the model. This is a vector.
df.residualThe degrees of freedom of the model.
sigmaThe residual standard deviation of the model.
limitThe scalability limit as per Amdahl.
peakA vector with the predictor and response values of the peak.
optimalA vector with the optimal predictor and response values.
efficiencyThe efficiency, e.g. speedup per processor.
na.actionThe
na.actionused by the model.