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