Method: Statsample::Regression::Multiple::MultipleDependent#syyx
- Defined in:
- lib/statsample/regression/multiple.rb
#syyx ⇒ Object
Residual covariance of Y after accountin with lineal relation with x
73 74 75 |
# File 'lib/statsample/regression/multiple.rb', line 73 def syyx @syy-@syx*@sxx.inverse*@sxy end |