Class: Statsample::Factor::Quartimax
- 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, #use_gsl
Instance Method Summary collapse
Methods inherited from Rotation
#compute, #initialize, #iterate, #report_building
Methods included from Summarizable
Constructor Details
This class inherits a constructor from Statsample::Factor::Rotation
Instance Method Details
#rotation_name ⇒ Object
192 193 194 |
# File 'lib/statsample/factor/rotation.rb', line 192 def rotation_name "Quartimax" end |
#x(a, b, c, d) ⇒ Object
186 187 188 |
# File 'lib/statsample/factor/rotation.rb', line 186 def x(a,b,c,d) d end |
#y(a, b, c, d) ⇒ Object
189 190 191 |
# File 'lib/statsample/factor/rotation.rb', line 189 def y(a,b,c,d) c end |