Class: Statsample::Factor::Quartimax

Inherits:
Rotation
  • Object
show all
Defined in:
lib/statsample/factor/rotation.rb

Constant Summary

Constants inherited from Rotation

Rotation::EPSILON, Rotation::MAX_ITERATIONS

Instance Attribute Summary

Attributes inherited from Rotation

#component_transformation_matrix, #epsilon, #h2, #iterations, #max_iterations, #rotated

Instance Method Summary collapse

Methods inherited from Rotation

#compute, #initialize, #iterate

Constructor Details

This class inherits a constructor from Statsample::Factor::Rotation

Instance Method Details

#x(a, b, c, d) ⇒ Object



136
137
138
# File 'lib/statsample/factor/rotation.rb', line 136

def x(a,b,c,d)
  d
end

#y(a, b, c, d) ⇒ Object



139
140
141
# File 'lib/statsample/factor/rotation.rb', line 139

def y(a,b,c,d)
  c
end