Method: Statsample::Factor::Equimax#x
- Defined in:
- lib/statsample/factor/rotation.rb
#x(a, b, c, d) ⇒ Object
174 175 176 |
# File 'lib/statsample/factor/rotation.rb', line 174 def x(a,b,c,d) d-(@m*a*b / @n.to_f) end |
174 175 176 |
# File 'lib/statsample/factor/rotation.rb', line 174 def x(a,b,c,d) d-(@m*a*b / @n.to_f) end |